.get_dataset_expression_for_genes_in_taxon | R Documentation |
Retrieve the expression data matrix of a set of datasets and genes
.get_dataset_expression_for_genes_in_taxon(
datasets,
genes,
keepNonSpecific = FALSE,
consolidate = NA_character_,
taxon,
raw = getOption("gemma.raw", FALSE),
memoised = getOption("gemma.memoised", FALSE),
file = getOption("gemma.file", NA_character_),
overwrite = getOption("gemma.overwrite", FALSE)
)
datasets |
A comma-delimited list of dataset IDs or short names. The value may be compressed with gzip and encoded with base64. |
genes |
A comma-delimited list of NCBI IDs, Ensembl IDs or gene symbols. The value may be compressed with gzip and encoded with base64. |
keepNonSpecific |
boolean |
consolidate |
An option for gene expression level consolidation. |
taxon |
A numerical taxon identifier or an ncbi taxon identifier or a taxon identifier that matches either its scientific or common name |
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.