| Literature DB >> 34220954 |
Diana Caamal-Pat1, Paulino Pérez-Rodríguez1, José Crossa1,2, Ciro Velasco-Cruz1, Sergio Pérez-Elizalde1, Mario Vázquez-Peña3.
Abstract
Genomic selection (GS) is a technology used for genetic improvement, and it has many advantages over phenotype-based selection. There are several statistical models that adequately approach the statistical challenges in GS, such as in linear mixed models (LMMs). An active area of research is the development of software for fitting LMMs mainly used to make genome-based predictions. The lme4 is the standard package for fitting linear and generalized LMMs in the R-package, but its use for genetic analysis is limited because it does not allow the correlation between individuals or groups of individuals to be defined. This article describes the new lme4GS package for R, which is focused on fitting LMMs with covariance structures defined by the user, bandwidth selection, and genomic prediction. The new package is focused on genomic prediction of the models used in GS and can fit LMMs using different variance-covariance matrices. Several examples of GS models are presented using this package as well as the analysis using real data.Entities:
Keywords: genomic prediction; genomic selection; kernel; linear mixed model; lme4
Year: 2021 PMID: 34220954 PMCID: PMC8250143 DOI: 10.3389/fgene.2021.680569
Source DB: PubMed Journal: Front Genet ISSN: 1664-8021 Impact factor: 4.599
FIGURE 1Observed vs. predicted phenotypic values in the training and testing sets.
Results from five-fold cross-validation.
| Fold | Training | Testing | ||
| MSE | MSE | |||
| 1 | 0.9752 | 0.0201 | 0.5290 | 0.2778 |
| 2 | 0.9775 | 0.0181 | 0.5680 | 0.2729 |
| 3 | 0.9755 | 0.0197 | 0.5096 | 0.3035 |
| 4 | 0.9786 | 0.0173 | 0.4179 | 0.3280 |
| 5 | 0.9775 | 0.0182 | 0.5714 | 0.2663 |
| avg | 0.9769 | 0.0187 | 0.5192 | 0.2897 |
| sd | 0.0015 | 0.0012 | 0.0624 | 0.0256 |
FIGURE 2The values of the bandwidth parameter vs. the log-likelihood. (A) Gaussian kernel. (B) Exponential kernel.
Time comparison (seconds) among different software for models fitted in the work.
| Software | Version | Examples | |||
| Model (6) | Model (7) | Model (10) Gaussian | Model (10) exponential | ||
| lme4GS | 0.1 | 81.5 | 1.3 | 1,608.8 | 1,701.1 |
| BGLR 0.8 | 0.8 | 143.0 | 20.2 | – | – |
| sommer 4.1.3 | 4.1.3 | 46.0 | 2.7 | – | – |