.get_gene_differential_expression_values_in_taxon | R Documentation |
Retrieve the differential expression results for a given gene and taxa among datasets matching the provided query and filter
.get_gene_differential_expression_values_in_taxon(
gene,
query = NA_character_,
taxon = NA_character_,
uris = NA_character_,
filter = NA_character_,
threshold = 1,
raw = getOption("gemma.raw", FALSE),
memoised = getOption("gemma.memoised", FALSE),
file = getOption("gemma.file", NA_character_),
overwrite = getOption("gemma.overwrite", FALSE)
)
gene |
An ensembl gene identifier which typically starts with ensg or an ncbi gene identifier or an official gene symbol approved by hgnc |
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 |
uris |
A vector of ontology term URIs. Providing multiple terms will
return results containing any of the terms and their children. These are
appended to the filter and equivalent to filtering for |
filter |
Filter results by matching expression. Use |
threshold |
number |
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. |
Varies
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.