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":- ggplotgrouped by- sampleName, with- ggplot2::facet_wrap()applied to panel the samples.
- style = "wide":- ggplotin wide format, with genes on the x-axis.
Functions
- plotCounts(DESeqAnalysis): Plot either- DESeqDataSetnormalized counts or- DESeqTransformlog2 variance-stabilized counts.
- plotCounts(DESeqDataSet): Plot size factor (i.e. library size) adjusted normalized counts. Arguments pass through to- SummarizedExperimentmethod defined in AcidPlots package.
- plotCounts(DESeqTransform): Plot log2 variance-stabilized transformed counts.

