getGOparents | R Documentation |
Gets the GO parents.
getGOparents(id, onto = "BP")
addGoParents(gene2goList, onto)
id |
the ID to check |
onto |
the ontology to use |
Returns the ancestor terms if they are specified.
addGoParents
: Adds the GO parents.
Rehrauer, Hubert
Schmid, Peter
getGOparents("GO:0034767")
addGoParents(c("GO:0034767", "GO:0034768"), "BP")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.