set_degbar_data {MetaVolcanoR} | R Documentation |
This function summarize the variable deg from the deg_def() function to visualize as barplots the number of DEGs per input study
set_degbar_data(diffexp)
diffexp |
list of data.frame/data.table (s) output of the deg_def() function <list> |
data.frame
DEG by input
data(diffexplist) diffexp <- lapply(diffexplist, function(...) deg_def(..., "pvalue", "Log2FC", 0.05, 0)) bardat <- set_degbar_data(diffexp) head(bardat, 3)