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.
• 2,296 views
•
link
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.
• 0 views
•
link
Log in to answer this question.