minfi - error when reading idat files
1
0
Entering edit mode
stewart999 ▴ 10
@stewart999-11769
Last seen 2.4 years ago
United Kingdom

Hi

I am reading 1000 EPIC samples using minfi's read.metharray.exp() function as follows:

RGset <- read.metharray.exp(base=NULL, targets=targets, verbose=TRUE, extended=TRUE)

The error I receive at the end of this process is:

...
[read.metharray] Creating data matrices ... Error in
read.metharray(files, extended = extended, verbose = verbose,  :
[read.metharray] Trying to parse IDAT files with different array
size but seemingly all of the same type.
You can force this by 'force=TRUE', see the man page ?read.metharray

If I use the force=TRUE flag it reads the idats OK. I was wondering why I am receiving this error and if it may indicate that there are problems with the raw data

I have used the readIDAT function to determine the number of probes in my idats and they are within the permissible range: 320 idats have 1051815 probes and 1680 idats have 1051943 probes

Thanks

-Stewart

 

minfi methylation • 4.1k views
ADD COMMENT
1
Entering edit mode
@kasper-daniel-hansen-2979
Last seen 10 months ago
United States
This looks good to me. You don't get an error with force=TRUE. What you're seeing is that you have two sets of IDAT files scanned with different scan settings (specifically with different DMAP files). We see this a lot with the EPIC array. It is unfortunate that Illumina has released some many DMAP files and so many different annotation versions for this array, but that's how it is. Best, Kasper On Wed, Jul 5, 2017 at 11:32 AM, stewart999 [bioc] <noreply@bioconductor.org> wrote: > Activity on a post you are following on support.bioconductor.org > > User stewart999 <https: support.bioconductor.org="" u="" 11769=""/> wrote Question: > minfi - error when reading idat files > <https: support.bioconductor.org="" p="" 97773=""/>: > > Hi > > I am reading 1000 EPIC samples using minfi's read.metharray.exp() function > as follows: > > RGset <- read.metharray.exp(base=NULL, targets=targets, verbose=TRUE, extended=TRUE) > > The error I receive at the end of this process is: > > ... > [read.metharray] Creating data matrices ... Error in > read.metharray(files, extended = extended, verbose = verbose, : > [read.metharray] Trying to parse IDAT files with different array > size but seemingly all of the same type. > You can force this by 'force=TRUE', see the man page ?read.metharray > > If I use the force=TRUE flag it reads the idats OK. I was wondering why I > am receiving this error and if it may indicate that there are problems with > the raw data > > I have used the readIDAT function to determine the number of probes in my > idats and they are within the permissible range: 320 idats have 1051815 > probes and 1680 idats have 1051943 probes > > Thanks > > -Stewart > > > > ------------------------------ > > Post tags: minfi, methylation > > You may reply via email or visit minfi - error when reading idat files >
ADD COMMENT
0
Entering edit mode

So, Wondering, what is the conclusion, is it ok to use force=TRUE, in the above-mentioned case?

ADD REPLY
0
Entering edit mode

I am too struggling with this. is it ok to use force=TRUE?

ADD REPLY
0
Entering edit mode

I would expect the discussion above to be pretty clear: There are different types of IDAT files around for the EPIC array because Illumina released a couple of different DMAP files (used to scan the microarrays) and these DMAP files produces IDAT files with almost the same - but not exactly the same - number of probes. Note that the IDAT files themselves don't contain a clear ID for what array type they are, so in minfi we make an educated guess based on the number of probes.

In case you read a set of IDAT files where some of the files have different number of probes, the default behavior is for minfi to throw an error. You can override the error by setting force=TRUE which will create an R object containing all the probes which are present on all of the arrays (which is usually the smaller set). This argument is partly needed because (as I say above) the array type is not encoded in the IDAT file so we are doing some degree of educated guess work. Also, force=TRUE overrides some checks and I think it is possible to merge a 27k array with an EPIC array which would probably NOT be what you would ever want to do.

Does this answer the questions?

ADD REPLY
0
Entering edit mode

Thanks for response. it was helpful

ADD REPLY

Login before adding your answer.

Traffic: 656 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