Learn R Programming

GOFunction (version 1.20.0)

createGODAG: Creation of GO DAG stucture for statistically significant GO terms

Description

To plot the relationship between statistically significant GO terms, this function creates a GO DAG structure for these terms.

Arguments

sigNodes
sigNodes is the statistically significant GO terms found by "enrichmentFunction" function.
ontology
The default ontology is "BP" (Biological Process). The "CC" (Cellular Component) and "MF" (Molecular Function) ontologies can also be used.

Value

This function returns a object of 'graphNEL' class.

See Also

GOFunction enrichmentFunction