Learn R Programming

rols (version 1.8.0)

termXrefs: Returns the idenifier's ontology cross references

Description

This function returns ontology cross references for an identifier. The function sends a getTermXrefsRequest SOAP message and retrieves and parses the getTermXrefsResponse. The original interface is public Map getTermXrefs(String termId, String ontologyName).

Usage

termXrefs(termId, ontologyName, simplify = TRUE)

Arguments

termId
A character with a valid ontology identifier.
ontologyName
A character with the name of a valid ontology name.
simplify
A logical indicating whether the S4 Map instance should be simplified. Default is TRUE.

Value

A named character if simplify is TRUE. An instance of class Map otherwise.

See Also

Other ols-queries: allIds; isIdObsolete; olsQuery; olsVersion; ontologies; ontologyLoadDate; ontologyNames; rootId; termMetadata; term