View source: R/visualization.R
VariableFeaturePlot | R Documentation |
View variable features
VariableFeaturePlot(
object,
cols = c("black", "red"),
pt.size = 1,
log = NULL,
selection.method = NULL,
assay = NULL,
raster = NULL,
raster.dpi = c(512, 512)
)
object |
Seurat object |
cols |
Colors to specify non-variable/variable status |
pt.size |
Size of the points on the plot |
log |
Plot the x-axis in log scale |
selection.method |
|
assay |
Assay to pull variable features from |
raster |
Convert points to raster format, default is |
raster.dpi |
Pixel resolution for rasterized plots, passed to geom_scattermore(). Default is c(512, 512). |
A ggplot object
FindVariableFeatures
data("pbmc_small")
VariableFeaturePlot(object = pbmc_small)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.