Learn R Programming

sommer (version 2.9)

PEV: Selecting the best training population for genomic selection

Description

This function is a wrapper from the STPGA package to obtain the best subset of individuals to predict a group of individuals minimizing the predicted error variance (PEV). Is used internally in the TP.prep function.

Usage

PEV(PCAs,candidates,Test,ntoselect, npop, nelite, mutprob, niterations, lambda)

Arguments

PCAs

nxk PCA matrix from the predictor variables.

candidates

vector of names for the population without the test set.

Test

name of the individuals in the test or VP set.

ntoselect

number of individuals to select in the training population.

npop

number of solutions at each iteration.

nelite

number of elite solutions for TP pops.

mutprob

probability of mutation for each solution

niterations

number of iterations

lambda

scalar shrinkage in PEV.

Value

If all parameters are correctly indicated the program will return:

$tp.list

a list with the names of the TP populations. Each element of the list corresponds to each population size specified in the 'tp.size' argument.

References

Akdemir, Deniz. "Training population selection for breeding value" prediction. 2014.

See Also

The core functions of the package mmer and mmer2