Learn R Programming

rols (version 1.8.0)

ontologies: Returns all available ontologies

Description

This function returns available ontologies. It sends a getOntologyNamesRequest SOAP message and retrieves and parses the getOntologyNamesResponse. The original interface is public Map getOntologyNames().

Usage

ontologies(simplify = TRUE)

Arguments

simplify
A logical indicating whether the S4 Map instance should be simplified. Default is TRUE.

Value

If simplify is TRUE, a data.frame with available ontologies names and descriptions. An instance of class Map otherwise.

See Also

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

Examples

Run this code
head(ontologies())
ontologies(simplify=FALSE)

Run the code above in your browser using DataLab