pev_score {TSDFGS}R Documentation

PEV Score

Description

PEV-score (Akdemir D. et al. (2015) <DOI:10.1186/s12711-015-0116-6>) is a criterion for finding a training set which derived from the covariance of the prediction of the test set.

Usage

pev_score(X, X0)

Arguments

X

A genetic matrix of training set.

X0

A genetic matrix of test set.

Value

A numeric score.

Author(s)

Jen-Hsiang Ou <oumark.me@outlook.com>

References

Akdemir D. et al., (2015), Optimization of genomic selection training populations with a genetic algoritthm. Genetics Selection Evolution 47:38.\

Kennedy B.W., Trus D., (1993), Considerations on genetic connectedness between management units under an animal model. J Anim Sci. 1993 Sep;71(9):2341-52

Examples

data("rice44kPCA")
pev_score(geno[1:50,],geno[51:100,])

[Package TSDFGS version 1.0 Index]