View source: R/ClustStagePlot.R
ClustStagePlot | R Documentation |
This function plots UMAPs for cell stage and cluster identities
ClustStagePlot(
seurat_object,
cluster_col = "seurat_clusters",
stage_col = "orig.ident",
label_clusters = FALSE,
plot_legend = TRUE
)
seurat_object |
Seurat object |
cluster_col |
seurat_object@meta.data column containing cell clusters |
stage_col |
seurat_object@meta.data column containing cell stage |
label_clusters |
boolean whether to plot labels ontop of clusters |
plot_legend |
boolean whether to plot legend when label_clusters == TRUE |
plot generated by grid extra
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.