scanpy.pp.recipe_seurat#
- scanpy.pp.recipe_seurat(adata, *, log=True, plot=False, copy=False)[source]#
Normalization and filtering as of Seurat [Satija et al., 2015].
This uses a particular preprocessing.
Expects non-logarithmized data. If using logarithmized data, pass
log=False
.