This software can estimate breeding values using either a random regeression model or a single trait. The software currently can analyse using a limited number of models and it's build only for speed and efficiency of the following models.
The first type is a dataset of phenotyped individuals at different environments to estimate variance components and breeding values using an animal model. The model that is fitted is
In the above linear random-regression model, int
) and slope (slo
). Hence, the two fixed effects are the mean intercept and the mean slope. The random effects are genetic and environmental deviation bor both intercept and slope.
In the above model, it is assumed that the residual is heterogeneous. However, no correlation is assumed between the terms in the residual (E_int{j,k}
and
In the second type, the locations are ignored and the aim is to estimate breeding values for individual using a single trait model
where
however, only one fixed effect is allowed at the moment and the number of levels for the fixed effect F
should be provided.
This software is written under FORTRAN90. The software can be built and installed using install.sh (under Unix OS). The name of compiler should be passed to variable FC in install.sh
(tested with Intel FORTRAN and GFORTRAN (gcc version > 9.0)).
BLAS and LAPACK libraries are required for the compilation. If required, these libraries may be downloaded from here for BLAS and here for LAPACK and compiled based on the instructions from here (for Gfortran). For Intel Fortran these libraries use flag -mkl
.
The program is interactive and requires each input to be given separately. It is also possible to store the inputs in a separate file (e.g. inputs.txt
) and use the input redirection operator <
.
The phenotype file cannot have additional column and the order of columns are id
, effect
, phenotype
or id
, phenotype
The relationship matrix must be provided and must be in the packed format of row
, col
, value
Note: If the AIREML fails to converge to a set of feasible variance component, then use EMREML iterations. See Mitszal 2008 for more information.
There are 3 different examples in test folder input_<scenario>
for three different scenarios explained above. Three input files are provided that analyse these cases using ASREML. The script compare.sh
analyses these data with ASREML (provided it exists on the system) and the produced exectuable from install.sh
. It then compares the estimated breeding value using
The software provides estimated random and fix effects and variance components in the provided files.