Literature DB >> 34877603

Efficient approximation of reliabilities for single-step genomic best linear unbiased predictor models with the Algorithm for Proven and Young.

Matias Bermann1, Daniela Lourenco1, Ignacy Misztal1.   

Abstract

The objectives of this study were to develop an efficient algorithm for calculating prediction error variances (PEVs) for genomic best linear unbiased prediction (GBLUP) models using the Algorithm for Proven and Young (APY), extend it to single-step GBLUP (ssGBLUP), and apply this algorithm for approximating the theoretical reliabilities for single- and multiple-trait models in ssGBLUP. The PEV with APY was calculated by block sparse inversion, efficiently exploiting the sparse structure of the inverse of the genomic relationship matrix with APY. Single-step GBLUP reliabilities were approximated by combining reliabilities with and without genomic information in terms of effective record contributions. Multi-trait reliabilities relied on single-trait results adjusted using the genetic and residual covariance matrices among traits. Tests involved two datasets provided by the American Angus Association. A small dataset (Data1) was used for comparing the approximated reliabilities with the reliabilities obtained by the inversion of the left-hand side of the mixed model equations. A large dataset (Data2) was used for evaluating the computational performance of the algorithm. Analyses with both datasets used single-trait and three-trait models. The number of animals in the pedigree ranged from 167,951 in Data1 to 10,213,401 in Data2, with 50,000 and 20,000 genotyped animals for single-trait and multiple-trait analysis, respectively, in Data1 and 335,325 in Data2. Correlations between estimated and exact reliabilities obtained by inversion ranged from 0.97 to 0.99, whereas the intercept and slope of the regression of the exact on the approximated reliabilities ranged from 0.00 to 0.04 and from 0.93 to 1.05, respectively. For the three-trait model with the largest dataset (Data2), the elapsed time for the reliability estimation was 11 min. The computational complexity of the proposed algorithm increased linearly with the number of genotyped animals and with the number of traits in the model. This algorithm can efficiently approximate the theoretical reliability of genomic estimated breeding values in ssGBLUP with APY for large numbers of genotyped animals at a low cost.
© The Author(s) 2021. Published by Oxford University Press on behalf of the American Society of Animal Science.

Entities:  

Keywords:  BIF accuracy; accuracy approximation; genomic evaluation; large-scale evaluation; prediction error variance

Mesh:

Year:  2022        PMID: 34877603      PMCID: PMC8827023          DOI: 10.1093/jas/skab353

Source DB:  PubMed          Journal:  J Anim Sci        ISSN: 0021-8812            Impact factor:   3.159


Introduction

