cluster.UMAP.Rd
UMAP plot with colors indicating cluster membership
cluster.UMAP(
so,
group.by = "seurat_clusters",
x.label = "UMAP 1",
y.label = "UMAP 2",
plot.name = "UMAP",
include.labels = T,
reduction = "umap",
pt.size = autoPointSize(ncol(so)),
show.axis = T,
...
)
Seurat Object
Character. Metadata feature to group data by. Default is 'seurat_clusters'.
Character. X axis label.
Character. Y axis label.
Character. Plot title.
Logical specifying wheter to plot group IDs on UMAP.
Character specifying which dimensional reduction to use (e.g., umap, pca). Default is 'umap'.
show graph axis (omit theme_void from existing ggplot). Default is T.
additional arguments passed to Seurat::DimPlot().
ggplot handle