getInfo | R Documentation |
Using a GSE ID list, from the GEO DataSets FTP, it searches and downloads each raw expression data in a separate file with the GSE ID as the name. After, the function uncompresses the downloaded file to be ready to use. Additionally, searches and downloaded the information of the chip using the GPL ID to obtain the .soft file.
getInfo(GSE, GPL, directory = ".")
GSE |
The list of GSE ID. |
GPL |
The GPL ID of the chip used in the microarray experiment. |
directory |
The path file to download and uncompress the raw expression data, by default is the current path file. |
A set of files with the uncompressed data and ready to use.
Juan David Henao <judhenaosa@unal.edu.co>
getAffy
to charge the expression data.
## Not run: # Extract data from GEO DataSets (Takes time) getInfo(GSE = "GSE8216", GPL = "GPL2025",directory = tempdir()) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.