achilleasNP / IlluminaHumanMethylationEPICanno.ilm10b5.hg38

Illumina Human Methylation EPIC annotation to use with IlluminaHumanMethylationEPICB5manifest and minfi
Apache License 2.0
6 stars 7 forks source link

IlluminaHumanMethylationEPICanno.ilm10b5.hg38

Illumina Human Methylation EPIC annotation 1.0 B5 using Build 38 to be used in conjunction with IlluminaHumanMethylationEPICmanifest and minfi.

Installation instructions

You can install it in R by using the devtools library and doing:

 library(devtools)
 install_github("achilleasNP/IlluminaHumanMethylationEPICmanifest") 
 install_github("achilleasNP/IlluminaHumanMethylationEPICanno.ilm10b5.hg38")

and force minfi to use the package by setting the annotation of your "RGChannelSet" object as below:

Usage instructions

RGset@annotation = c(array = "IlluminaHumanMethylationEPIC", annotation = "ilm10b5.hg38")