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)
A data.frame object containing the terms, category and ontology.
An object with a category
goterm <- c("GO:0106003","GO:0032991","GO:1990429","GO:0002133","GO:0089713", "GO:1990666","GO:0036125") getGOcategory(goterm)
Run the code above in your browser using DataLab