Convert Bisulfite Methylation data Genomic Position to Probes id (CpG)
1
1
Entering edit mode
2.2 years ago
ryme ▴ 30

Hello,

I would like to ask if anyone has a clue on have to convert the genomic position from bisulfite methylation data to probes IDs?

For example; Converting chr1:10208081 to cg00061883.

Thanks!

sequencing CpG methylation DNA Bisulfite • 709 views
ADD COMMENT
1
Entering edit mode
2.2 years ago
Basti ★ 2.0k

If you are talking about Illumina CpG probe ID, just download EPIC/450k/27k manifest from Bioconductor and match chromosome and position.

library(IlluminaHumanMethylation450kanno.ilmn12.hg19)
data("IlluminaHumanMethylation450kanno.ilmn12.hg19")

data(Locations)
loc450k=data.frame(Locations)

loc450k=data.frame(getAnnotation(IlluminaHumanMethylation450kanno.ilmn12.hg19))

library(IlluminaHumanMethylationEPICanno.ilm10b4.hg19)
data("IlluminaHumanMethylationEPICanno.ilm10b4.hg19")

data(Locations)
locEPIC=data.frame(Locations)
ADD COMMENT

Login before adding your answer.

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