plotDegStackedBar | R Documentation |
Stacked bar plot of DEGs
plotDegStackedBar(object, ...)
## S4 method for signature 'DESeqAnalysis'
plotDegStackedBar(
object,
i = NULL,
direction = c("both", "up", "down"),
orderBySize = FALSE,
label = TRUE,
flip = TRUE
)
object |
Object. |
i |
|
direction |
|
orderBySize |
|
label |
|
flip |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-05-18.
data(deseq)
## DESeqAnalysis ====
plotDegStackedBar(deseq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.