-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Saunak Sen edited this page Feb 3, 2020
·
1 revision
Genetic analysis in structured populations used mixed linear models where the variance matrix of the error term is a linear combination of an identity matrix and a positive definite matrix.
The linear model is of the familiar form:
-
$y$ : phenotype -
$X$ : covariates -
$\beta$ : fixed effects -
$e$ : error term
Further
The key idea in speeding up computations here is that by rotating the
phenotypes by the eigenvectors of
Guide to the directories:
-
src
: Julia source code -
data
: Example data for development and testing -
test
: Code for testing -
docs
: Notes on comparisons with other implementations