getGOcategory {GOxploreR} | R Documentation |
GO-term category getter
Description
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).
Usage
getGOcategory(goterm)
Arguments
goterm |
An object with a category |
Value
A data.frame object containing the terms, category and ontology.
Examples
goterm <- c("GO:0106003","GO:0032991","GO:1990429","GO:0002133","GO:0089713",
"GO:1990666","GO:0036125")
getGOcategory(goterm)
[Package GOxploreR version 1.2.7 Index]