powered by
Gets the level of a GO biological process (BP) term based on the directed acyclic graph (DAG).
GOTermBPOnLevel(goterm)
A two-column matrix of the GO-terms and the level they map to
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 vector of biological process GO terms goterms <- c("GO:0006805","GO:0009083","GO:0006631") GOTermBPOnLevel(goterms) GOTermBPOnLevel("GO:0006629")
Run the code above in your browser using DataLab