setup_entities2 | R Documentation |
preparing for a small number of entry points to owlready2 mediated by basilisk, this setup function will ingest OWL, enumerate classes and their names, and produce the 'parents' list, which can then be used with ontology_index to produce a functional ontology representation
setup_entities2(owlfn, cache_object = TRUE)
owlfn |
character(1) path to OWL file |
cache_object |
logical(1) if TRUE, cache the 'ontology_index' instance in BiocFileCache::BiocFileCache() |
pa = get_ordo_owl_path()
orde = setup_entities2(pa)
orde
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.