search_labels | R Documentation |
use owlready2 ontology search facility on term labels
search_labels(ontopath, regexp, case_sensitive = TRUE)
ontopath |
character(1) path to owl file |
regexp |
character(1) simple regular expression |
case_sensitive |
logical(1) should case be respected in search? |
A named list: term labels are elements, tags are names of elements. Will return NULL if nothing is found.
pa = get_ordo_owl_path()
ol = search_labels(pa, "*Immunog*")
orde = setup_entities2(pa)
onto_plot2(orde, names(ol))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.