search_annotations | R Documentation |
Search for annotation tags
search_annotations(
query,
raw = getOption("gemma.raw", FALSE),
memoised = getOption("gemma.memoised", FALSE),
file = getOption("gemma.file", NA_character_),
overwrite = getOption("gemma.overwrite", FALSE)
)
query |
The search query. Queries can include plain text or ontology terms They also support conjunctions ("alpha AND beta"), disjunctions ("alpha OR beta") grouping ("(alpha OR beta) AND gamma"), prefixing ("alpha*"), wildcard characters ("BRCA?") and fuzzy matches ("alpha~"). |
raw |
|
memoised |
Whether or not to save to cache for future calls with the
same inputs and use the result saved in cache if a result is already saved.
Doing |
file |
The name of a file to save the results to, or |
overwrite |
Whether or not to overwrite if a file exists at the specified filename. |
A data table with annotations (annotation search result value objects)
matching the given identifiers. A list if raw = TRUE
. A 400 error
if required parameters are missing.
The fields of the output data.table are:
category.name
: Category that the annotation belongs to
category.URI
: URI for the category.name
value.name
: Annotation term
value.URI
: URI for the value.name
search_annotations("traumatic")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.