vsn::meanSdPlot() wrapper that plots log2(), rlog(), and
varianceStabilizingTransformation() normalized counts.
plotMeanSD(object, ...) # S4 method for bcbioRNASeq plotMeanSD(object, orientation = "vertical", showLegend = FALSE) # S4 method for DESeqDataSet plotMeanSD(object, orientation = "vertical", showLegend = FALSE)
| object | Object. |
|---|---|
| ... | Additional arguments (for the S4 generic definition). |
| orientation | Orientation to use for plot grid, either |
| showLegend | Include the color bar legend. This is typically not that informative and is disabled by default, to improve the plot appearance. |
ggplot grid.
Other Differential Expression Utilities: alphaSummary,
plotDispEsts
# bcbioRNASeq plotMeanSD(bcb)plotMeanSD(bcb, orientation = "horizontal")# DESeqDataSet plotMeanSD(dds)