Learn R Programming

GOSim (version 1.10.0)

getParents: Get direct parents for each GO term.

Description

Returns the list of all direct parents ( = less specific terms one hiearchy level up) associated to each GO term. The type of relationship between GO terms ("is a" or "part of") is ignored.

Usage

getParents()

Arguments

Value

List with entry names for each GO term. Each entry contains a character vector with the direct parent GO terms.

See Also

getOffsprings, getChildren, getAncestors, setOntology

Examples

Run this code
 
 getParents()
 

Run the code above in your browser using DataLab