This repository is a reimplementation from the original vGWAS
R package from Xia Shen.
see the original publication Inheritance Beyond Plain Heritability: Variance-Controlling Genes in Arabidopsis thaliana
install.packages("devtools")
install.packages("knitr")
install.packages("hglm")
install.packages("dglm")
Third install vGWAS
package from github using the devtools package.
library(devtools)
install_github("kullrich/vGWAS", build_vignettes = TRUE, dependencies = FALSE)
These vignettes introduce distIUPAC
library(vGWAS)
vignette("vGWAS")