VariableFeaturePlot {Seurat} | R Documentation |
View variable features
Description
View variable features
Usage
VariableFeaturePlot(
object,
cols = c("black", "red"),
pt.size = 1,
log = NULL,
selection.method = NULL,
assay = NULL,
raster = NULL,
raster.dpi = c(512, 512)
)
Arguments
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). |
Value
A ggplot object
See Also
Examples
data("pbmc_small")
VariableFeaturePlot(object = pbmc_small)
[Package Seurat version 5.1.0 Index]