Description Usage Arguments Value Author(s) See Also Examples
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.
1 | 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.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.