Genomic-based BLUP (GBLUP)

Overview

Predict genomic estimated breeding values (GEBV) with GBLUP using phenotypes and genomic data.

Step Two : Predict genomic estimated breed value (u_hatG)

Construct G matrix VanRaden (2008) with R-function of computeG. Two arguments need to be given within computeG function: 1) genotype matrix of W; 2) minor allele frequency threshold (0.05 is used in this example).

Phenotype Matrix y

Incidence Matrix Z

Incidence Matrix I

Assign values for two variance components (In practice, they need to be estimated from data)

HaipengYu