Runtricycle | R Documentation |
This function run estimate_cycle_position function on Seurat object. It uses the tricycle internal reference projection matrix.
Runtricycle(
object,
assay = NULL,
slot = "data",
reduction.name = "tricycleEmbedding",
reduction.key = "tricycleEmbedding_",
gname = NULL,
gname.type = c("ENSEMBL", "SYMBOL"),
species = c("mouse", "human"),
AnnotationDb = NULL,
center.pc1 = 0,
center.pc2 = 0
)
object |
Seurat object |
assay |
Assay to use, defaults to the default assay |
slot |
Slot to use. It should be library size adjusted **log-expression** values.
Note that it is convention that we rename "logcounts" to "data" when converting SingleCellExperiment to Seurat object.
See also |
reduction.name |
Name of the cell cycle projection returned |
reduction.key |
Key for the cell cycle projection returned |
gname |
Alternative rownames of |
gname.type |
The type of gene names as in |
species |
The type of species in |
AnnotationDb |
An AnnotationDb objects. If the user provides rownames in the format of Ensembl IDs and project human data,
this object will be used to map Ensembl IDs to gene SYMBOLs. If no AnnotationDb object being given, the function will use |
center.pc1 |
The center of PC1 when defining the angle. Default: 0 |
center.pc2 |
The center of PC2 when defining the angle. Default: 0 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.