View source: R/preprocessing.R
mean_sd_plot | R Documentation |
Create a mean-sd plot Make a scatterplot that shows for each gene its standard deviation versus mean.
mean_sd_plot(vsd)
vsd |
A DESeqTransform object |
A ggplot object of the ggplot2 package that contains the mean-sd plot.
library("DESeq2")
dds <- makeExampleDESeqDataSet(interceptMean=10, n=5000)
vsd <- vst(dds)
mean_sd_plot(vsd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.