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)
• 0 views
•
link