Literature DB >> 30049744

BGGE: A New Package for Genomic-Enabled Prediction Incorporating Genotype × Environment Interaction Models.

Italo Granato1, Jaime Cuevas2, Francisco Luna-Vázquez3, Jose Crossa4, Osval Montesinos-López3, Juan Burgueño4, Roberto Fritsche-Neto1.   

Abstract

One of the major issues in plant breeding is the occurrence of genotype × environment (GE) interaction. Several models have been created to understand this phenomenon and explore it. In the genomic era, several models were employed to improve selection by using markers and account for GE interaction simultaneously. Some of these models use special genetic covariance matrices. In addition, the scale of multi-environment trials is getting larger, and this increases the computational challenges. In this context, we propose an R package that, in general, allows building GE genomic covariance matrices and fitting linear mixed models, in particular, to a few genomic GE models. Here we propose two functions: one to prepare the genomic kernels accounting for the genomic GE and another to perform genomic prediction using a Bayesian linear mixed model. A specific treatment is given for sparse covariance matrices, in particular, to block diagonal matrices that are present in some GE models in order to decrease the computational demand. In empirical comparisons with Bayesian Genomic Linear Regression (BGLR), accuracies and the mean squared error were similar; however, the computational time was up to five times lower than when using the classic approach. Bayesian Genomic Genotype × Environment Interaction (BGGE) is a fast, efficient option for creating genomic GE kernels and making genomic predictions.
Copyright © 2018 Granato et al.

Entities:  

Keywords:  BGGE: Bayesian Genomic Genotype × Environment Interaction; BGLR: Bayesian Genomic Linear Regression; GE: genotype × environment (GE); GS: Genomic Selection; GenPred; Shared Data Resources

Mesh:

Year:  2018        PMID: 30049744      PMCID: PMC6118304          DOI: 10.1534/g3.118.200435

Source DB:  PubMed          Journal:  G3 (Bethesda)        ISSN: 2160-1836            Impact factor:   3.154


Genomic selection has the advantage of saving time and resources when selecting genotypes by employing genomic-enabled prediction methods for complex traits, along with pedigree information, molecular markers and/or environmental covariates (Crossa ). In the genomic selection method proposed by Meuwissen , Bayesian models were introduced in the context of whole-genome regression; they have become common in genomic prediction (Gianola 2013). Within this framework, appropriate prior distributions and simulations via Markov Chain Monte Carlo (MCMC) allow convergence for predictive posterior distributions that cannot be solved analytically. However, these methods require thousands of iterations to ensure convergence, so that if the model is complex, the sampling process can increase the computational time. In this context, attempts have been made to reduce the computational time of Bayesian models with approaches that do not use MCMC, such as variational Bayesian methods (Montesinos-López ) and Integrated Nested Laplace Approximation (INLA) (Holand ; Mathew ). These methods are faster; however, they have constraints that may lead to lower prediction accuracy, which is undesired. Using molecular markers (p) in classic parametric regression with individuals can lead to the problem of setting, which can be reduced by using semi-parametric regression such as Reproducing Kernel Hilbert Spaces (RKHS) (Gianola and Van Kaam 2008; de los Campos ). These approaches assume the contribution of molecular markers as a random variable in some distributions with a covariance matrix that consists of a scalar variance component and a known covariance kernel obtained by markers. This covariance kernel can model genetic effects as additive, dominance and epistasis, as a mixture of these effects or even as genetic and non-genetic remaining effects (Crossa ; Technow ; Azevedo ). Genomic-enabled predictions are usually done using models that do not take into account genotype × environment interaction (GE). Nevertheless, the advantage of genomic models that take into account information from multi-environment trials simultaneously has been proved (Burgueño ). Hence, a family of genomic models was developed to account for GE interaction; these models also allow incorporating fixed effects of environments and several genetic and environmental effects into a variety of linear mixed models (Jarquín ; Lopez-Cruz ; Sousa ). In this paper, we describe the Bayesian Genomic Genotype × Environment (BGGE) R package that fits genomic linear mixed models to single environments and multi-environments with GE models. The increase in speed is achieved by reparametrization through orthogonal rotation of the random vectors, allowing the use of univariate distributions in the sampling process (Cavalier 2008; Cuevas ). Also, some special treatments are given for structured dispersed covariance matrices, in particular, those structured as a block diagonal, prevalent in some GE models (Sousa ). We present statistical models and algorithms with a generic linear mixed model and its Bayesian counterpart, which is the base of the BGGE package, as well as the most representative part of the prediction process and kernel construction for genomic models. In addition we describe the getK and BGGE functions, which offer the possibility of fitting six different multi-environment genomic models with GE based on models proposed by Jarquín and Lopez-Cruz ,; we also give some examples of their use, and compare them to other packages that use Bayesian approaches. We note that although the getK function is an auxiliary function, it allows fitting not only the six genomic multi-environment models with GE, but can also model several other situations. However, the potential of the package is given by the BGGE function that provides the versatility needed to fit a great number of different genomic data sets.

