View source: R/pseudotime_plot.R
Creates pseudotime
1 2 3 4 5 6 7 8 9 10 | pseudotime_plot(
ser,
out_dir = "4_pseudotime",
cluster_start = NULL,
cluster_end = NULL,
cal_reduction = "phate",
plot_reduction = "phate",
group_by = NULL,
lineage_ls = NULL
)
|
ser |
Seurat object to process |
out_dir |
Output directory |
cluster_start |
Indicate what cluster to start with |
cluster_end |
Indicate what cluster to end with |
lineage_ls |
User customized list of cluster that want to be perform slingshot on |
subset_gse |
User defined subset of gene set (Optional) |
reduction |
Reduction method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.