search_gemma | R Documentation |
Search everything in Gemma
search_gemma(
query,
taxon = NA_character_,
platform = NA_character_,
limit = 100,
resultType = "experiment",
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~"). |
taxon |
A numerical taxon identifier or an ncbi taxon identifier or a taxon identifier that matches either its scientific or common name |
platform |
A platform numerical identifier or a platform short name |
limit |
Defaults to 100 with a maximum value of 2000. Limits the number of returned results. Note that this function does not support pagination. |
resultType |
The kind of results that should be included in the output. Can be experiment, gene, platform or a long object type name, documented in the API documentation. |
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. |
If raw = FALSE
and resultType is experiment, gene or platform,
a data.table containing the search results. If it is any other type, a list
of results. A list with additional details about the search if raw = TRUE
search_gemma("bipolar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.