View source: R/Seurat.Utils.Visualization.R
DimPlot.ClusterNames | R Documentation |
Plot UMAP with Cluster names.
DimPlot.ClusterNames(
obj = combined.obj,
ident = GetNamedClusteringRuns(obj = obj, v = FALSE)[1],
reduction = "umap",
title = ident,
...
)
obj |
Seurat object, Default: combined.obj |
ident |
identity used, Default: 'cl.names.top.gene.res.0.5' |
reduction |
UMAP, tSNE, or PCA (Dim. reduction to use), Default: 'umap' |
title |
Title of the plot, Default: ident |
... |
Pass any other parameter to the internally called functions (most of them should work). |
## Not run:
if (interactive()) {
DimPlot.ClusterNames(obj = combined.obj)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.