Statistical Models

Linear mixed model

Consider the following basic linear mixed models that cover the diversity of models that can be applied to single or multi-environment trials. Assume vectors of random effects:where is the vector combining the genotypic means of observations. The scalar is the common intercept or the mean. Matrix represents the design matrix associated with the vector of fixed effects . Random vectors are assumed to be independent of other random effects. We expected that would follow a normal distribution with zero mean and a covariance matrix of the form , where is a scalar representing the unknown variance parameter to be estimated from , and is a known symmetric positive semi-definite covariance matrix. Model (1) is very general and it can be used to model different problems in biology or other areas, particularly genomic selection areas. It should be pointed out that in this first version of the BGGE package, the design matrix is limited to being a full rank matrix with the vectors being of the same size as , and representing in the most common case, a reparameterization equivalent to or used in mixed models for genomic selection (Crossa , Jarquín ), where or are known incidence matrices that relate the genotypes to the observations, and or are the random genetic effects of the genotypes (a known matrix multiplied by a random vector results in a random vector of the same size as the response variable vector . Finally, random error vector, of the same length as , follows a normal distribution with zero mean and form where is a covariance matrix , and is an identity matrix. The previous assumptions allow the BGGE models to be used only with continuous data assumed to have a multivariate normal distribution with observations (not independent) that depend on the variance-covariance structure of the genotypes. The main objective of the BGGE is to focus on the covariance structure more than on the possible heteroscedasticity/homoscedasticity of the error.

Linear mixed model parametrization

The main objective of the reparameterization of model (1) is to rotate the dependent observations in the response vector that follows a multivariate normal distribution to an orthogonal space that ensures independence. This rotation allows overcoming matrix problems (e.g., not full rank matrices), thus vectorising matrices that result in much faster computation and estimation of the model’s parameters. This rotation is achieved with the decomposition or factorization of matrices such as singular value decomposition (SVD) or eigen-decomposition that are commonly used in parametric regression models like principal component regression or in genomic-enabled prediction (Cuevas , Meuwissen ). In linear mixed models, the covariance matrix is symmetric and positive semidefinite and can be factorized by using the eigen-decomposition of of order × (de los Campos ). Hence, , where is a diagonal matrix with non-zero eigenvalues and is an orthogonal matrix with eigenvectors associated with eigenvalues. To facilitate reading, we use a single kernel model, considering that . Cuevas proposed an orthogonal transformation by multiplying both sides of (1) by :such that model (2) becomes:where and. The model assumes that comes from a normal distribution such that , considering that . Similarly, model (2) assumes that comes from a normal distribution such that . The rotation causes the elements of to be independent with univariate normal distributions. It is also worth noting that eigenvalues that are very close to zero (less than ) reflect the noise (and numerical errors) and their associated eigenvectors can be eliminated, thereby reducing the dimension of matrices and . Note that the proposed matrices were previously scaled in order to reduce their magnitude. In addition, the BGGE package offers an argument (tol = tolerance) to change the default value of () for the eigenvalues considered equal to zero.

Bayesian linear mixed models

The BGGE solves the linear mixed models through Bayesian hierarchical modeling. The distribution of the transformed data , given and , is:The Bayesian linear mixed model assumes that ; then the conditional distribution of is as follows:where are the eigenvalues and is the unknown scale. This reparameterization allows sampling from univariate normal distributions, making the convergence process simpler and faster. The proposed conjugate prior distribution for is a scaled inverse chi squared, p(, where denotes the degree of freedom and represents the scale factor. In the BGGE package, the degrees of freedom are set to a value of 3 with the idea of ​​not generating infinite values in the samples of . On the other hand, the prior distribution used for was previously computed from the data, as suggested by Pérez and de los Campos (2014) (see details in the Appendix). The conjugate prior distribution used for is a scaled inverse chi squared, p(, where represents the degrees of freedom and denotes the scale factor. Hence, the joint posterior distribution of given , is:From equations (5) and (6), conditional distributions can be constructed to generate the MCMCs through a Gibbs sampler. Note that genetic values can be recovered from . Details are presented in the Appendix.

Sparse matrices

In an attempt to speed up the prediction algorithm, several special treatments are given for sparse matrices. In several GE models (Jarquín ; Lopez-Cruz ), some random effects have an associated covariance matrix that can be considered sparse with submatrices in a known structure. Thus, instead of applying eigen-decomposition in the complete matrix, we identify, individualize and apply eigen-decomposition in the submatrices that compose the block diagonal; this speeds up eigen-decomposition and makes the multiplication of matrices and vectors faster, thus reducing the iteration time.

Obtaining multi-environment kernels

Different multi-environment models are defined based on the construction of the kernel matrices, using information available on genotypes, molecular markers and the environment (Jarquín ; Sousa ; Cuevas ). The construction of multi-environment kernels depends on two primary processes: the choice of covariance function and the multi-environment model.

Choice of covariance function

Two covariance or kernel functions are generated internally; to facilitate the reading we will use the same names of the methods (GB and GK) used in Cuevas , 2017). The Genomic Best Linear Unbiased Predictor (GBLUP or GB) is the standard linear kernel from the properties of a multivariate normal distribution in linear mixed models and is usually referred to as the genomic relationship matrix. Thus, GB is obtained as follows:where is the marker matrix and is the number of markers. This matrix was proposed by VanRaden in 2008, and since then, it has been used successfully in genomic prediction (de los Campos ). Another covariance function is the Gaussian kernel (GK). The GK appeared as a reproducing kernel (RK) in the semi-parametric model Reproducing Kernel Hilbert Spaces (RKHS) (González-Camacho ) and is defined as follows:where is the bandwidth parameter that controls the rate of decay of the covariance between genotypes, and is the percentile of the square of the Euclidean distance , which is a measure of the genetic distance between individuals. Results have shown that GK performs better than GB (Cuevas ; Sousa ). Note that the BGGE package is not limited to using the above matrices; other matrices can be used as long as they are symmetric and positive semidefinite.

Uses of the BGGE

The BGGE package is generic and can be used to fit a great number of mixed models. For example, in genomic-enabled prediction it can be used to fit a single environment and/or multi-environments with GE including pedigree, genomic and environmental information. The conditions needed to use this first version of BGGE are: (1) must have continuous observations with multivariate normal distribution; (2) must include as many random effects as necessary, assuming they have multivariate normal distribution with variance-covariance matrices that are symmetric and positive semidefinite; (3) random errors are assumed to be homoscedastic. The main objective of this article is to describe and explain the use of the BGGE package in the context of genomic-enabled predictions. In addition, the article explains functions to generate variance-covariances of six GE models. The function used to fit these six models is considered auxiliary (because it is not the principal function). The models considered in genomic GE were developed by Jarquín , Lopez-Cruz and Cuevas . The six models considered in this study had a general mean and fixed effects (for example, this could refer to the fixed effects of environments). The first multi-environment model added to and a random vector of main genotypic effects (MM) (Jarquín ), assuming these genetic effects across environments are constant, with a variance-covariance structure of (Table 1), where is a known incidence matrix that relates the genotypes to the observations in the environments (Jarquín ). The second model MM adds to the MM model a random intercept (Table 1) with variance-covariance structure (Cuevas ). The third model is the multi-environment, single variance genotype × environment deviation model (MDs), which is an extension of the main genetic effect model (MM), but incorporates a random deviation effect of GE. Table 1 shows that this component has a variance-covariance structure , where is the Hadamard product and is a known matrix of environmental covariables (Jarquín ; Sousa ). When a random intercept is added to model MDs, the fourth model is MDs (Table 1). An alternative model is the multi-environment, environment-specific, variance genotype × environment deviation model (MDe) proposed by Lopez-Cruz . In MDe, a vector of specific environment effects is added with a known variance-covariance structure such that the blocks that correspond to the columns and rows of environment are a matrix with the other elements equal to zero (Sousa ). Again, when a random intercept component is added, a new model is generated, the MDe (Cuevas ).
Table 1

- Known variance-covariance matrices for six models of function getGK

ModelMain genetic effect of line across environmentsGenotype × environment interaction (G×E)Random intercept of the lines
MMZuKZ'u
MMlZuKZ'uZuIZ'u
MDsZuKZ'u(ZuKZ'u)°ZEZ'E
MDslZuKZ'u(ZuKZ'u)°ZEZ'EZuIZ'u
MDeZuKZ'u[0000Kj0000] for each environment j (j=1,...,m)
MDelZuKZ'u[0000Kj0000] for each environment j (j=1,,m)ZuIZ'u

