enrichplot | R Documentation |
This function plots the enrichment result.
enrichplot(x, low = "blue", high = "red", cex.size = 15)
x |
A data.frame with the enrichment analysis results. |
low |
Colours for low. |
high |
Colours for high. |
cex.size |
Text size. |
enrichplot
An enrichment plot.
Matineh Rahmatbakhsh, matinerb.94@gmail.com
See enrichfindP
for functional enrichment
analysis.
data('enrich.df')
#select enrichment for one of the example (e.g., E protein)
enrich.df <-
enrich.df[enrich.df$id == "E:P0DTC4", ]
enrichplot(enrich.df, low = "blue", high = "red", cex.size = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.