plotDispEsts | R Documentation |
Plot dispersion estimates
plotDispEsts(object, ...)
## S4 method for signature 'bcbioRNASeq'
plotDispEsts(object, ...)
object |
Object. |
... |
Passthrough to |
This plot shows the dispersion by mean of normalized counts. We expect the dispersion to decrease as the mean of normalized counts increases.
Here we're generating a DESeqDataSet
object on the fly, which already has
method support for plotting dispersion, provided by the DESeq2 package.
ggplot
.
Updated 2022-03-07.
Michael Steinbaugh
DESeq2::plotDispEsts()
.
data(bcb)
## bcbioRNASeq ====
plotDispEsts(bcb)
## Custom colors, using DESeq2 parameters.
plotDispEsts(
object = bcb,
genecol = "gray",
fitcol = "purple",
finalcol = "orange"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.