getOntology | R Documentation |
Lightweight wrapper around ontologyIndex::get_ontology
to parse the Experimental Factor Ontology (EFO) or the Uber-anatomy ontology
(UBERON) from OBO format into an R object.
getOntology(onto = c("efo", "uberon"), cache = TRUE)
onto |
character. Ontology to obtain. Should be either |
cache |
logical. Should a locally cached version used if available?
Defaults to |
An object of class ontology_index
as defined in the
ontologyIndex package.
EFO: https://www.ebi.ac.uk/ols/ontologies/efo
UBERON: https://www.ebi.ac.uk/ols/ontologies/uberon
get_ontology
from the ontologyIndex package.
uberon <- getOntology("uberon")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.