Description Usage Arguments Value Examples
Imports: ggplot2
1 | seekGSEbubble(gsealist, minoverlap = 1, pcutoff = 0.05)
|
gsealist |
list of gsea tables, obtained from seekGSEA() function from this package |
minoverlap |
minimum number of sets that have to have this enriched term (significant or not) |
pcutofft |
p value cutoff by which pathways are discarded in the beginning. Usefull if the "arguments imply differing number of rows" error comes up which means that some items in the list have no row either due to the pvalue filtering (set this to 1 then) or because they didn't have it to begin with (in that case, exclude the itemfrom the list) |
a ggplot object; seethrough dots have p>0.05 (not significant)
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.