This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How can I find the region coordinates of my methylation EPIC Illumina data?

Hello, I have the results for EPIC Illumina sequencing, and I want to know to which region each cpG belongs to. How can I do that? Ive heard something about a manifest, and I downloaded it but Its too big to even open.

methylation manifest rna-seq epic

1 answer

grep "CpG" HumanMethylation450_15017482_v1-2.csv > HumanMethylation450_15017482_v1-2_CpG.csv

Now it is not that big (16Mb). It has 32k lines, though, so you still can't look one by one.

Log in to answer this question.