plotDegUpset | R Documentation |
UpSet plot of directional DEG intersections across contrasts
plotDegUpset(object, ...)
## S4 method for signature 'DESeqAnalysis'
plotDegUpset(object, i = NULL, direction = c("both", "up", "down"), ...)
object |
Object. |
i |
|
direction |
|
... |
Passthrough arguments to |
Plot.
Updated 2022-05-18.
data(deseq)
## DESeqAnalysis ====
plotDegUpset(deseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.