Learn R Programming

RNAseqQC (version 0.2.1)

mean_sd_plot: Create a mean-sd plot Make a scatterplot that shows for each gene its standard deviation versus mean.

Description

Create a mean-sd plot Make a scatterplot that shows for each gene its standard deviation versus mean.

Usage

mean_sd_plot(vsd)

Value

A ggplot object of the ggplot2 package that contains the mean-sd plot.

Arguments

vsd

A DESeqTransform object

Examples

Run this code
# \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