plotMeanSd | R Documentation |
Plot row standard deviations vs. row means
plotMeanSd(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotMeanSd(
object,
fill = ggplot2::scale_fill_gradient(low = AcidPlots::lightPalette[["gray"]], high =
AcidPlots::lightPalette[["purple"]]),
lineColor = AcidPlots::lightPalette[["orange"]],
legend = getOption(x = "acid.legend", default = TRUE)
)
object |
Object. |
fill |
To set the discrete fill palette globally, use: options("acid.fill.discrete" = ggplot2::scale_fill_viridis_d()) |
lineColor |
|
legend |
|
... |
Additional arguments. |
vsn::meanSdPlot()
wrapper that plots count transformations on a log2 scale.
DESeq2 log2: log2 library size factor-adjusted normalized counts.
DESeq2 rlog: regularized log transformation.
DESeq2 VST: variance-stabilizing transformation.
edgeR log2 TMM: log2 trimmed mean of M-values transformation.
ggplot
.
Requires the vsn package to be installed.
Updated 2022-10-24.
Michael Steinbaugh, Lorena Patano
vsn::meanSdPlot()
.
DESeq2::DESeq()
.
DESeq2::rlog()
.
DESeq2::varianceStabilizingTransformation()
.
edgeR::calcNormFactors()
.
data(bcb)
## bcbioRNASeq ====
if (requireNamespace("vsn", quietly = TRUE)) {
plotMeanSd(bcb)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.