Experimental Data Set

To show how to use the package, a maize data set is available that includes phenotypes, SNP markers and two kernels. The data set consists of 614 maize hybrids evaluated at Piracicaba and Anhumas, São Paulo, Brazil, in 2017. Field trials were carried out using an augmented block design, with two commercial hybrids as checks. At each site, two levels of nitrogen (N) fertilization, Ideal N (IN) and Low N (LN) were applied. The combination site and the N level formed the four environments (P-IN, P-LN, A-IN, and A-IN). The field trials carried out under ideal N conditions received 100 kg ha-1 of N (30 kg ha-1 at sowing and 70 kg ha-1 in a coverage application) at the V8 plant stage. The experiments carried out under low N received only 30 kg/ha of N at sowing. For each field trial, we adjusted phenotypic values by the experimental design (incomplete block). We fitted a mixed model with the random effect of the genotypes (including treatments and checks) and the random effect of the incomplete block to recover the inter block information. The 49 parental lines were genotyped with the Affymetrix Axiom Maize Genotyping Array of 616 K SNPs (Unterseer ). Quality control for call rate and missing marker imputation was applied in the parental lines. Markers with call rates lower than 0.9 and with at least one heterozygous locus were removed. Hybrid genotypes were composed by combining their respective parental lines. A second quality control was performed after a hybrid matrix was constructed, in which markers with minor allele frequency (MAF) lower than 0.05 were removed. After that, we pruned the hybrids’ SNP matrix by removing markers with a pairwise linkage disequilibrium (LD) greater than 0.9. Quality control was performed using the R package synbreed (Wimmer ) and LD pruning was carried out using the SNPRelate R package (Zheng ). After pre-processing the data set, 34,571 high-quality SNPs were available.

