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.