powered by
Get the category of a GO-term. It checks if a GO-term is a jump node (RN), regular node (RN) or leaf node (LN).
getGOcategory(goterm)
An object with a category
A data.frame object containing the terms, category and ontology.
# NOT RUN { goterm <- c("GO:0106003","GO:0044815","GO:1990415","GO:0002133","GO:1990415","GO:0089713", "GO:1990666","GO:0036125") getGOcategory(goterm) # }
Run the code above in your browser using DataLab