Learn R Programming

GOSim (version 1.10.0)

getChildren: Get a list of all direct children of each GO term.

Description

Returns the list of all direct children (= more specific terms one hierarchy level down) associated to each GO term. The type of relationship between GO terms ("is a" or "part of") is ignored.

Usage

getChildren()

Arguments

Value

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

See Also

getOffsprings, getParents, getAncestors, setOntology

Examples

Run this code

	getChildren()

Run the code above in your browser using DataLab