Description Usage Arguments Value Examples
some fields of interest are lists, and grep per se should not be used – this function checks and uses grep within vapply when appropriate
1 |
patt |
a regular expression whose presence in field should be checked |
onto |
an ontologyIndex instance |
field |
the ontologyIndex component to be searched |
... |
passed to grep |
logical vector indicating vector or list elements where a match is found
1 2 3 | cheb = getChebiOnto()
ind = fastGrep("17-AAG", cheb, "synonym")
cheb$name[ind]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.