r_score {TSDFGS} | R Documentation |
A criterion for finding training set which derived from Pearson's correlation between GEBVs (genomic estimated breeding value) and phenotype value of a test set.
r_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>
Ou J.H., Liao C.T. (2018), Training set determination for genomic selection. National Taiwan University Master Thesis.
data("rice44kPCA") r_score(geno[1:50,],geno[51:100,])