How to view TCGA data in idat format file.
2
1
Entering edit mode
8.0 years ago
singhparisha ▴ 10

I want to analyze the data of tcga on methylation, but I am having difficulty as the downloaded file is in idat format. Could anyone please suggest me how to open the file and by which software.

R • 4.0k views
ADD COMMENT
1
Entering edit mode
8.0 years ago

You can use minfi R package (https://bioconductor.org/packages/3.3/bioc/manuals/minfi/man/minfi.pdf) to read and normalize idat files.

targets <- read.450k.sheet(baseDir)
sub(baseDir, "", targets$Basename)
RGset <- read.450k.exp(base = baseDir, targets = targets)
ADD COMMENT
0
Entering edit mode
8.0 years ago
ivivek_ngs ★ 5.2k

Should be easy to search in the internet. RnBeads , you can find the vigenette here

ADD COMMENT

Login before adding your answer.

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