Description Usage Arguments Value Examples
Produce a data.frame with a set of naive terms mapped to all matching ontology ids and their formal terms
1 | liberalMap(terms, onto, useAgrep = FALSE, ...)
|
terms |
character() vector, can use grep-compatible regular expressions |
onto |
an instance of ontologyIndex::ontology_index |
useAgrep |
logical(1) if TRUE, agrep will be used |
... |
passed to agrep if used |
a data.frame
1 2 3 4 | cands = c("astrocyte$", "oligodendrocyte", "oligodendrocyte precursor",
"neoplastic", "^neuron$", "^vascular", "badterm")
co = ontoProc::getCellOnto()
liberalMap(cands, co)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.