scanpy.pp.recipe_zheng17#
- scanpy.pp.recipe_zheng17(adata, *, n_top_genes=1000, log=True, plot=False, copy=False)[source]#
Normalize and filter as of Zheng et al. [2017].
Reproduces the preprocessing of Zheng et al. [2017] – the Cell Ranger R Kit of 10x Genomics.
Expects non-logarithmized data. If using logarithmized data, pass
log=False.- Parameters:
- Return type:
- Returns:
Returns or updates
adatadepending oncopy.