Plot counts
Usage
plotCounts(object, ...)
# S4 method for class 'DESeqAnalysis'
plotCounts(object, ..., samples = NULL, transform = FALSE)
# S4 method for class 'DESeqDataSet'
plotCounts(object, ...)
# S4 method for class 'DESeqTransform'
plotCounts(object, ...)
Value
style = "facet"
:ggplot
grouped bysampleName
, withggplot2::facet_wrap()
applied to panel the samples.style = "wide"
:ggplot
in wide format, with genes on the x-axis.
Functions
plotCounts(DESeqAnalysis)
: Plot eitherDESeqDataSet
normalized counts orDESeqTransform
log2 variance-stabilized counts.plotCounts(DESeqDataSet)
: Plot size factor (i.e. library size) adjusted normalized counts. Arguments pass through toSummarizedExperiment
method defined in AcidPlots package.plotCounts(DESeqTransform)
: Plot log2 variance-stabilized transformed counts.