Reliabilities obtained from the inverse of the mixed model equations (MMEs) are used for measuring the variation in the estimated breeding values (EBVs) from genetic evaluations; therefore, their calculation is necessary. Under the correct model specification, the reliabilities can be calculated as a function of the prediction error variances (PEVs), which are obtained from the diagonal of the inverse of the coefficient matrix of the MMEs (Henderson, 1984). The direct calculation of PEVs is computationally demanding because its cost increases cubically with the number of equations. Before the genomic era, several algorithms were developed for approximating PEVs (e.g., Misztal and Wiggans, 1988; Meyer, 1989; Tier et al., 1991) or their functions (e.g., Harris and Johnson, 1998; Tier and Meyer, 2004; Liu et al., 2004) by exploiting the sparse structure of the animal model (Quaas, 1976). However, with the use of dense panels of single-nucleotide polymorphism (SNP) for genetic evaluations, such a structure was lost, and the existing algorithms were not useful. For situations where all the animals are genotyped, the existing methods for estimating reliabilities rely on the equivalence between breeding value (GBLUP) and marker effect models (SNP-BLUP; Liu et al., 2014). The reason for this is that for the latter, the dimension of the coefficient matrix of the MMEs remains constant with the number of genotyped animals. However, this advantage is lost when a residual polygenic effect is added to the model (Liu et al., 2014). Therefore, different strategies such as reducing the number of SNP, extracting a subset of reference animals (Sargolzaei et al., 2014), or using Monte Carlo sampling (Ben Zaabza et al., 2020) were developed for reducing the computational burden of approximating genomic reliabilities. It is worth noting that all of these methods have a computational cost that increases cubically with the number of traits and SNPs, and quadratically with the number of genotyped animals. When not all the animals are genotyped, methods such as single-step GBLUP (ssGBLUP; Aguilar et al., 2010), single-step SNP-BLUP (Liu et al., 2014), or single-step Bayesian Regression (Fernando et al., 2014) are required for estimating breeding values for all genotyped and non-genotyped animals. In such a case, direct inversion of a block of the coefficient matrix of the MMEs (Misztal et al., 2013), propagation of genomic information via reverse reliability calculations (Liu et al., 2017; Edel et al., 2019), or Monte Carlo sampling (Fernando et al., 2016) was proposed for calculating PEV. On the one hand, the first two types of methods have an equal computational complexity than the procedures for estimating reliabilities for a GBLUP model, because the reliability for a GBLUP model is estimated as an intermediate step for single-step estimation methods. On the other hand, convergence and elapsed time per sample are the major drawbacks of Monte Carlo sampling methods (Hickey et al., 2009; Fernando et al., 2016). Therefore, their application to large datasets is very time-consuming. Although large-scale genomic evaluations are feasible with the Algorithm for Proven and Young (APY; Misztal, 2016), which relies on the sparse representation of the inverse of the genomic relationship matrix, no specific methods exist for calculating the reliability when using APY. Therefore, the objectives of this study were to: 1) develop an efficient method for calculating reliabilities for APY-GBLUP models and extend it to APY-ssGBLUP and 2) apply the algorithm for estimating reliabilities in ssGBLUP single- and multiple-trait models.

Materials and Methods

We present the algorithm in two sections for easy understanding: a new GBLUP-based approach to combine genomic information and records contributions, and the propagation to ssGBLUP using existing techniques.

Single-trait APY-GBLUP

Let an APY-GBLUP model be: where y is the vector of phenotypes, b is the vector of fixed effects, e is the vector of error terms, X and W are incidence matrices, and and are the genetic and residual variances, respectively. The structure of and its inverse, as defined in Misztal (2016), is: where the subscripts c and n represent the core and noncore animals, respectively; ; ; and is a diagonal matrix. Letting , the MMEs for the model (1) are: Then, the PEVs are obtained from: where D is a diagonal matrix such that (VanRaden and Freeman, 1985; Misztal and Wiggans, 1988). Here, we assume that is created following the block implementation in Masuda et al. (2016) and stored in disk. For obtaining equation (4), we implemented an algorithm for calculating a block sparse inverse, following formula (8) from Henderson and Searle (1981). Then, the steps for calculating the PEV are (A1): Read and store in memory; Approximate and overwrite as. Note that this implies updating the diagonal elements of and the diagonal matrix ; Calculate ; Overwrite as ; Invert ; Overwrite as ; Overwrite as , where the subscript i refers to the ith element of and , or the ith row of and ; Obtain PEVs from and for core and noncore animals, respectively.

Algorithm for Proven and Young-ssGBLUP

The method presented for single-trait APY-GBLUP can be used for approximating the reliabilities for a single-trait APY-ssGBLUP by using different procedures based on effective records contributions (ERCs) such as in Liu et al. (2017) or Edel et al. (2019), among others. A general outline of the method is (A2): Approximate pedigree reliabilities and obtain ERCs. For genotyped animals, solve equation (4) in A1 using ERCs instead of . Approximate pedigree reliabilities for genotyped animals without taking into account the information provided by non-genotyped animals by removing their contributions. This will be referred to as approximating reliabilities of , where stands for the numerator relationship matrix for genotyped animals. Obtain final reliabilities for genotyped animals using formulas (18 to 27) from Liu et al. (2017). Back-solve the reliabilities for genotyped animals to get ERCs. A detailed procedure for back-solving the reliabilities to obtain ERCs is explained in the Supplementary Appendix. Then, calculate reliabilities for non-genotyped animals by applying those ERCs as weights in a method for obtaining pedigree reliabilities.

Extension to multiple-trait models

