Description Usage Arguments Value See Also
View source: R/SC_cellCycleScoring.R
Score cell cycle phases Cell cycle classification including G2/M, S, G1.
1 2 3 4 5 6 7 | SC_cellCycleScoring(
counts,
method = "Seurat",
graph.pca = TRUE,
cc.genes = NULL,
normalization.method = "LogNormalize"
)
|
counts |
raw counts matrix: row as genes, column as cells/samples. rownames must be gene SYMBOL. |
method |
one of: "Seurat", |
graph.pca |
whether to show pca graph which only based on 97 cell cycle genes or not. |
cc.genes |
a list, with cc.genes and s.genes vectors. Defult are cc.genes from Seurat package. |
normalization.method |
Method for counts normalization: "LogNormalize", "CLR", "RC". see |
factor vector for classfication (G1, G2/M, S)
https://satijalab.org/seurat/v3.2/cell_cycle_vignette.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.