powered by
Gets the level of a molecular function (MF) term based on the directed acyclic graph (DAG) defined by the Gene Ontology consortium
GOTermMFOnLevel(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 molecular function (MF) terms. The object can be a GO-term or a vector of GO-terms
# molecular function GO terms goterms <- c("GO:0003674","GO:0005515","GO:0003712","GO:0002039","GO:0000978","GO:0016740") GOTermMFOnLevel(goterms) GOTermMFOnLevel("GO:0005542")
Run the code above in your browser using DataLab