draw_degbar {MetaVolcanoR} | R Documentation |
This function visualize as barplots the number of DEGs across the input studies
draw_degbar(degbar_data)
degbar_data |
output of the |
ggplot2
object
data(diffexplist) diffexp <- lapply(diffexplist, function(...) deg_def(..., "pvalue", "Log2FC", 0.05, 0)) bardat <- set_degbar_data(diffexp) gg <- draw_degbar(bardat) plot(gg)