View source: R/ontology_shared.R View source: R/ontology_gprofiler.R
gprofiler2enrich | R Documentation |
I would like to use the various clusterProfiler plots more easily. Therefore I figured it would be advantageous to coerce the various outputs from gprofiler and friends into the datastructure produced by clusterProfiler.
I would like to use the various clusterProfiler plots more easily. Therefore I figured it would be advantageous to coerce the various outputs from gprofiler and friends into the datastructure produced by clusterProfiler.
gprofiler2enrich(
retlst,
ontology = "MF",
cutoff = 1,
organism = NULL,
padjust_method = "BH"
)
gprofiler2enrich(
retlst,
ontology = "MF",
cutoff = 1,
organism = NULL,
padjust_method = "BH"
)
retlst |
Output from simple_gprofiler() |
ontology |
Category type to extract, currently only GO? |
cutoff |
Use a p-value cutoff to get only the significant categories? |
organism |
Set the orgdb organism name? |
padjust_method |
what it says on the tin. |
retlist |
Output from simple_gprofiler() |
enrichResult object ready to pass to things like dotplot.
The same 'enrich' datastructure produced by clusterProfiler.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.