powered by
Get the level of a GO cellular component (CC) term based on the directed acyclic graph (DAG)
GOTermCCOnLevel(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 cellular component (CC) terms. The object can be a GO-term or a vector of GO-terms
# Cellular component GO terms goterms <- c("GO:0005634", "GO:0005737", "GO:0016020", "GO:0005743", "GO:0005739", "GO:0005759", "GO:0005829") GOTermCCOnLevel(goterms) GOTermCCOnLevel("GO:0005730")
Run the code above in your browser using DataLab