View source: R/downloadGEOData.R
downloadGEOData | R Documentation |
Download different ExpressionSets objects from the GEO database
downloadGEOData(GEOobject, directory = getwd())
GEOobject |
a vector of character where each element represents a GEO object for downloading. |
directory |
The directory where the different downloaded GSE Series Matrix files from GEO will be stored. By default they are downloaded to the working directory |
This function internally uses getGEO function of GEOquery package. However, downloadGEO allows you to download multiple files at the same time.
A list of the different ExpressionSets
Juan Antonio Villatoro Garcia, juanantoniovillatorogarcia@gmail.com
Davis, S. and Meltzer, P. S. GEOquery: a bridge between the Gene Expression Omnibus (GEO) and BioConductor. Bioinformatics, 2007, 14, 1846-1847
## Not run:
GEOobjects<- c("GSE4588", "GSE10325")
dataGEO<-downloadGEOData(GEOobjects)
dataGEO
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.