getOffsprings {GOSim}R Documentation

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

Value

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

Note

The result is computed within the currently set ontology ("BP","MF","CC"). It directly uses the "GO" library to compute the result.

Author(s)

Holger Froehlich

See Also

getChildren, getParents, getAncestors, setOntology

Examples

 
 getOffsprings()
 

[Package GOSim version 1.18.0 Index]