powered by
Matches character statement and returns most similar ontology terms
annot_char_grep(ontology, char.statement, use.synonyms = TRUE, min_set = TRUE)
ontology.
character statement
if TRUE then the synonyms are used during search. The synonyms have to be included in the ontology using syn_extract() function
if TRUE eliminates higher order inferred ontology terms
The vector of matches ontology terms.
# NOT RUN { data(HAO) annot_char_grep(HAO, "Mola on right mandible") # }
Run the code above in your browser using DataLab