anndict.utils.remove_genes

Contents

anndict.utils.remove_genes#

anndict.utils.remove_genes(adata, genes_to_remove, adt_key=None)[source]#

Remove specified genes from an AnnData object in-place.

Parameters:
adata AnnData

The AnnData object to modify.

genes_to_remove list[str]

A list of gene names to remove.

adt_key tuple[str, ...] | None (default: None)

Used by adata_dict_fapply() and adata_dict_fapply_return() when passing this function.

Return type:

None

Returns:

None

Notes

Modifies adata in-place.