Description Usage Arguments Details Value Author(s) Examples
At the moment a quick and dirty way to extract all GO nodes at levels 2, 3 or 4 of the GO hierarchy.
1 | 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
1 2 | GOTermList("BP", 2)
GOTermList("CC", 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.