pev_score {TSDFGS} | R Documentation |
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.
pev_score(X, X0)
X |
A genetic matrix of training set. |
X0 |
A genetic matrix of test set. |
A numeric score.
Jen-Hsiang Ou <oumark.me@outlook.com>
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
data("rice44kPCA") pev_score(geno[1:50,],geno[51:100,])