Learn R Programming

GOxploreR (version 1.2.8)

getGOcategory: 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)

Value

A data.frame object containing the terms, category and ontology.

Arguments

goterm

An object with a category

Examples

Run this code
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