Update README.md
library(devtools) install_github('https://github.com/Illumina/IlluminaHumanMethylationEPICv2manifest') install.packages('IlluminaHumanMethylationEPICv2manifest_0.1.0.tar.gz',repos=NULL,type='source')
#read intensities epicv2_example = read.metharray.exp(base='EPICv2_IDATs') #assign annotation annotation(epicv2_example)["array"] = "IlluminaHumanMethylationEPICv2" annotation(epicv2_example)["annotation"] = "20a1.hg38" #read beta into matrix betas_epicv2_example= as.data.frame(getBeta(epicv2_example))
Illumina EPIC v2 甲基化芯片的 manifest 资源。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
package for EPICv2 Infinium DNA Methylation array and minfi compatibility
Install from GitHub or from .tar.gz
Run