GSMX-package {GSMX}R Documentation

Multivariate Genomic Selection

Description

The package GSMX consists of the functions to estimate genetic variance-covariances and calculate trait heritability, and handle overfitting by calculating the variance components and the heritability through cross validation.

Details

Package: GSMX
Type: GSMX
Version: 1.3
Date: 2017-10-16
License: GPL>=2

Control overfitting heritability in genomic selection through cross validation

Genomic selection (GS) is a form of marker-assisted selection (MAS) where markers across the entire genome are used such that all quantitative trait loci (QTL) are in linkage disequilibrium with at least one marker. Increased number of markers and their density along with increased sample size improve the resolution of QTL mapping, and therefore improve estimated breeding values and genetic gain. However, the genetic variance-covariances were estimated from training samples using a large number of markers including many trait-irrelevant markers, and then being used for calculating trait heritability, leading to severe overfitting. In this package, we developed an algorithm to handle such overfitting by calculating the variance components and the heritability through cross validation. This method provides an accurate estimation of trait heritability (equivalent to trait predictability), and objectively reflects the level of applicability of the GS models to other breeding materials..

Author(s)

Zhenyu Jia

References

Control overfitting heritability in genomic selection through cross validation

Examples

library(GSMX)
data(pseudo.kin)
data(pseudo.data)
myfit=gsm(pseudo.data, pseudo.kin, nfold=5)

[Package GSMX version 1.3 Index]