View source: R/PlotGeneVariance.R
PlotGeneVariance | R Documentation |
This function plots gene variance as a function of average expression for groups of cells.
PlotGeneVariance(
seurat_obj = seurat_data,
group_by = "seurat_clusters",
assay = "RNA"
)
seurat_obj |
Seurat object |
group_by |
column to group cells by |
assay |
assay containing expression data. Default set to 'RNA'. |
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.