scanpy.pp.recipe_seurat

scanpy.pp.recipe_seurat(adata, log=True, plot=False, copy=False)

Normalization and filtering as of Seurat [Satija15].

This uses a particular preprocessing.

Expects non-logarithmized data. If using logarithmized data, pass log=False.

Return type

Optional[AnnData]