findGO | R Documentation |
Finds GO categories where the term matches a query expression.
findGO(expr, fixed = FALSE, ontology = "BP|MF|CC")
expr |
The expression to query, interpreted as a regular expression if 'fixed=FALSE'. |
fixed |
Whether to interpret 'expr' as a fixed expression, rather than a regular expression (default FALSE) |
ontology |
Ontology to search, default all 3 ('BP|MF|CC') |
A named vector of GO IDs, with Terms as names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.