CG Target IDS from Illumina 450k
1
0
Entering edit mode
7.6 years ago

Hello All:

I have a list of CG target IDs that I have gotten from running dMPFinder. I was wondering if anyone knows of any tools or R packages that I can run in order to find the chromosome and coordinates. I know I can find them individually on UCSC Genome Browser, but I have a long list. Thank you in advance.

Sincerely, Ron

CG Gene Coordinates Illumina 450k • 3.5k views
ADD COMMENT
1
Entering edit mode
7.6 years ago
mastal511 ★ 2.1k

Try the R/Bioconductor package IlluminaHumanMethylation450kanno.ilmn12.hg19.

ADD COMMENT
1
Entering edit mode

Getting the data into a standard data frame wasn't immediately obvious to me, so I thought I'd pass along the commands to help others in a similar situation:

library("IlluminaHumanMethylation450kanno.ilmn12.hg19")
data("IlluminaHumanMethylation450kanno.ilmn12.hg19")
annotation.table = getAnnotation(IlluminaHumanMethylation450kanno.ilmn12.hg19)

Same idea applies to EPIC annotations:

library("IlluminaHumanMethylationEPICanno.ilm10b2.hg19")
data("IlluminaHumanMethylationEPICanno.ilm10b2.hg19")
annotation.table = getAnnotation(IlluminaHumanMethylationEPICanno.ilm10b2.hg19)
ADD REPLY
0
Entering edit mode

Thank you for all your help !

ADD REPLY

Login before adding your answer.

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