Imaginings of a Livestock Geneticist

Method to Update G Inverse

As outlined in the previous genomic-based algorithm sections (i.e. Recursive Method to Create G Inverse), when utilizing a relationship matrix in the mixed model equations, the inverse of the relationship matrix is needed (i.e. G-1 instead of the actual relationship (G). When genomic information was initially utilized in genetic evaluations, the number of animals was small and as a result generating G-1 was not a huge issue, although as the number of genotyped animals continued to increase computational issues started to manifest. Furthermore, the sparseness of A-1 and how you could restart from where you left off previously as new animals are generated was an attractive feature that the majority of programs exploited. As outlined in the previous section describing how to generate different G matrices), the G matrix is dense with all elements being nonzero. Therefore, the current methods updates G-1 for new individuals instead of recomputing the entire matrix again. Outlined below is a function that takes in as input a genomic relationship matrix and the algorithm is outlined in Meyer et al. (2013).

References