View source: R/ontology_shared.R
topgo2enrich | R Documentation |
Same idea as goseq2enrich.
topgo2enrich(
retlist,
ontology = "mf",
pval = 0.05,
organism = NULL,
column = "fisher",
padjust_method = "BH"
)
retlist |
result from simple_topgo() |
ontology |
Ontology subtree to act upon. |
pval |
Cutoff, hmm I think I need to standardize these. |
organism |
org name/data. |
column |
Table column to export. |
padjust_method |
Use this method for the pvalues for the enrich result. |
enrichResult object ready to pass to things like dotplot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.