GOTermBPOnLevel | R Documentation |
Gets the level of a GO biological process (BP) term based on the directed acyclic graph (DAG).
GOTermBPOnLevel(goterm)
goterm |
An object of class character. A character string of GO biological process (BP) term id. The object can be a GO-term or a vector of GO-terms |
A two-column matrix of the GO-terms and the level they map to
The Gene Ontology (GO) biological process (BP) tree was built using the root node "GO:0001850"
# A vector of biological process GO terms
goterms <- c("GO:0006805","GO:0009083","GO:0006631")
GOTermBPOnLevel(goterms)
GOTermBPOnLevel("GO:0006629")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.