Closed BastiDucreux closed 3 years ago
Hi,
This is because getAnnot()
is an internal function and it is not exported. If this internal function has to be used. We can try:
library(IlluminaHumanMethylationEPICanno.ilm10b4.hg19)
library(methylGSA)
a = methylGSA:::getAnnot("EPIC")
Xu
Hi,
I'm currently trying to use the getAnnot function but it tells me the function is impossible to find :
Would you know where the problem comes from ?
Thanks in advance.
Bastien