Skip to content

Commit

Permalink
update scottgigante-patch-5 to latest main
Browse files Browse the repository at this point in the history
  • Loading branch information
mumichae committed May 13, 2022
2 parents 8a38aa5 + 2ce1cb9 commit 3178239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scib/preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def normalize(
if precluster:
# Preliminary clustering for differentiated normalisation
adata_pp = adata.copy()
sc.pp.normalize_per_cell(adata_pp, counts_per_cell_after=1e6)
sc.pp.normalize_per_cell(adata_pp, counts_per_cell_after=1e6, min_counts=1)
sc.pp.log1p(adata_pp)
sc.pp.pca(adata_pp, n_comps=15, svd_solver="arpack")
sc.pp.neighbors(adata_pp)
Expand Down

0 comments on commit 3178239

Please sign in to comment.