### Loading the PIMA dataset contained in the mlbench package
library(mlbench)
data(PimaIndiansDiabetes)
### Using ELJAlinear to perform EWAS analysis
ELJAglm(var = 'diabetes',data = PimaIndiansDiabetes,
family = binomial(link = "logit"), manplot = TRUE, Bonferroni = TRUE,
FDR = TRUE, nbvalmanplot = 30, manplotsign = FALSE)
results
Run the code above in your browser using DataLab