View source: R/mean_variance_plot.R
mean_variance_plot | R Documentation |
This function returns 2 plots to assess the mean-variance relationship of the count data.
mean_variance_plot(se_obj, assay, slot)
se_obj |
Seurat object we want to assess. |
assay |
assay from where we want to extract the count matrix. |
slot |
slot from where we want to extract the count matrix. |
patchwork object with 2 plots
## Not run: library(Seurat) library(dplyr) data("pbmc_small") mean_variance_plot(se_obj = pbmc_small, assay = "RNA", slot = "counts") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.