VarianceComponentTest.jl

Exact Variance Component Test for GWAS
Popularity
4 Stars
Updated Last
2 Years Ago
Started In
June 2015

Build Status Coverage Status VarianceComponentTest

VarianceComponentTest.jl

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

Installation

Pkg.update()
Pkg.add("VarianceComponentTest")