getAffy | R Documentation |
Charges the data from a file with the GSM samples compressed using the "filelist.txt" file to identify the GSM ID and create the AffyBatch object finally.
getAffy(GSE, directory = ".")
GSE |
The name of the file with the compressed samples data. |
directory |
The path file where the samples and the "filelist" file are to create the AffyBatch object, by default is the current directory. |
An AffyBatch Object.
Juan david Henao <judhenaosa@unal.edu.co>
getInfo
to download expression data from GEO DataSets included the "filelist" file.
# Creating the AffyBatch object from raw data downloaded # The data is from partial experiment results from Greene JG(2006), GEO accession: GSE4773 # Data without CDF environment information affy <- getAffy(GSE = "GSE1234",directory = system.file("extdata",package = "coexnet"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.