Description Usage Arguments Value See Also Examples
Select points on a scatterplot and get information about them
1 |
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 |
The names of the points selected
locator
ggplot_build
pnt.in.poly
DimPlot
FeaturePlot
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.