VarianceComponentTest.jl is a Julia package for performing exact variance component tests in genome-wide association study (GWAS). It provides three types of exact tests
- exact likelihood ratio test (eLRT)
- exact restricted likelihood ratio test (eRLRT)
- exact score test (eScore)
Detailed documentation is here
Pkg.update()
Pkg.add("VarianceComponentTest")