GOTermList {PloGO2} | R Documentation |
At the moment a quick and dirty way to extract all GO nodes at levels 2, 3 or 4 of the GO hierarchy.
GOTermList(ontology = "BP", level = 2, node = NULL)
ontology |
Either "BP", "CC" or "MF" |
level |
Either 2, 3 or 4 |
node |
Null or a GO node |
This is a quick and dirty way to extract a list of GO terms of interest. That can be one of the levels 2, 3 or 4 or all subnodes (children) of a particular node if a valid GO is provided for the node parameter. Should be rewritten.
A vector of GO nodes
D. Pascovici
GOTermList("BP", 2) GOTermList("CC", 2)