initEWAS.Rd
This function is designed to generate an R6 class for storing all the data and results of EWAS analysis, and also to create a folder on the local computer for storing the analysis results.
initEWAS(outpath = "default")
input, an R6 class object integrating all information.
if (FALSE) { # \dontrun{
res <- initEWAS(outpath = "default")
} # }