Description Usage Arguments Value Examples
This function visualize as barplots the number of DEGs across the input studies
1 | draw_degbar(degbar_data)
|
degbar_data |
output of the |
ggplot2
object
1 2 3 4 5 6 | data(diffexplist)
diffexp <- lapply(diffexplist, function(...) deg_def(..., "pvalue",
"Log2FC", 0.05, 0))
bardat <- set_degbar_data(diffexp)
gg <- draw_degbar(bardat)
plot(gg)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.