Difference between revisions of "Multiple Trait Evaluation"

From BIF Guidelines Wiki
Line 1: Line 1:
Multiple trait evaluation
+
Mutiple trait genetic evaluation differs from a single trait evaluation in that several phenotypic traits are evaluated at the same time. Reasons for doing a multiple trait genetic evaluation include greater prediction [[Accuracy| accuracy]] and reduced [[Prediction Bias |prediction bias]].
 +
 
 +
As with single trait genetic evaluation most traits use [[BLUP]] to obtain [[Expected Progeny Difference| EPD]] by solving the mixed model equations. For single trait with breeding values as the only random effect the mixed model equations take the form
 +
<center>
 +
<math>
 +
\begin{pmatrix}
 +
\mathbf{X}'\mathbf{X}&\mathbf{X}'\mathbf{Z}\\
 +
\mathbf{Z}'\mathbf{X}&\mathbf{Z}'\mathbf{Z}+\mathbf{A}^{-1}\lambda
 +
\end{pmatrix}
 +
\begin{pmatrix}
 +
\hat{\boldsymbol{\beta}}\\
 +
\hat{\mathbf{u}}
 +
\end{pmatrix}=
 +
\begin{pmatrix}
 +
\mathbf{X}'\mathbf{y}\\
 +
\mathbf{Z}'\mathbf{y}
 +
\end{pmatrix}
 +
</math>
 +
</center>
 +
where <math>\mathbf{X}</math> and <math>\mathbf{Z}</math> are the incidence matrices for the fixed and random effects, <math>\mathbf{A}</math> is the numerator relationship matrix, <math>\hat\boldsymbol{\beta}</math> are estimated fixed effects, <math>\hat\mathbf{u}</math> the predicted breeding values, <math>\mathbf{y}</math> the vector of observed phenotypes, and <math>\lambda=\sigma^2_e/\sigma^2_g</math> is the ratio of the environmental variance <math>\sigma^2_e</math> and the additive genetic variance <math>\sigma^2_g</math>.
 +
 
 +
In a multiple trait genetic evaluation  we have covariances in addition to addition to variances associated with the random effects. In addition, different animals could have observed phenotypes for different subsets of traits. In the case where we have two traits and with breeding values as the only random effect he mixed model equations take the form
 +
<center>
 +
<math>
 +
\begin{pmatrix}
 +
\mathbf{X}'\mathbf{R}^{-1}\mathbf{X}&\mathbf{X}'\mathbf{R}^{-1}\mathbf{Z}\\
 +
\mathbf{Z}'\mathbf{R}^{-1}\mathbf{X}&\mathbf{Z}'\mathbf{R}^{-1}\mathbf{Z}+\mathbf{G}^{-1}
 +
\end{pmatrix}
 +
\begin{pmatrix}
 +
\hat{\boldsymbol{\beta}}\\
 +
\hat{\mathbf{u}}
 +
\end{pmatrix}=
 +
\begin{pmatrix}
 +
\mathbf{X}'\mathbf{R}^{-1}\mathbf{y}\\
 +
\mathbf{Z}'\mathbf{R}^{-1}\mathbf{y}
 +
\end{pmatrix}
 +
</math>
 +
</center>
 +
where <math>G</math> is the genetic covariance matrix and is a function of the numerator relationship matrix <math>\mathbf{A}</math> and genetic variances of the two traits and the genetic covariance between the two traits, and <math>R</math> is the environmental covariance matrix and is a function of the  environmental variances of the two traits and the environmenatl covariance between the two traits.

Revision as of 19:25, 31 May 2019

Mutiple trait genetic evaluation differs from a single trait evaluation in that several phenotypic traits are evaluated at the same time. Reasons for doing a multiple trait genetic evaluation include greater prediction accuracy and reduced prediction bias.

As with single trait genetic evaluation most traits use BLUP to obtain EPD by solving the mixed model equations. For single trait with breeding values as the only random effect the mixed model equations take the form

where and are the incidence matrices for the fixed and random effects, is the numerator relationship matrix, are estimated fixed effects, the predicted breeding values, the vector of observed phenotypes, and is the ratio of the environmental variance and the additive genetic variance .

In a multiple trait genetic evaluation we have covariances in addition to addition to variances associated with the random effects. In addition, different animals could have observed phenotypes for different subsets of traits. In the case where we have two traits and with breeding values as the only random effect he mixed model equations take the form

where is the genetic covariance matrix and is a function of the numerator relationship matrix and genetic variances of the two traits and the genetic covariance between the two traits, and is the environmental covariance matrix and is a function of the environmental variances of the two traits and the environmenatl covariance between the two traits.