Error in loading file using champ.load() from ChAMP package
1
0
Entering edit mode
arisarkar88 ▴ 40
@arisarkar88-11464
Last seen 9 months ago
Los Angeles

Hello, I am trying to load .idat files in ChAMP using champ.load(). However I get the following error:

Your pd file contains NO Array(Sentrix_Position) information.

Your pd file contains NO Slide(Sentrix_ID) information.

Error in champ.import(directory, arraytype = arraytype) :

Error Match between pd file and Green Channel IDAT file.

Here is my code:

library(ChAMP)
myLoad <- champ.load("my_dir")

I do have the 'Array' and 'Slide' columns in the samplesheet but it still gives me the error. Here is my samplesheet:

Sample_Name Sample_Plate    Sample_Group    Pool_ID Project Sample_Well Array   Slide   Basename    filenames
C1  C1  NA  C   NA  NA  E01 R05C01  2.03839E+11 203839170007_R05C01 203839170007_R05C01
C2  C2  NA  C   NA  NA  H01 R08C01  2.03839E+11 203839170007_R08C01 203839170007_R08C01
C3  C3  NA  C   NA  NA  C02 R03C01  2.03839E+11 203839170008_R03C01 203839170008_R03C01
T1  T1  NA  T   NA  NA  D01 R04C01  2.03839E+11 203839170007_R04C01 203839170007_R04C01
T2  T2  NA  T   NA  NA  G01 R07C01  2.03839E+11 203839170007_R07C01 203839170007_R07C01 
T3  T3  NA  T   NA  NA  B02 R02C01  2.03839E+11 203839170008_R02C01 203839170008_R02C01 
champ.load epicarray ChAMP methylationArrayAnalysis • 1.0k views
ADD COMMENT
0
Entering edit mode
@james-w-macdonald-5106
Last seen 1 hour ago
United States

The error

Error Match between pd file and Green Channel IDAT file.

Is telling you that the green channel IDAT files don't match with what is in your pd file. You'll have to inspect the contents of your BaseName directory to see what the problem is.

ADD COMMENT
0
Entering edit mode

I solved the error! I checked the pd file and the Green Channel IDAT file. They look fine and are matched. There was a problem in the sample sheet file format and R was unable to read the numeric columns. It works now. Thanks for your help!

ADD REPLY

Login before adding your answer.

Traffic: 684 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6