add_pseudotime | R Documentation |
add pseudotime in monocle object to the metadata of the seurat object
add_pseudotime(seurat_object, monocle_object)
seurat_object |
seurat object, which has same cells and genes as monocle_object |
monocle_object |
monocle object, which include pesudotime and has same cells and genes as seurat_object |
seurat_object with pseudotime
load(system.file("extdata", "test_seurat.rda", package = "IReNA"))
monocle_object = get_pseudotime(test_seurat)
add_pseudotime(seurat_object = test_seurat,monocle_object = monocle_object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.