Data and Software Availability

The BGGE R package is available at CRAN (https://cran.r-roject.org/web/packages/BGGE/BGGE.pdf). The following link hdl:11529/10548107 contains the maize data set comprising 614 maize lines under maizefiles.RData (from maizefiles.tab); ‘geno’ is the matrix of markers, ‘pheno_geno’ is the data.frame with the first column indicating the factor environment, another column corresponding to the entry’s unique ID (GID); GK denotes the Gaussian kernel matrix and GB represents the GBLUP matrix.

Description and Application of the Bgge Package

This section shows how to use the BGGE R package, first by describing the two main principal functions in detail and then illustrating its use with a real data set. We then show how to fit models MM, MDs, and MDe with various kernels including GB, GK, as well as Kernel Averaging (KA).

Describing functions

In what follows, we present the use and describe the main aspects of the two functions: getK and BGGE. The getK function creates multi-environment kernels or known covariance matrices for the MM, MDs, and MDe models (Sousa ) with or without random intercepts MM, MDs, MDe (Cuevas ). The objective is to help the user construct these matrices (Table 1), which will be used as entries in the BGGE function to be able to fit the model. Note that the use of the BGGE function does not depend on getK. getK(Y, X, kernel = c(“GK”, “GB”), setKernel = NULL, bandwidth = 1, model = c(“SM”, “MM”, “MDs”, “MDe”), intercept.random = FALSE, quantil = 0.5) The getK function is an auxiliary function for constructing variance-covariance matrices like those shown in Table 1 using the GB (GBLUP) or Gaussian kernel (GK) methods. Box 1 (above) contains the main arguments of the getK function. Y is a data.frame phenotypic data set with three columns; the first column is a factor for environments, the second column is a factor identifying genotypes, and the third column contains the trait of interest. X is the marker matrix in which individuals are in rows and markers in columns, and missing markers are not allowed; the kernel argument is the method used to construct the GK or GB kernels. In the case of the Gaussian kernel (GK), the bandwidth (default is 1) and quantile (default is 0.5) arguments are equivalent to the bandwidth parameter and the quantile, as previously defined. The bandwidth parameter can be estimated using a Bayesian approach, as presented in Pérez-Elizalde . When choosing a covariance matrix other than GB and GK (for example, the pedigree relationship - matrix ), these kernels are passed by the setKernel argument (default is NULL). The argument model allows us to choose models MM, MDs, and MDe. Additionally, a univariate single model (SM) can be chosen. The argument intercept.random (default is FALSE) is an option for adding the random intercept of the genetic component (Table 1). The output of BGGE is a two-level list indicating the covariance matrix of the selected model and the type of matrix, where “D” stands for dense, and “BD” stands for block diagonal. The main function of the package is the BGGE function that aims to perform genomic prediction through a linear mixed model for continuous variables. BGGE(y, K, XF = NULL, ne, ite = 1000, burn = 200, thin = 3) Box 2 presents the arguments for the BGGE function. y is the response variable (allowing missing values). K is a two-level list containing the matrix (i.e., K = list(list(Kernel = GK,Type = ”D”))) associated with each random effect vector in the model and the type of matrix (D = Dense, BD = Block diagonal). XF is the design matrix used to fit fixed effects, ne is a vector defining the number of genotypes in each environment, and ite, burn, and thin define the number of iterations of the sampler, the number of samples to be discarded, and the thinning used to compute posterior means, respectively. Further details on K and ne are given in the examples below.

Example 1: fitting THE MM model

In this example, we show how to fit the main effects genotypic model (MM) (Jarquín ; Sousa ) along with the linear kernel GBLUP. First, we obtain the kernel through getK. rm(list = ls()) library(BGGE) ### Load the maize dataset from supplementary material load(“maizefiles.Rdata”) head (geno) # the marker matrix head(pheno_geno) # the phenotypic data K1 <- getK(Y=pheno_geno, X=geno, kernel=“GB”, model = “MM”) The phenotypic file must be provided as a data frame with three columns that identify the environments, the individuals or genotypes, and the phenotypic observations. When in the presence of the marker matrix, it is necessary to choose the covariance function to create the kernel. The getK returns a two-level list with the kernels for the respective model and a definition of the type of matrix. The MM model produces only one covariance matrix (K1) considered as dense. ##Continue from Box 3 ne <- as.vector(table(pheno_geno$env)) fit <- BGGE(y = pheno_geno$GY, K = K1, ne = ne, verbose = T) ## K1 from Box 3 fit$yHat[pheno_geno$env == “AN_IN”] #predicted values for ##environment 1 fit$K$G$varu #genetic variance fit$varE #residual variance plot(fit$yHat, pheno_geno$GY) Box 4 presents the basic syntax for the BGGE function. The input for K is the two-level list returned by the getK function. The BGGE function fits a multi-environment main genotypic model (MM), with a total of 1000 cycles of a Gibbs sampler (the default value for the number of iterations), and the first 200 samples are discarded (the default burn-in value). Also, samples are collected at a thinning interval of three. The BGGE function returns a list with estimated posterior means for each random term in the linear model and the predicted genetic values. To assess convergence and estimate the Monte Carlo error, samples of the intercept and random effect variances are stored and returned in the same output list.

Example 2: fitting THE MDe model

In this example, we show how to fit the environment-specific variance genotype × environment deviation model (MDe) (Lopez-Cruz ; Cuevas ) along with the non-linear Gaussian kernel (GK). rm(list = ls()) library(BGGE) ### Load the maize dataset from supplementary material load(“maizefiles.Rdata”) ne <- as.vector(table(pheno_geno$env)) K2 <- getK(Y = pheno_geno, X=geno, kernel = “GK”, bandwidth = 1, model = “MDe”) fit <- BGGE(y = pheno_geno$GY, K = K2, ne = ne) fit$yHat[pheno_geno$env == “AN_LN”] #predicted values for environment 2 fit$K$G$varu #main genetic variance fit$varE #residual variance fit$K$AN_LN$varu #specific genetic variance fit$varE #residual variance plot(fit$yHat, pheno_geno$GY) In Box 5, the getK function uses the Gaussian kernel and a bandwidth parameter of one and a quantile of 0.5 (default value). However, this can be modified by the bandwidth and quantile arguments. In the MDe model, the getK function returns, in the K2 list, the variance-covariance matrix for the main genotypic effect ( (Table 1) and the kernel for each environment. This model is characterized by structured matrices for specific environments. The MDe model uses the ne argument to extract the sub-matrices for each environment instead of decomposing the big sparse matrix into singular values. The BGGE returns the predicted posterior mean of genetic effects (main effect + environment-specific effects) and the estimated compound variances. Box 5 shows some elements of the output list ‘fit’, such as predictive values in environment 2, the variance component of the main effects and the variance component specific to environment 1.

Example 3: fitting multi-kernel multi-environment models

When using the Gaussian kernel (GK), the problem of selecting the best bandwidth parameter arises. As pointed by de los Campos , with extreme bandwidth values, the information of the markers is practically lost, making it necessary to optimize the best parameter. Endelman (2011) and Pérez-Elizalde proposed two different approaches for optimizing this parameter via REML and the Bayesian framework, respectively. However, de los Campos addressed the problem by proposing a multi-kernel average approach in which a sequence of kernels is obtained from a grid of bandwidth parameters, called kernel averaging (KA). rm(list = ls()) library(BGGE) ### Load the maize dataset from supplementary material load(“maizefiles.Rdata”) ne <- as.vector(table(pheno_geno$env)) K3 <- getK(Y = pheno_geno, X = X, kernel = “GK”, bandwidth = c(0.25,1,2.5), model = “MDs”) fit <- BGGE(y = pheno_geno$GY, K = K3, ne = ne) fit$yHat #predicted values fit$K$G_1$varu # main genetic variance for kernel 1 (bandwidth = 0.25) fit$K$GE_1$varu #G x E variance for kernel 1 (bandwidth = 0.25) fit$varE #residual variance plot(fit$yHat, pheno_geno$GY) We use the MDs model as an example. Since the bandwidth argument accepts a vector as input, it can be used as a solution to create multi-kernels using a range of bandwidth values. For the present models, getK will create kernels, in which is the number of basic kernels for each model and is the number of bandwidth parameters.

Example 4: fitting additive + dominance models

Several kernels were proposed as t (Tusell ) and exponential (Endelman 2011), as well as other estimators of the genomic relationship between subjects (Astle and Balding 2009; Yang ; Wang and Da 2014) and the combination of non-additive kernels (Nishio and Satoh 2014) in an attempt to improve prediction. Hence, it is possible to use kernels other than GB and GK, as well as to combine them to create multi-environment kernels. In this example, we show how to apply external kernels to fit genome prediction to model MDs (Jarquín ). For instance, using an SNP matrix, it is possible to compute additive and dominance relationship matrices (Azevedo ) and combine them to build multi-environment kernels. rm(list = ls()) library(BGGE) ### Load the maize dataset from supplementary material load(“My directory/maizefiles.Rdata”) ne <- as.vector(table(pheno_geno$env)) ne <- as.vector(table(pheno_geno$env)) Xd <- geno Xd[Xd == 2] <- 0 W <- (geno) #SNP matrix geno coded as 0, 1 and 2 S<-(Xd) #SNP matrix Xd coded as 0(homozygous) and 1 (heterozygous) GBa <-tcrossprod(W)/ncol(W)#Kernel GBLUP for additive GBd <-tcrossprod(S)/ncol(S)#Kernel GBLUP for dominance Ker <- list(Ga = GBa, Gd = GBd) K5 <- getK(Y = pheno_geno, setKernel = Ker, model = “MDs”) fit <- BGGE(y = pheno_geno$GY, K = K5, ne = ne) fit$yHat # predicted values fit$K$G_Ga$varu #main genetic additive variance fit$K$G_Gd$varu #main genetic dominance variance fit$varE #residual variance plot(fit$yHat, pheno_geno$GY) In the initial call for getK, we introduce the setKernel argument that allows passing a list of kernels other than those computed internally. Thus, it creates kernels, where is the number of basic kernels for each model and is the number of kernels introduced by the user.

Example 5: fitting GENOMIC + PEDIGREE models

Genomic predictions can be improved by combining genomic relationship matrices and pedigree information. Legarra proposed combining the G matrix and the pedigree into the H matrix. In contrast, Crossa proposed that the genomic relationship and the pedigree be modeled as the sum of the two components. Hence, in this example, we show how to make predictions using genomic relationships along with pedigree information. We used the wheat data set available in BGLR (Pérez and de los Campos 2014). rm(list = ls()) library(BGLR) data(wheat) wheat.X <- scale(wheat.X) env <- ncol(wheat.Y) gen <- nrow(wheat.Y) rownames(wheat.X) <- 1:gen whe.Y <- data.frame(env = gl(n = env, k = gen), GID = gl(n = gen, k = 1, length = gen*env), Y = as.vector(wheat.Y)) GB <- tcrossprod(wheat.X)/ncol(wheat.X) #genomic relationship Kga <- list(G = list(Kernel = GB, Type = “D”), A = list(Kernel = wheat.A, Type = ”D”)) y <- whe.Y[whe.Y$env == 1, 3] fit <- BGGE(y = y, K = Kga, ne = 599) fit$yHat # predicted values fit$K$G$varu #genetic additive variance (markers) fit$K$A$varu #genetic additive variance (pedigree) fit$varE #residual variance plot(fit$yHat, y) In Box 8, we fit the genomic + pedigree model for environment 1. To do this, we combined the genomic matrix and the pedigree in a list. In the list used as input for BGGE, the type of matrices is assigned as dense. For the BGGE function, since there is only one environment, ne is the number of genotypes evaluated in environment 1.

Empirical comparisons

The method applied in BGGE using different features was compared to the standard Bayesian kernel regression proposed by de los Campos (BGLR). The comparison of the performance of methods BGGE and BGLR was based on: (i) comparing their variance components, and (ii) comparing the computing time to the time it takes to fit three different genotype × environment models. The posterior variance components were estimated using full data. The computational time was also included in the comparison. The genomic GE models were fitted using BGLR (Pérez and de los Campos 2014) through the RKHS model and BGGE packages, using a Gibbs sampler with 60,000 iterations, a burn-in of 10,000 and a thinning interval of 10, with 5,000 samples for inference at the end. Kernels for GE models were built into the getK function. The approach used for prediction includes an orthogonal transformation of the model. Despite the expected theoretical difference between these two approaches, the observed difference was not significant. For the two data sets, the residual variance was slightly lower when using the BGGE approach (Table 2). In contrast, the genetic variance components were high for BGGE. Despite this, there is no clear advantage in using one package instead of the other. However, computational time of the BGGE was up to five times faster than that of the BGLR approach (Table 3). The BGLR package uses approaches to fit generalized linear models and thus fits a wide range of Bayesian regression models like Bayesian LASSO, Bayes A, and Bayes B, among others. The BGGE package specializes in linear mixed models with some features for GE kernels.
Table 2

- HEL data set. Estimates of variance components obtained by the BGGE and BGLR functions for the multi-environment models, main genotypic effect model (MM), single variance G×E deviation model (MDs) and the environment-specific variance G×E deviation model (MDe) with a G-BLUP kernel

FactorBGGEBGLR
MMMDsMDeMMMDsMDe
σ20.749 (0.02)0.737 (0.02)0.733 (0.02)0.75 (0.02)0.736 (0.02)0.739 (0.02)
σu20.335 (0.08)0.331 (0.08)0.335 (0.08)0.278 (0.06)0.271 (0.06)0.273 (0.06)
σuE20.019 (0.009)0.021 (0.007)
σPI_LN20.028 (0.02)0.015 (0.01)
σPI_IN20.022 (0.02)0.014 (0.008)
σAN_LN20.029 (0.02)0.014 (0.008)
σAN_IN20.052 (0.03)0.021 (0.01)
Table 3

- Total time (in seconds) to execute the BGGE and BGLR functions for the multi-environment models, main genotypic effect model (MM), single variance G×E deviation model (MDs) and environment-specific variance G×E deviation model (MDe) with the G-BLUP kernel

ModelBGGEBGLR
MM103.16249.06
MDs183.43709.74
MDe219.031142.73
The main mechanisms that increase the speed of the process for fitting the models are: the reparameterization of the model and the way sparse block diagonal matrices are handled. In the context of genomic parametric regression, Cuevas showed that the new parameterization allows reducing the dimensionality; moreover, it gives a computational advantage because it allows simulations with univariate distributions for a smaller number of parameters. The extra features of the sparse structure matrix assumed in the BGGE algorithm reduce dimensionality by decreasing the computational time.

Conclusions

The proposed package was built to make genomic predictions for continuous variables focused on genomic GE models. Using information from multi-environment trials can improve prediction, and several models have been created (Sousa ; Cuevas ). However, each GE model has its own properties and, therefore, specific kernels must be created in the BGGE. The purpose of the getK is to generate kernels for six genomic GE models. Hence, multi-environment kernels are produced using covariance functions created internally (GB or GK). Also, there is an extra argument that allows other kernels to be passed, which opens the possibility of combining different kernels, such as additive with dominance or pedigree, for multi-environment models. For the Gaussian kernel, different values of bandwidth parameters can be introduced to create several kernels, as defined in kernel averaging (de los Campos ). The output produced by getK is in the proper format to be used in the BGGE prediction function. The BGGE function uses a reparametrization (Cuevas ) of the linear mixed model regression in the Bayesian context. These features allow simulations with univariate distributions. We also explored the properties of structured sparsity in some GE kernels to decrease the computational time. Therefore, the package is a fast and efficient option for predicting genetic values. The BGGE was programmed entirely in R and does not have dependencies.
  31 in total

1.  Semi-parametric genomic-enabled prediction of genetic values using reproducing kernel Hilbert spaces methods.

Authors:  Gustavo De los Campos; Daniel Gianola; Guilherme J M Rosa; Kent A Weigel; José Crossa
Journal:  Genet Res (Camb)       Date:  2010-08       Impact factor: 1.588

2.  Predicting quantitative traits with regression models for dense molecular markers and pedigree.

Authors:  Gustavo de los Campos; Hugo Naya; Daniel Gianola; José Crossa; Andrés Legarra; Eduardo Manfredi; Kent Weigel; José Miguel Cotes
Journal:  Genetics       Date:  2009-03-16       Impact factor: 4.562

3.  Efficient methods to compute genomic predictions.

Authors:  P M VanRaden
Journal:  J Dairy Sci       Date:  2008-11       Impact factor: 4.034

4.  Model averaging for genome-enabled prediction with reproducing kernel Hilbert spaces: a case study with pig litter size and wheat yield.

Authors:  L Tusell; P Pérez-Rodríguez; S Forni; D Gianola
Journal:  J Anim Breed Genet       Date:  2014-01-08       Impact factor: 2.380

5.  A relationship matrix including full pedigree and genomic information.

Authors:  A Legarra; I Aguilar; I Misztal
Journal:  J Dairy Sci       Date:  2009-09       Impact factor: 4.034

Review 6.  Genomic Selection in Plant Breeding: Methods, Models, and Perspectives.

Authors:  José Crossa; Paulino Pérez-Rodríguez; Jaime Cuevas; Osval Montesinos-López; Diego Jarquín; Gustavo de Los Campos; Juan Burgueño; Juan M González-Camacho; Sergio Pérez-Elizalde; Yoseph Beyene; Susanne Dreisigacker; Ravi Singh; Xuecai Zhang; Manje Gowda; Manish Roorkiwal; Jessica Rutkoski; Rajeev K Varshney
Journal:  Trends Plant Sci       Date:  2017-09-28       Impact factor: 18.313

7.  Prediction of genetic values of quantitative traits in plant breeding using pedigree and molecular markers.

Authors:  José Crossa; Gustavo de Los Campos; Paulino Pérez; Daniel Gianola; Juan Burgueño; José Luis Araus; Dan Makumbi; Ravi P Singh; Susanne Dreisigacker; Jianbing Yan; Vivi Arief; Marianne Banziger; Hans-Joachim Braun
Journal:  Genetics       Date:  2010-09-02       Impact factor: 4.562

8.  Common SNPs explain a large proportion of the heritability for human height.

Authors:  Jian Yang; Beben Benyamin; Brian P McEvoy; Scott Gordon; Anjali K Henders; Dale R Nyholt; Pamela A Madden; Andrew C Heath; Nicholas G Martin; Grant W Montgomery; Michael E Goddard; Peter M Visscher
Journal:  Nat Genet       Date:  2010-06-20       Impact factor: 38.330

9.  A powerful tool for genome analysis in maize: development and evaluation of the high density 600 k SNP genotyping array.

Authors:  Sandra Unterseer; Eva Bauer; Georg Haberer; Michael Seidel; Carsten Knaak; Milena Ouzunova; Thomas Meitinger; Tim M Strom; Ruedi Fries; Hubert Pausch; Christofer Bertani; Alessandro Davassi; Klaus Fx Mayer; Chris-Carolin Schön
Journal:  BMC Genomics       Date:  2014-09-29       Impact factor: 3.969

10.  Animal models and integrated nested Laplace approximations.

Authors:  Anna Marie Holand; Ingelin Steinsland; Sara Martino; Henrik Jensen
Journal:  G3 (Bethesda)       Date:  2013-08-07       Impact factor: 3.154

View more
  11 in total

1.  Transcriptome-Based Prediction of Complex Traits in Maize.

Authors:  Christina B Azodi; Jeremy Pardo; Robert VanBuren; Gustavo de Los Campos; Shin-Han Shiu
Journal:  Plant Cell       Date:  2019-10-22       Impact factor: 11.277

Review 2.  Genome and Environment Based Prediction Models and Methods of Complex Traits Incorporating Genotype × Environment Interaction.

Authors:  José Crossa; Osval Antonio Montesinos-López; Paulino Pérez-Rodríguez; Germano Costa-Neto; Roberto Fritsche-Neto; Rodomiro Ortiz; Johannes W R Martini; Morten Lillemo; Abelardo Montesinos-López; Diego Jarquin; Flavio Breseghello; Jaime Cuevas; Renaud Rincent
Journal:  Methods Mol Biol       Date:  2022

3.  Environment-specific genomic prediction ability in maize using environmental covariates depends on environmental similarity to training data.

Authors:  Anna R Rogers; James B Holland
Journal:  G3 (Bethesda)       Date:  2022-02-04       Impact factor: 3.542

4.  An R Package for Bayesian Analysis of Multi-environment and Multi-trait Multi-environment Data for Genome-Based Prediction.

Authors:  Osval A Montesinos-López; Abelardo Montesinos-López; Francisco Javier Luna-Vázquez; Fernando H Toledo; Paulino Pérez-Rodríguez; Morten Lillemo; José Crossa
Journal:  G3 (Bethesda)       Date:  2019-05-07       Impact factor: 3.154

5.  Deep Kernel for Genomic and Near Infrared Predictions in Multi-environment Breeding Trials.

Authors:  Jaime Cuevas; Osval Montesinos-López; Philomin Juliana; Carlos Guzmán; Paulino Pérez-Rodríguez; José González-Bucio; Juan Burgueño; Abelardo Montesinos-López; José Crossa
Journal:  G3 (Bethesda)       Date:  2019-09-04       Impact factor: 3.154

6.  Genomic Selection in Rubber Tree Breeding: A Comparison of Models and Methods for Managing G×E Interactions.

Authors:  Livia M Souza; Felipe R Francisco; Paulo S Gonçalves; Erivaldo J Scaloppi Junior; Vincent Le Guen; Roberto Fritsche-Neto; Anete P Souza
Journal:  Front Plant Sci       Date:  2019-10-25       Impact factor: 5.753

7.  Approximate Genome-Based Kernel Models for Large Data Sets Including Main Effects and Interactions.

Authors:  Jaime Cuevas; Osval A Montesinos-López; J W R Martini; Paulino Pérez-Rodríguez; Morten Lillemo; Jose Crossa
Journal:  Front Genet       Date:  2020-10-15       Impact factor: 4.599

8.  Smooth-threshold multivariate genetic prediction incorporating gene-environment interactions.

Authors:  Masao Ueki; Gen Tamiya
Journal:  G3 (Bethesda)       Date:  2021-12-08       Impact factor: 3.154

9.  Genome-Based Genotype × Environment Prediction Enhances Potato (Solanum tuberosum L.) Improvement Using Pseudo-Diploid and Polysomic Tetraploid Modeling.

Authors:  Rodomiro Ortiz; José Crossa; Fredrik Reslow; Paulino Perez-Rodriguez; Jaime Cuevas
Journal:  Front Plant Sci       Date:  2022-02-07       Impact factor: 5.753

10.  Optimizing Genomic-Enabled Prediction in Small-Scale Maize Hybrid Breeding Programs: A Roadmap Review.

Authors:  Roberto Fritsche-Neto; Giovanni Galli; Karina Lima Reis Borges; Germano Costa-Neto; Filipe Couto Alves; Felipe Sabadin; Danilo Hottis Lyra; Pedro Patric Pinho Morais; Luciano Rogério Braatz de Andrade; Italo Granato; Jose Crossa
Journal:  Front Plant Sci       Date:  2021-07-01       Impact factor: 5.753

View more

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