FeatureLocator: Feature Locator

Description Usage Arguments Value See Also Examples

Description

Select points on a scatterplot and get information about them

Usage

1

Arguments

plot

A 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 ggplot_build pnt.in.poly DimPlot FeaturePlot

Examples

1
2
3
4
5
6
7
## Not run: 
plot <- DimPlot(object = pbmc_small)
# Follow instructions in the terminal to select points
cells.located <- FeatureLocator(plot = plot)
cells.located

## End(Not run)

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