Description Usage Arguments Value References
Another method to assign cell-cycle phase by computing z-score
1 2 3 4 5 6 7 8 9 | CellCycleEnrichScore(
object,
assay = NULL,
s.features = NULL,
g2m.features = NULL,
min.cells = 3,
N = 100,
seed = 42
)
|
object |
A Seurat object |
assay |
Which assay to use |
s.features |
A vector of features associated with S phase |
g2m.features |
A vector of features associated with G2M phase |
min.cells |
Include features detected in at least this many cells |
N |
Number of random background feature sets, default is 100 |
seed |
Set a random seed |
A Seurat object with the following columns added to object meta data: s.score, g2m.score, and phase
Mayer, C., Hafemeister, C., Bandler, R. C., Machold, R., Batista Brito, R., Jaglin, X., … Satija, R. (2018). Developmental diversification of cortical inhibitory interneurons. Nature, 555(7697), 457–462. https://doi.org/10.1038/nature25999
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.