Description Usage Arguments Value Examples
View source: R/lib_enrichment.R
plot.term_enrichment
1 2 3 |
x |
data frame returned by term_enrichment |
min_q |
Only q-values more significant than this threshold will be plotted. Default = 0.05. |
max_terms |
Up to max_terms will be plotted. Default = 25. |
extend_mar |
Term names can be long. We attempt to keep them readable by extending the left-hand-side margins automatically. Default = c(0,10,0,0) added to par()$mar. |
... |
Additional arguments are passed on to plot() |
silent return from plot
1 2 3 | require(RITANdata)
e <- term_enrichment(vac1.day0vs31.de.genes, resources = 'GO_slim_generic')
plot(e, min_q = .1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.