Skip to content

Commit

Permalink
add keywords to cell cycle scoring
Browse files Browse the repository at this point in the history
  • Loading branch information
mumichae committed Apr 27, 2024
1 parent c06da2a commit 344fb75
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 @@ -686,7 +686,7 @@ def score_cell_cycle(adata, organism="mouse"):
f"cell cycle genes not in adata\n organism: {organism}\n varnames: {rand_genes}"
)

sc.tl.score_genes_cell_cycle(adata, s_genes, g2m_genes)
sc.tl.score_genes_cell_cycle(adata, s_genes=s_genes, g2m_genes=g2m_genes)


def save_seurat(adata, path, batch, hvgs=None):
Expand Down

0 comments on commit 344fb75

Please sign in to comment.