powered by
Create a mean-sd plot Make a scatterplot that shows for each gene its standard deviation versus mean.
mean_sd_plot(vsd)
A ggplot object of the ggplot2 package that contains the mean-sd plot.
A DESeqTransform object
# \donttest{ library("DESeq2") dds <- makeExampleDESeqDataSet(interceptMean=10, n=5000) vsd <- vst(dds) mean_sd_plot(vsd) # }
Run the code above in your browser using DataLab