Learn R Programming

GOSim (version 1.10.0)

getAncestors: get list of ALL ancestors associated to each GO term

Description

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

Usage

getAncestors()

Arguments

Value

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

See Also

getOffsprings, getChildren, getParents, setOntology

Examples

Run this code

	getAncestors()

Run the code above in your browser using DataLab