Description Usage Arguments Value See Also Examples
View source: R/visualization.R
View variable features
| 1 2 3 4 5 6 7 8 9 10 | 
| 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 | Which method to pull. For  
 For  
 | 
| 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
| 1 2 | 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.