Hello,
these are my first steps in processing the data from Illumina (HumanMethylation450). I'm trying to process raw data from http://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE37066
require(GEOquery)
getGEOSuppFiles(GEO="GSE37066")
After extracting the raw files, I see that, besides the Chip description there are raw AB intensities. I would like to use lumi or methylumi packages to read the actual data and perform background correction, normalization, etc. to compare the results. However, when executing
require(lumi)
example.lumiMethy <- methylumiR("GSE37066/GSE37066_raw_AB_intensities.txt", sep="\t")
I got an error: "Error in if (dattypes$original[i] != "") { : argument is of length zero" As far as I understand the file GSE37066_raw_AB_intensities.txt is not created by the BeadStudio, right? Is there any method which I can use to convert this data to "MethyLumiSet"? Or is the provided raw data not enough? What do I miss?
Thank you! If I understand this right, the raw data is just incomplete in this case, but the working values are provided with the matrix.
Yeah - GEO won't let you upload the raw .idat files for reasons of space. Therefore, you have to work with some sort of processed data.