powered by
View variable features
VariableFeaturePlot( object, cols = c("black", "red"), pt.size = 1, log = NULL, selection.method = NULL, assay = NULL, raster = NULL )
Seurat object
Colors to specify non-variable/variable status
Size of the points on the plot
Plot the x-axis in log scale
Which method to pull. For HVFInfo and VariableFeatures, choose one from one of the following:
HVFInfo
VariableFeatures
“vst”
“sctransform” or “sct”
“mean.var.plot”, “dispersion”, “mvp”, or “disp”
For SVFInfo and SpatiallyVariableFeatures, choose from:
SVFInfo
SpatiallyVariableFeatures
“markvariogram”
“moransi”
Assay to pull variable features from
Convert points to raster format, default is NULL which will automatically use raster if the number of points plotted is greater than 100,000
NULL
A ggplot object
FindVariableFeatures
# NOT RUN { data("pbmc_small") VariableFeaturePlot(object = pbmc_small) # }
Run the code above in your browser using DataLab