Description Usage Arguments Value Examples
View source: R/set_degbar_data.R
This function summarize the variable deg from the deg_def() function to visualize as barplots the number of DEGs per input study
1 | set_degbar_data(diffexp)
|
diffexp |
list of data.frame/data.table (s) output of the deg_def() function <list> |
data.frame
DEG by input
1 2 3 4 5 | data(diffexplist)
diffexp <- lapply(diffexplist, function(...) deg_def(..., "pvalue",
"Log2FC", 0.05, 0))
bardat <- set_degbar_data(diffexp)
head(bardat, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.