single_topgo_tree: Collapse the logic for collecting topgo trees into one little...

View source: R/ontology_plots.R

single_topgo_treeR Documentation

Collapse the logic for collecting topgo trees into one little function.

Description

Collapse the logic for collecting topgo trees into one little function.

Usage

single_topgo_tree(
  tg,
  score_column = "fisher_mf",
  node_data = "fmf_godata",
  score_limit = 0.1,
  sigforall = TRUE
)

Arguments

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.


elsayed-lab/hpgltools documentation built on May 9, 2024, 5:02 a.m.