# NOT RUN {
## Run MLR with example files:
VCFfileName <- system.file("testfiles/CFH.scores.anno.vcf.gz",
package = "sumFREGAT")
cor.path <- system.file("testfiles/", package = "sumFREGAT")
n <- 85 # your sample size
out <- MLR(VCFfileName, region = 'CFH', cor.path = cor.path, n = n)
# }
Run the code above in your browser using DataLab