Description Usage Arguments Value Author(s) Examples
NormScoreCC returns a Seurat object with normalized counts and 
adds cell cycle scores for each gene based on Seurat's cell cycle gene lists.
| 1 | NormScoreCC(scrna, skip.sct = NULL)
 | 
| scrna | Seurat object to score cell cycle genes for each cell. | 
| skip.sct | Boolean indicating whether to skip  | 
Seurat object with cell cycle scores ("S.Score", 
"G2M.Score") and "Phase" added to meta.data for each cell.
Jared Andrews
| 1 2 3 4 5 | ## Not run: 
library(Seurat)
pbmc_small <- NormScoreCC(pbmc_small)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.