For extending both single-trait APY-GBLUP and APY-ssGBLUP to multi-trait models, single-trait reliabilities were adjusted using the genetic and residual covariance matrices among traits following the method of Strabel et al. (2001). For each animal, this method requires a diagonal matrix with effective observations per trait obtained from the single-trait reliabilities, the matrices of genetic and residual (R0) covariances among traits, and the number of progenies for each trait. Then, for each animal, its adjusted reliability for the jth trait is equal to: Where, and is the number of traits, is the number of progenies for the jth trait, and is Q a diagonal matrix with if the jth trait is non-missing and zero otherwise. It is worth noticing that the dimension of all the matrices in equation (6) is equal to the number of traits. Therefore, calculating equation (6) is not computationally demanding. For more details, we refer the reader to Strabel et al. (2001).

Implementation

For calculating the reliabilities of APY-GBLUP, only the nonzero elements of were stored in disk, as suggested by Masuda et al. (2016). The approximation of D requires reading the data file only twice. Although Harris and Johnson (1998) suggested to adjust records only for the major fixed effect, we approximated D by accounting for all the cross-classified effects, which can be more robust. The inversion of is straightforward since it is a diagonal matrix. The matrix multiplications were performed using the dgemm subroutine from the Intel Math Kernel Library (MKL; Intel corporation), whereas the inversion of was performed using dpotrf and dpotri from the same library. All the MKL subroutines and loops were parallelized using OpenMP (http://www.openmp.org). The most time-consuming steps from Algorithm A1 are 4 to 6. Letting be equal to the number of core animals and be the number of noncore animals, the computational costs of steps 4 to 6 without any optimized algorithm are , , and, respectively. The notation denotes that a function is upper bounded by when (Knuth, 1976). Thus, for example, an algorithm with asymptotic behavior is preferable to another whose limiting behavior is . Although step 5 requires matrix inverse, the number of core animals in APY is hardly ever over 25k (Pocrnic et al., 2016). For approximating the reliabilities under APY-ssGBLUP, the animals should be ordered such that the parents precede their progeny for obtaining ERCs (Harris and Johnson, 1998). This was implemented recursively by first classifying the animals in nonoverlapping generations using a parallelized subroutine (with OpenMP) and then by ordering using a recursive Quicksort (Sedgewick, 1990; pp. 118). The default pedigree reliabilities were approximated by the method of Harris and Johnson (1998). In this case, ERCs are obtained as a subproduct of the reliability estimation and calculated following Liu et al. (2018) but considering the own record’s contributions for males, which the authors did not consider since they presented their formulae for dairy cattle. However, the user can provide external pedigree reliabilities that could be back-solved using a root-finding technique to obtain ERCs using the method of Liu et al. (2018) (see Supplementary Appendix). The root-finding technique that we chose was Steffensen’s method (Johnson and Scholz, 1968) because it does not require derivatives, has good convergence properties, and its implementation is straightforward. For calculating genomic reliabilities, Algorithm A1 was used as described in the previous paragraph. Finally, the propagation to the non-genotyped animals was implemented by back-solving the reliabilities for genotyped animals using Steffensen’s method. The implementation of the adjustment for multiple traits used the native functions from Fortran because the matrix products and inversions are of dimension equal to the number of traits.

Data

The two datasets used in this study to test the approximated reliabilities of genomic EBV from APY-ssGBLUP were provided by the American Angus Association (St. Joseph, MO). A small dataset (Data1) was used for comparing the approximated reliabilities with the reliabilities obtained by the inversion of the left-hand side of the MMEs. A large dataset (Data2) was used for evaluating the computational performance of the algorithm. Data1 for single-trait analysis (Data1_st) consisted of 50,000 animals that had genotypes for 39,759 SNPs after quality control. From the genotyped animals, 10,523 were randomly selected as core based on the number of core animals proposed by Pocrnic et al. (2016) for different livestock species. This number of core animals was proposed based on the number of eigenvalues explaining 98% of the variance in the spectrum of the genomic relationship matrix. Consequently, the number of noncore animals was 39,477. The number of core animals was the same across all the datasets and analyses, as well as the number of SNPs. In Data1_st, the pedigree consisted of 167,951 animals, of which 76,758 had records for postweaning gain (PWG). In Data1 used for multi-trait analysis (Data1_mt), 78,641 animals had phenotypes for at least one of the three traits: PWG, birth weight (BW), or weaning weight (WW), and the number of animals in the pedigree was 172,089. Because of limitation in the computation of the inverse of the left-hand side of the MMEs for multi-trait models with many genotypes, the total number of genotyped animals in Data1_mt had to be reduced to 20,000, of which 9,477 were noncore. The second dataset (Data2) had 335,325 genotyped animals, and the number of noncore animals was equal to 324,802. In single-trait analysis (Data2_st), 4,218,407 individuals had records for PWG, and the total number of animals in the pedigree was 10,213,401. The multi-trait analysis with Data2 (Data2_mt) used the same number of animals in the pedigree as in Data2_st, but 8,681,659 animals had phenotypes for at least one of the three traits. A summary of all datasets can be found in Table 1.
Table 1.

Traits, number of animals in the pedigree, number of animals with records, and number of genotyped animals for each dataset

Data11Data21
Data1_stData1_mtData2_stData2_mt
Trait(s)2PWGBW—WW—PWGPWGBW—WW—PWG
Animals in the pedigree167,951172,08910,213,40110,213,401
Animals with records76,75878,6414,218,4078,681,659
Genotyped animalsCore10,52310,52310,52310,523
Noncore39,4779,477324,802324,802

1Data1_st , Data1 for single-trait analysis; Data1_mt, Data1 used for multi-trait analysis; Data2_st , Data2 for single-trait analysis; Data2_mt, Data2 used for multi-trait analysis.

2The traits are birth weight (BW), weaning weight (WW), and postweaning gain (PWG).

Traits, number of animals in the pedigree, number of animals with records, and number of genotyped animals for each dataset 1Data1_st , Data1 for single-trait analysis; Data1_mt, Data1 used for multi-trait analysis; Data2_st , Data2 for single-trait analysis; Data2_mt, Data2 used for multi-trait analysis. 2The traits are birth weight (BW), weaning weight (WW), and postweaning gain (PWG).

Software, computational resources, and benchmark tests

PreGSf90 (Misztal et al., 2014) was used to calculate and store . The exact reliabilities for Data1_st and Data1_mt were obtained by sparse inversion of the Cholesky factor of the coefficient matrix using BLUPF90. Those reliabilities were used as benchmark to compare the approximation algorithm presented here. Comparisons included the correlation between exact and approximated reliabilities, the intercept and slope of the regression of exact on the approximated reliabilities, and the mean absolute change (i.e., the absolute difference between exact and approximated reliability). Because the novelty of this approximated reliability is to use instead of in the computation of , we also investigated reliabilities when using . The methods presented in the previous sections were programmed in Fortran 95 and compiled with the Intel Fortran Compiler version 15.0.3 with options -fpp and -O3. All the computations were performed on a Dell PowerEdge R740XD server with 1.5 TB of memory, 45 TB of disk, and two Intel Xeon Gold 6258R processors with 56 threads each; however, the number of threads for all the computations was limited to 32.

Results and Discussion

Table 2 presents statistics for the approximated reliabilities for Data1_st and Data1_mt. For both genotyped and non-genotyped animals, correlations were above 0.97. Also, for all the scenarios, the mean absolute change was smaller than 0.03. The slope of the regression of the true on the approximated reliabilities for the genotyped animals ranged from 0.93 to 0.96, whereas the intercept ranged from 0.02 to 0.04. For non-genotyped animals, the slope ranged from 0.97 to 1.05, whereas the intercept ranged from 0 to 0.01. However, the mean square errors were significantly higher for the non-genotyped animals (results not shown). Scatter plots for the comparison between true and estimated reliabilities for genotyped animals for the Data1_mt are shown in Figure 1. It can be noticed that there is a minor overestimation of the reliabilities for BW and WW. However, the fit for the three models is appropriate and, consequently, the method is accurate. This overestimation was due to a slight overestimation of the pedigree reliabilities from the first step in A2.
Table 2.

Correlation, intercept, slope, and mean absolute change (MAC) between the exact and estimated reliabilities for Data1_st and Data1_mt

DatasetTrait1GroupCorrelationInterceptSlopeMAC
Data1_st2PWGGenotyped0.980.020.940.01
Non-genotyped0.970.011.050.03
Data1_mt2BWGenotyped0.980.040.930.01
Non-genotyped0.980.000.980.02
WWGenotyped0.980.020.940.01
Non-genotyped0.990.000.970.02
PWGGenotyped0.980.020.960.01
Non-genotyped0.990.001.010.01

1BW, birth weight; PWG, postweaning gain; WW, weaning weight.

2Data1_st , Data1 for single-trait analysis; Data1_mt, Data1 used for multi-trait analysis.

Figure 1.

Scatter plots comparing reliability obtained from the inverse of the mixed model equation against estimated reliability for the genotyped animals in Data1_mt. Abbreviations: BW, birth weight; PWG, postweaning gain; ssGBLUP, single-step genomic best linear unbiased prediction; WW, weaning weight.

Correlation, intercept, slope, and mean absolute change (MAC) between the exact and estimated reliabilities for Data1_st and Data1_mt 1BW, birth weight; PWG, postweaning gain; WW, weaning weight. 2Data1_st , Data1 for single-trait analysis; Data1_mt, Data1 used for multi-trait analysis. Scatter plots comparing reliability obtained from the inverse of the mixed model equation against estimated reliability for the genotyped animals in Data1_mt. Abbreviations: BW, birth weight; PWG, postweaning gain; ssGBLUP, single-step genomic best linear unbiased prediction; WW, weaning weight. The comparison between reliabilities obtained from inversion of the MME with and is presented in Table 3. All correlations were greater than 0.98 for both Data1_st and Data1_mt for genotyped and non-genotyped animals. In all cases, the reliabilities for non-genotyped animals were almost identical. However, for genotyped animals, the slope and the intercept of the regression of true reliability with on the true reliability with for Data1_st were 0.92 and 0.06, respectively. For the multiple-trait model, that is for Data1_mt, the slopes were greater than the unity, ranging from 1.05 to 1.10; the intercepts were lower than zero, ranging from −0.03 to −0.07. According to these results, it is not possible to state that the reliability is under or overestimated with APY when compared with .
Table 3.

Correlation, intercept, slope, and mean absolute change (MAC) between the reliabilities obtained by inversion with and for Data1_st and Data1_mt

DatasetTrait1GroupCorrelationInterceptSlopeMAC
Data1_st2PWGGenotyped0.990.060.920.01
Non-genotyped0.990.001.001.0 × 10-3
Data1_mt2BWGenotyped0.98−0.031.050.01
Non-genotyped0.980.000.990.02
WWGenotyped0.98−0.031.070.01
Non-genotyped0.980.000.980.02
PWGGenotyped0.98−0.071.100.01
Non-genotyped0.990.000.990.02

1BW, birth weight; PWG, postweaning gain; WW, weaning weight.

2Data1_st , Data1 for single-trait analysis; Data1_mt, Data1 used for multi-trait analysis.

Correlation, intercept, slope, and mean absolute change (MAC) between the reliabilities obtained by inversion with and for Data1_st and Data1_mt 1BW, birth weight; PWG, postweaning gain; WW, weaning weight. 2Data1_st , Data1 for single-trait analysis; Data1_mt, Data1 used for multi-trait analysis. Table 4 presents the elapsed wall clock time for each step of Algorithm A2 for each dataset. The total time for the largest dataset in this study (i.e., Data2_mt) was 11 min. It can be observed that the computing time for A1 (i.e., to obtain ) increases proportionally with the number of genotyped animals. As an example, for the single-trait models, the number of genotyped animals increased seven times when moving from Data1_st to Data2_st, whereas the elapsed time for A1 also increased by seven times. For the multiple-trait models, the increase in wall clock time for A1 was less than proportionally. While the amount of genotyped animals increased 16-fold when moving from Data1_mt to Data2_mt, the elapsed time only increased 14-fold. On the other hand, an increase in the number of traits changed the elapsed time a little more than proportionally. For instance, when comparing Data2_st against Data2_mt, the number of traits increased by three but the total elapsed time increased by 3.3 times. The reason for this is that for multiple-trait models, not only the single-trait reliabilities but also the adjustment for multiple traits is required (Strabel et al., 2001). When subtracting the latter step from the algorithm, the total elapsed time increased less than proportionally with the number of traits. It is worth noticing that this comparison cannot be done with Data1_st and Data2_st because of the different number of genotyped animals. Finally, it can be observed that the elapsed time for the pedigree reliability estimation increased less than proportionally with the number of animals in the pedigree.
Table 4.

Wall clock time in minutes of each step for estimating reliabilities for each dataset1

Single traitMultiple trait
Data1 (7.5 GB)Data2 (55 GB)Data1 (2.7 GB)Data2 (55 GB)
Sorting pedigree0.0030.230.0030.23
Approximation of pedigree reliabilities0.0090.460.0311.37
Calculation of GBLUP2 reliabilities0.281.850.364.92
Approximation of reliabilities of A2230.0080.440.0251.32
Propagation to non-genotyped animals0.0010.050.0020.16
Multiple-trait adjustment0.033.23
Total time0.313.320.4211.11

1The memory requirements in gigabytes (GB) are inside parenthesis.

2GBLUP, genomic best linear unbiased prediction.

3 refers to the numerator relationship matrix for genotyped animals.

Wall clock time in minutes of each step for estimating reliabilities for each dataset1 1The memory requirements in gigabytes (GB) are inside parenthesis. 2GBLUP, genomic best linear unbiased prediction. 3 refers to the numerator relationship matrix for genotyped animals. As can be noticed, the method developed in the present study is much faster than the current methods for approximating reliabilities. For example, Erbe et al. (2018) reported that the calculation of genomic reliabilities for 78,000 genotyped animals took 35 min, whereas for 222,619 genotyped animals, Ben Zaabza et al. (2020) and Ben Zaabza et al. (2021) reported a minimum of 140 and 36 min, respectively. Besides the employed hardware, algorithmic differences explain why our method is much faster than the cited references. The main contrast between these and our method is the way of calculating the genomic reliabilities. The computational complexity of those methods arises from making the MME, inverting them, and obtaining the individual reliabilities from the reliabilities of the SNP. The complexity of the first and third tasks increases quadratically with the number of markers and linearly with the number of genotyped animals, whereas the complexity of the second step increases cubically, at least, with the number of markers. If a residual polygenic effect is included in the model, then the complexity of the inversion of the system increases more than cubically with the number of markers. The algorithm from the present study does not require constructing the MME but approximating weights to be added to the diagonal of the inverse of the genomic relationship matrix. These weights are an approximation of the absorption of the equations related to fixed effects (Mohammad et al., 1985), and its approximation is not costly (VanRaden and Freeman, 1985). Then, the most expensive steps from the sparse inversion in A1 are two matrix multiplications whose computational complexity increases quadratically with the number of core animals and linearly with the number of noncore animals and a matrix inversion that increases always cubically with the number of core animals. From this, it can be observed that the advantage in elapsed time of our algorithm comes from the fact that the number of core animals (~10k to 20k in cattle) is much less than the number of markers (~30k to 80k) for routine genetic evaluations (Misztal et al., 2020) and that the matrix multiplication takes more advantage of the parallel computations than the matrix inversion. Since the reliability estimation is done after estimating breeding values, can be stored in disk from the latter and be reused for the former. This is the reason that we did not consider the calculation of as a part of the algorithm in Table 3. Nonetheless, the wall clock time for calculating for Data1_st and Data1_mt was less than a minute, whereas for Data2_st and Data2_mt was 12 min. It is worth noticing that the memory requirements for approximating the reliabilities for our method are less than or equal to the memory requirements for estimating breeding values. Furthermore, with multiple traits, it is possible to read and deallocate (i.e., ) for each single-trait reliability estimation. Therefore, the memory requirements do not increase by increasing the number of traits. As presented in Table 4, the memory requirements for estimating the reliabilities were 7.5 and 3 GB for Data1_st and Data1_mt, respectively, and 55 GB for Data2_st and Data2_mt. Such values do not represent limitations for most of the servers where routine genetic evaluations are run.

Conclusion

An efficient method for calculating exact genomic reliabilities with APY was developed. This method is the basis of a larger procedure for approximating reliabilities for single- and multiple-trait ssGBLUP models. The algorithm proposed in this study was both accurate and computationally efficient. Since the memory requirements and computing time of the proposed method are less than or equal to the ones required for estimating breeding values, it can be applied for routine genetic evaluations. Therefore, the approximation of reliabilities for large ssGBLUP models is no longer a bottleneck in genetic evaluations. Click here for additional data file.
  15 in total

1.  Approximation of reliabilities for multiple-trait model with maternal effects.

Authors:  T Strabel; I Misztal; J K Bertrand
Journal:  J Anim Sci       Date:  2001-04       Impact factor: 3.159

2.  Implementation of genomic recursions in single-step genomic best linear unbiased predictor for US Holsteins with a large number of genotyped animals.

Authors:  Y Masuda; I Misztal; S Tsuruta; A Legarra; I Aguilar; D A L Lourenco; B O Fragomeni; T J Lawlor
Journal:  J Dairy Sci       Date:  2016-01-21       Impact factor: 4.034

3.  Hot topic: a unified approach to utilize phenotypic, full pedigree, and genomic information for genetic evaluation of Holstein final score.

Authors:  I Aguilar; I Misztal; D L Johnson; A Legarra; S Tsuruta; T J Lawlor
Journal:  J Dairy Sci       Date:  2010-02       Impact factor: 4.034

4.  Short communication: Calculating analytical reliabilities for single-step predictions.

Authors:  C Edel; E C G Pimentel; M Erbe; R Emmerling; K-U Götz
Journal:  J Dairy Sci       Date:  2019-02-07       Impact factor: 4.034

5.  Derivation and calculation of approximate reliabilities and daughter yield-deviations of a random regression test-day model for genetic evaluation of dairy cattle.

Authors:  Z Liu; F Reinhardt; A Bünger; R Reents
Journal:  J Dairy Sci       Date:  2004-06       Impact factor: 4.034

6.  Dimensionality of genomic information and performance of the Algorithm for Proven and Young for different livestock species.

Authors:  Ivan Pocrnic; Daniela A L Lourenco; Yutaka Masuda; Ignacy Misztal
Journal:  Genet Sel Evol       Date:  2016-10-31       Impact factor: 4.297

7.  Computational strategies for alternative single-step Bayesian regression models with large numbers of genotyped and non-genotyped animals.

Authors:  Rohan L Fernando; Hao Cheng; Bruce L Golden; Dorian J Garrick
Journal:  Genet Sel Evol       Date:  2016-12-08       Impact factor: 4.297

8.  Estimation of prediction error variances via Monte Carlo sampling methods using different formulations of the prediction error variance.

Authors:  John M Hickey; Roel F Veerkamp; Mario P L Calus; Han A Mulder; Robin Thompson
Journal:  Genet Sel Evol       Date:  2009-02-09       Impact factor: 4.297

9.  Inexpensive Computation of the Inverse of the Genomic Relationship Matrix in Populations with Small Effective Population Size.

Authors:  Ignacy Misztal
Journal:  Genetics       Date:  2015-11-19       Impact factor: 4.562

10.  Current status of genomic evaluation.

Authors:  Ignacy Misztal; Daniela Lourenco; Andres Legarra
Journal:  J Anim Sci       Date:  2020-04-01       Impact factor: 3.159

View more
  1 in total

1.  Theoretical accuracy for indirect predictions based on SNP effects from single-step GBLUP.

Authors:  Andre Garcia; Ignacio Aguilar; Andres Legarra; Shogo Tsuruta; Ignacy Misztal; Daniela Lourenco
Journal:  Genet Sel Evol       Date:  2022-09-27       Impact factor: 5.100

  1 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.