API#
The central class:
|
An annotated data matrix. |
Combining#
Combining AnnData objects. See also the section on concatenation.
|
Concatenates AnnData objects along an axis. |
Reading#
Reading anndata’s native file format .h5ad
.
|
Read |
Reading other file formats.
|
Read |
|
Read |
|
Read |
|
Read |
|
Read |
|
Read |
|
Read a gzipped condensed count matrix from umi_tools. |
|
Read from a hierarchical Zarr array store. |
Writing#
Writing to anndata’s native file format .h5ad
.
|
Write |
Writing to other formats.
|
Write annotation to |
|
Write |
|
Write a hierarchical Zarr array store. |
Experimental API#
Warning
API’s in the experimental module are currently in development and subject to change at any time.
Two classes for working with batched access to collections of many AnnData
objects or h5ad
files. In paritcular, for pytorch-based models.
|
Lazily concatenate AnnData objects along the |
|
PyTorch DataLoader for AnnData objects. |
Interface for accessing on-disk sparse data:
|
Generates a backed mode-compatible sparse dataset class. |
|
On disk CSR sparse matrix. |
|
On disk CSC sparse matrix. |
Out of core concatenation
|
Concatenates multiple AnnData objects along a specified axis using their corresponding stores or paths, and writes the resulting AnnData object to a target location on disk. |
Low level methods for reading and writing elements of an AnnData`
object to a store:
|
Read an element from a store. |
|
Write an element to a storage group using anndata encoding. |
Utilities for customizing the IO process:
|
Read elem, calling the callback at each sub-element. |
|
Write elem to store, recursively calling callback at each sub-element. |
|
Errors and warnings#
Raised whenever initializing an object or assigning a property changes the type of a part of a parameter or the value being assigned. |