LabelClusters: Label clusters on a ggplot2-based scatter plot

Description Usage Arguments Value See Also Examples

Description

Label clusters on a ggplot2-based scatter plot

Usage

1
2
LabelClusters(plot, id, clusters = NULL, labels = NULL, repel = TRUE,
  ...)

Arguments

plot

A ggplot2-based scatter plot

id

Name of variable used for coloring scatter plot

clusters

Vector of cluster ids to label

labels

Custom labels for the clusters

repel

Use geom_text_repel to create nicely-repelled labels

...

Extra parameters to geom_text_repel, such as size

Value

A ggplot2-based scatter plot with cluster labels

See Also

geom_text_repel

Examples

1
2
plot <- DimPlot(object = pbmc_small)
LabelClusters(plot = plot, id = 'ident')

atakanekiz/Seurat3.0 documentation built on May 26, 2019, 2:33 a.m.