read_anndata#

mudata.read_anndata(filename: os.PathLike, mod: str, backed: Optional[Union[str, bool]] = None) anndata._core.anndata.AnnData#

Read AnnData object from inside a .h5mu file or from a standalone .h5ad file

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.