Description Usage Arguments Value
View source: R/ArrayExpressPrep.R
Processes an entry in the Gene Expression Omnibus database for use in GEOcompare
1 2 | ArrayExpressPrep(AEaccession, var_list = NULL, rename_samples = TRUE,
platform = NULL)
|
AEaccession |
An ArrayExpress accession number (i.e. 'E-MEXP-2360') |
var_list |
List of variables (i.e. genes) to include. If provided, data for other variables is discarded. Default: NULL |
rename_samples |
Replace the GEO sample name with the title |
platform |
The Annotation Database corresponding to the platform used in the assay (i.e. hgu133plus2.db). If not supplied, will attempt to detect the correct database and retrieve the names from Biomart (which can be SLOW). Default: NULL provided in the ExpressionSet's phenoData@data$characteristics.celltype. slot. Default: TRUE |
A matrix of correlation values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.