View source: R/ontology_plots.R
single_topgo_tree | R Documentation |
Collapse the logic for collecting topgo trees into one little function.
single_topgo_tree(
tg,
score_column = "fisher_mf",
node_data = "fmf_godata",
score_limit = 0.1,
sigforall = TRUE
)
tg |
TopGO result. |
score_column |
Use this column for the topgo scores. |
node_data |
and this column for the cateogyr names. |
score_limit |
The scores must be better than this. |
sigforall |
Calculate significance for all categories. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.