Description Usage Arguments Value Examples
Download a list of microarray GEO datasets from Gene Expression Omnibus databse.
1  | downMicroGEODatasets(geoIDs, log2Trans = FALSE, verbose = TRUE)
 | 
geoIDs | 
 A vector of GSE accession number for microarray datasets downloading.  | 
log2Trans | 
 log2(X + 1) transfer for the expression data, default: FALSE.  | 
verbose | 
 Show running infos or not, default: TRUE.  | 
A list of downloaded gene expression profiles of each GSE accession number.
1  | exprsList <- downMicroGEODatasets(geoIDs = c('GSE19830'), log2Trans = FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.