View source: R/seurat_related.R
showCluster | R Documentation |
Show the position of a cluster on umap
showCluster(scObj, clusterId, slot = "seurat_clusters", color = "darkred")
scObj |
Seurat obj |
clusterId |
which cluster |
slot |
default seurat_clusters |
color |
highlight color, default darkred |
showCluster(scObj, 17) showCluster(scObj, "BL1Y", slot="sample") showCluster(scObj, "BL1Y", slot="sample", color="purple")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.