That paper is in reference to Methylation data, not Genotyping data.
Hi,
I've got some Illumina HumanOmniExpress Genotyping Chip IDAT files and I was wondering if there are any packages that people know of that can read them? Are the IDAT files for this chip encrypted to a point where I'd have to use genome studio?
Thanks
3 answers
Hi,
There are several packages you can use them. Refer to "Review of processing and analysis methods for DNA methylation array data" paper. In this paper you can find them.
The same question : how to analysis HumanOmni5 Exome-4v1-2 Array data ?
you can just use Genome Studio to analysis IDAT files, but you should figure out their original file names.
Genome Studio is proprietary software, and not open source. I mention in the OP that I was looking for alternatives to Genome Studio.
Log in to answer this question.
After a bit of digging, I found the cram package, which seems to do what I want - Any other suggestions are welcome!
Hello, did you know how to read IDAT files in R? and how about the script? I tried to use
read.idat, but there always were error:or
Looking forward to your reply. and many thanks!
P.S.: I cannot use Genome Studio software, that's why only R I can use.