Thank you for sharing that very useful workflow, and for clarifying some of the differences between Illumina and Affy arrays.
The problem I'm running into now is that read.maimages is looking for columns for two colors. Would the VALUE column in the OP correspond to the raw intensity of a single color array, or has this file from GEO already undergone some normalization? At what step in the workflow would this be the equivalent of? I've tried to run:
project <- read.maimages(targetinfo, columns='ID',annotation='HumanWG-6_V3_0_R3_11282955_A.txt')
project.bgcorrect <- backgroundCorrect(project, method="normexp", offset=16)
And have gotten:
Array 1Error in normexp.fit(x, method = normexp.method) :
Not enough data: need at least 4 non-missing corrected intensities
Sorry for the basic questions, I've been scouring the internet and can't seem to get the answers I'm looking for. Thank you for the help!