Description Usage Arguments Value See Also Examples
Convert a topGOtableResult object for straightforward use in GeneTonic()
1  | shake_topGOtableResult(obj, p_value_column = "p.value_elim")
 | 
obj | 
 A   | 
p_value_column | 
 Character, specifying which column the p value for enrichment has to be used. Example values are "p.value_elim" or "p.value_classic"  | 
A data.frame compatible for use in GeneTonic() as res_enrich
Other shakers: 
shake_davidResult(),
shake_enrichResult(),
shake_enrichrResult(),
shake_fgseaResult(),
shake_gprofilerResult()
1 2 3 4  | # res_enrich object
data(res_enrich_macrophage, package = "GeneTonic")
res_enrich <- shake_topGOtableResult(topgoDE_macrophage_IFNg_vs_naive)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.