r_score {TSDFGS}R Documentation

r Score

Description

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.

Usage

r_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

Ou J.H., Liao C.T. (2018), Training set determination for genomic selection. National Taiwan University Master Thesis.

Examples

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

[Package TSDFGS version 1.0 Index]