read_anndata

Contents

read_anndata#

mudata.read_anndata(filename: PathLike, mod: str | None, backed: str | bool | None = None) AnnData#

Read AnnData object from inside a .h5mu file or from a standalone .h5ad file (mod=None)

Currently replicates and modifies anndata._io.h5ad.read_h5ad. Matrices are loaded as they are in the file (sparse or dense).

Ideally this is merged later to anndata._io.h5ad.read_h5ad.