View source: R/ontology_plots.R
plot_topgo_pval | R Documentation |
The p-value plots from clusterProfiler are pretty, this sets the topgo data into a format suitable for plotting in that fashion and returns the resulting plots of significant ontologies.
plot_topgo_pval(
topgo,
wrapped_width = 20,
cutoff = 0.1,
n = 30,
type = "fisher",
...
)
topgo |
Some data from topgo! |
wrapped_width |
Maximum width of the text names. |
cutoff |
P-value cutoff for the plots. |
n |
Maximum number of ontologies to include. |
type |
Type of score to use. |
... |
arguments passed through presumably from simple_topgo() |
List of MF/BP/CC pvalue plots.
[ggplot2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.