getGOparents: Gets the GO parents

View source: R/go-analysis.R

getGOparentsR Documentation

Gets the GO parents

Description

Gets the GO parents.

Usage

getGOparents(id, onto = "BP")

addGoParents(gene2goList, onto)

Arguments

id

the ID to check

onto

the ontology to use

Value

Returns the ancestor terms if they are specified.

Functions

  • addGoParents: Adds the GO parents.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

getGOparents("GO:0034767")
addGoParents(c("GO:0034767", "GO:0034768"), "BP")

uzh/ezRun documentation built on Sept. 16, 2024, 11:21 p.m.