Learn R Programming

GOSim (version 1.10.0)

getOffsprings: Get all offspring associated with one or more GO term

Description

Returns the list of all (also indirect) offspring (= more specific terms) associated to each GO term. The type of relationship between GO terms ("is a" or "part of") is ignored.

Usage

getOffsprings()

Arguments

Value

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

See Also

getChildren, getParents, getAncestors, setOntology

Examples

Run this code
 
 getOffsprings()
 

Run the code above in your browser using DataLab