search_labels | R Documentation |
use owlready2 ontology search facility on term labels
search_labels(oents, regexp, case_sensitive = TRUE)
oents |
owlents instance |
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()
orde = setup_entities(pa)
ol = search_labels(orde, "*Immunog*")
plot(orde, names(ol))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.