Description Usage Arguments Value Author(s) See Also Examples
vsn::meanSdPlot()
wrapper that plots log2()
, rlog()
, and
varianceStabilizingTransformation()
normalized counts.
1 2 3 4 5 6 7 8 9 | plotMeanSD(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotMeanSD(object, orientation = c("vertical",
"horizontal"), legend = FALSE)
## S4 method for signature 'DESeqDataSet'
plotMeanSD(object, orientation = c("vertical",
"horizontal"), legend = FALSE)
|
object |
Object. |
... |
Additional arguments. |
orientation |
Orientation to use for plot grid, either |
legend |
Include the color bar legend. This is typically not that informative and is disabled by default, to improve the plot appearance. |
ggplot
grid.
Michael Steinbaugh, Lorena Patano
Other Quality Control Functions: plot5Prime3PrimeBias
,
plotCorrelationHeatmap
,
plotCountDensity
,
plotCountsPerGene
,
plotDispEsts
,
plotExonicMappingRate
,
plotGenderMarkers
,
plotGeneSaturation
,
plotGenesDetected
,
plotIntronicMappingRate
,
plotMappedReads
,
plotMappingRate
,
plotPCACovariates
, plotPCA
,
plotRRNAMappingRate
,
plotTotalReads
1 2 3 4 5 | # bcbioRNASeq ====
plotMeanSD(bcb_small)
# DESeqDataSet ====
plotMeanSD(dds_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.