powered by
Label clusters on a ggplot2-based scatter plot
LabelClusters( plot, id, clusters = NULL, labels = NULL, split.by = NULL, repel = TRUE, ... )
A ggplot2-based scatter plot
Name of variable used for coloring scatter plot
Vector of cluster ids to label
Custom labels for the clusters
Split labels by some grouping label, useful when using facet_wrap or facet_grid
facet_wrap
facet_grid
Use geom_text_repel to create nicely-repelled labels
geom_text_repel
Extra parameters to geom_text_repel, such as size
size
A ggplot2-based scatter plot with cluster labels
geom_text_repel geom_text
geom_text
# NOT RUN { plot <- DimPlot(object = pbmc_small) LabelClusters(plot = plot, id = 'ident') # }
Run the code above in your browser using DataLab