Hello, I'm new to microarray analysis in R, and I'm trying to process the raw data found in GSE63060 (AddNeuroMed cohort). These are on Illumina HumanHT-12 v3.0 Gene Expression BeadChip. However, most of the processes that I see relating to background correction and normalization for these arrays, like lumi, requires either the output files from BeadStudio or a matrix of expression values with Detection.Pvals columns. The raw data provided on NCBI GEO for this project is a data matrix with an IND_ID column and subsequent columns for the AVG_Signal expression values for each subject, as well as a BGX annotation file, so this data doesn't conform to the lumi requirements listed above. How do I go about the background correction and normalization with this format?
Thank you for any help!