View source: R/monocle_wrappers.R
run_monocle_trajectory | R Documentation |
Wrapper for the monocle pipeline: so %>% as.cell_data_set() %>% cluster_cells() %>% learn_graph() %>% order_cells()
run_monocle_trajectory(
so,
reduction_method = "UMAP",
use_partition = FALSE,
close_loop = FALSE
)
so |
seurat object |
cell data set object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.