@ParametersAreNonnullByDefault
Package ubic.gemma.core.loader.util.anndata
- Author:
- poirigui
-
Interface Summary Interface Description Array<T> Dataframe.Column<K,T> Matrix Represents an AnnData matrix. -
Class Summary Class Description AnnData CategoricalArray<T> Represents a categorical array.Dataframe<K> Represents an AnnData dataframe.DenseMatrix Represents a dense AnnData matrix.Layer Represents a layer.Mapping Represents an AnnData mapping.NullableArray<T> NullableBoolArray NullableIntArray SparseMatrix Represents a sparse AnnData matrix. -
Exception Summary Exception Description AnnDataException InvalidEncodingAttributeException Exception raised when anencoding-type
attribute has an unexpected value.MissingEncodingAttributeException Exception raised when a HDF5 file/group/dataset is lacking aencoding-type
and/orencoding-version
attribute.