easyEWAS Troubleshooting Guide
Source:vignettes/troubleshooting.Rmd
troubleshooting.RmdThis guide provides a practical error index for
easyEWAS.
1. Installation and dependency issues
install.packages(c("remotes", "BiocManager"))
BiocManager::install(c("sva", "clusterProfiler", "org.Hs.eg.db", "DMRcate"))
remotes::install_github("ytwangZero/easyEWAS")2. Data format and alignment issues
Rules:
ExpoDatafirst column: sample IDsMethyDatafirst column: probe IDsMethyDatasample columns must matchExpoDatasample IDs
3. ComBat fails with prior plot
Try:
plot = FALSE- check NA patterns
- verify each batch has enough samples
4. DMR issues
Required genome/chip combinations:
EPICV2+hg38EPICV1/450K+hg19