View source: R/ontology_shared.R
gostats2enrich | R Documentation |
The metrics and visualization methods in clusterProfiler are the best. It is not always trivial to get non-model organisms working well with clusterProfiler. Therefore I still like using tools like topgo/goseq/gostats/gprofiler. This function and its companions seek to make them cross-compatible. Ideally, they will lead me to being able to rip out a lot of superfluous material.
gostats2enrich(
retlist,
ontology = "MF",
cutoff = 0.1,
cutoff_column = "qvalue",
organism = NULL,
padjust_method = "BH"
)
retlist |
Result from simple_gostats(). |
ontology |
Ontology sub-tree of interest. |
cutoff |
(adjusted)p cutoff. |
cutoff_column |
Choose a column of p-values. |
organism |
Currently unused. |
padjust_method |
Define the desired p.adjust method. |
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.