Hello Community, I'm currently encountering an issue while analyzing DNA methylation data using the ChAMP package in R. I'm working with IDAT files from the Infinium MethylationEPIC BeadChip and attempting to load and preprocess the data using champ.load(). However, I've encountered a consistent error that has left me puzzled, and I'm seeking any advice or insights you might offer.
When executing the champ.load()
I encounter the following error: Error in champ.import(directory, arraytype = arraytype) : Meth Matrix and UnMeth Matrix seems not paried correctly.
ChAMP Version: 2.32.0 Microarray Platform Used: EPIC-8v2-0_A1 Annotation File Used: I've relied on the IlluminaHumanMethylationEPICanno.ilm10b4.hg19 for annotation. I'm wondering if this could be a contributing factor to the problem.
I've seen similar issues mentioned here but haven't found a clear solution yet.