View source: R/utility_functions.R
searchAnnotations | R Documentation |
Searches Reactome/GO databases using query stem (i.e., incomplete term) and returns all matches.
searchAnnotations(query, db = NULL, species = NULL, ontology = NULL)
query |
Query term. A character. |
db |
Database to search, if specified. One of:
|
species |
Character specifying species, if specified. One of:
|
ontology |
Character specifying GO ontology to filter terms by. If unspecified, one or more of:
|
dataframe of terms that match query
Nicholas Mikolajewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.