getGOcategory: GO-term category getter

View source: R/allterms.R

getGOcategoryR 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)


GOxploreR documentation built on Nov. 3, 2023, 5:08 p.m.