Learn R Programming

Seurat (version 2.0.0)

FeatureLocator: Feature Locator

Description

Select points on a scatterplot and get information about them

Usage

FeatureLocator(plot, data.plot, ...)

Arguments

plot

A ggplot2 plot

data.plot

The oridinal data that went into the ggplot2 plot

...

Extra parameters, such as dark.theme, recolor, or smooth for using a dark theme, recoloring based on selected cells, or using a smooth scatterplot, respectively

Value

The names of the points selected

See Also

locator

ggplot2::ggplot_build