get_pseudotime | R Documentation |
Use monocle to calculate the pseudotime and return a monocle object
get_pseudotime(seurat_object, reverse = FALSE, gene.use = NULL)
seurat_object |
seurat object |
reverse |
TRUE or FALSE, whether to reverse the pseudotime, default is TURE |
gene.use |
vector, indicating the variable genes to calculate pseudotime |
return monocle object which contain pseudotime
load(system.file("extdata", "test_seurat.rda", package = "IReNA"))
get_pseudotime(test_seurat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.