Class AnnData
java.lang.Object
ubic.gemma.core.loader.util.anndata.AnnData
- All Implemented Interfaces:
Closeable
,AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Obtain a layer by name.Obtain all the layer names underlayers/
path.Dataframe
<?> getObs()
<K> Dataframe
<K> Dataframe
<?> Obtain the rawvar
dataframe if this AnnData object has been filtered.<K> Dataframe
<K> Obtain the rawvar
dataframe if this AnnData object has been filtered.getRawX()
Obtain the rawX
layer 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 AnnData
toString()
-
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 rawX
layer 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 rawvar
dataframe if this AnnData object has been filtered. -
getRawVar
Obtain the rawvar
dataframe if this AnnData object has been filtered. -
getUns
Obtain additional free-form data stored underuns
. -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
toString
-