UpSet plot of directional DEG intersections across contrasts
Source:R/AllGenerics.R
, R/plotDegUpset-methods.R
plotDegUpset.Rd
UpSet plot of directional DEG intersections across contrasts
Usage
plotDegUpset(object, ...)
# S4 method for DESeqAnalysis
plotDegUpset(object, i = NULL, direction = c("both", "up", "down"), ...)
Arguments
- object
Object.
- i
character
,numeric
, orNULL
. Names or range of results. If setNULL
, include all results.- direction
character(1)
. Include"both"
,"up"
, or"down"
directions.- ...
Passthrough arguments to
AcidPlots::plotUpset()
.
Examples
data(deseq)
## DESeqAnalysis ====
plotDegUpset(deseq)