plotEnrichment | R Documentation |
Plot bootstrap enrichment analysis
plotEnrichment(object, ...)
object |
A bmetenrichr object after enrichment analysis. |
min.annotations |
An integer describing the minimal number of annotations each term should include |
q.value.cutoff |
A numeric between 0 and 1. Only terms with q-values lower than this value will be displayed. |
bootstrap.fraction.cutoff |
A numeric between 0 and 1 (default = 0.5), indicating the minimal fraction that the metabolite set is present in all bootstrap iterations. |
plotIDs |
A logical indicating whether term IDs should be displayed. |
by.statistic |
A character indicating how the x-axis will be arranged. Can be either 'ES' (enrichment score) or 'q.value' (default). |
A ggplot2 object.
plotEnrichment(myTestRun)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.