OpenMendel / VarianceComponentModels.jl

Utilities for fitting and testing variance component models

Home Page:https://openmendel.github.io/VarianceComponentModels.jl/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VarianceComponentModels

Documentation Build Status Code Coverage
Build Status Build status Coverage Status codecov

This Julia package provides computational routines for fitting and testing variance component models. VarianceComponentModels is one package of the umbrella OpenMendel project.

Installation

This package requires Julia v0.7.0 or later, which can be obtained from https://julialang.org/downloads/ or by building Julia from the sources in the https://github.com/JuliaLang/julia repository.

This package is registered in the default Julia package registry, and can be installed through standard package installation procedure: e.g., running the following code in Julia REPL.

using Pkg
pkg"add VarianceComponentModels"

Citation

If you use OpenMendel analysis packages in your research, please cite the following reference in the resulting publications:

Zhou H, Sinsheimer JS, Bates DM, Chu BB, German CA, Ji SS, Keys KL, Kim J, Ko S, Mosher GD, Papp JC, Sobel EM, Zhai J, Zhou JJ, Lange K. OPENMENDEL: a cooperative programming project for statistical genetics. Hum Genet. 2020 Jan;139(1):61-71. doi: 10.1007/s00439-019-02001-z. Epub 2019 Mar 26. PMID: 30915546; PMCID: PMC6763373.

Acknowledgments

This project has been supported by the National Institutes of Health under awards R01GM053275, R01HG006139, R25GM103774, and 1R25HG011845.

About

Utilities for fitting and testing variance component models

https://openmendel.github.io/VarianceComponentModels.jl/latest/

License:Other


Languages

Language:Julia 100.0%