View source: R/AnnotationHelper.R
Generates a plot representing significant kegg pathways from an enrichment result.
1 2 | multiple_keggs_plot(kegg.results.list, filename, p.threshold = 0.05,
n.threshold = 2)
|
kegg.results.list |
A list of enrichment results returned by
|
filename |
The name of the file where the plot should be saved. |
p.threshold |
Minimum p-value for a category to be plotted. |
n.threshold |
Minimum number times a pathway is reported for it to be plotted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.