how to get the file of CG sites correspond to gene about Infinium MethylationEPIC platform
1
0
Entering edit mode
2.6 years ago
924861370 • 0

I have DNA methlation data. I want get the relationship of cgXXX and gene symbol. But I don't know where to get this relationship file.

site cg gene symbol • 814 views
ADD COMMENT
2
Entering edit mode
2.6 years ago
Papyrus ★ 2.9k

The "Manifest" files with that info are available at the Illumina website.

Much more easily, in R, you can retrieve them like this:

library(IlluminaHumanMethylationEPICanno.ilm10b4.hg19)
anno <- as.data.frame(getAnnotation(IlluminaHumanMethylationEPICanno.ilm10b4.hg19))

To get a table with probe IDs and associated information including genes, etc. Or you can use the coordinates shown there to map to genes via other packages (e.g. ChIPseeker).

ADD COMMENT

Login before adding your answer.

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