Class AnnData
java.lang.Object
ubic.gemma.core.loader.util.anndata.AnnData
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Obtain a layer by name.Obtain all the layer names underlayers/path.Dataframe<?> getObs()<K> Dataframe<K> Dataframe<?> Obtain the rawvardataframe if this AnnData object has been filtered.<K> Dataframe<K> Obtain the rawvardataframe if this AnnData object has been filtered.getRawX()Obtain the rawXlayer if this AnnData object has been filtered.getUns()Obtain additional free-form data stored underuns.Dataframe<?> getVar()<K> Dataframe<K> getX()Obtain the main layer namedX.static AnnDatatoString()
-
Method Details
-
open
- Throws:
IOException
-
getObs
-
getObs
-
getVar
-
getVar
-
getX
Obtain the main layer namedX. -
getLayers
Obtain all the layer names underlayers/path. -
getLayer
Obtain a layer by name. -
getRawX
Obtain the rawXlayer if this AnnData object has been filtered.This, along
getRawVar()are not part of the on-disk specification, but will be included if the AnnData object has been sliced/filtered. Note that since this is filtered,getRawVar()should be used to refer to the relevant column annotations. -
getRawVar
Obtain the rawvardataframe if this AnnData object has been filtered. -
getRawVar
Obtain the rawvardataframe if this AnnData object has been filtered. -
getUns
Obtain additional free-form data stored underuns. -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
toString
-