ezcyclone | R Documentation |
Cell cycle phase classification using scran cyclone
.
ezcyclone( sce, organism = c("hsa", "mmu"), gene.names = NULL, pairs = NULL, ncores = 1, seed = 100, iter = 1000, min.iter = 100, min.pairs = 50, verbose = TRUE )
sce |
A SingleCellExperiment object containing expression values, usually counts. |
organism |
|
gene.names |
Ensembl gene IDs for genes in |
pairs |
Pair information for training marker sets. If set to |
ncores |
Number of cores. |
seed |
Random seed. |
iter |
An integer scalar specifying the number of iterations for random sampling to obtain a cycle score. |
min.iter |
An integer scalar specifying the minimum number of iterations for score estimation. |
min.pairs |
An integer scalar specifying the minimum number of pairs for cycle estimation. |
verbose |
TRUE/FASLE for specifying whether diagnostics should be printed to screen. |
A list containing phases, scores, and normalized.scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.