Description Usage Arguments Details Value Examples
View source: R/PopulationImprovement.R
function uses optiSel to identify number of progeny, allocate mates to minimize inbreeding depression, and return progeny NOTE: This function assumes that all selection candidates have been genotyped If stageToGenotype has been set to a later stage, that might not be true
1 | optContrib(records, bsp, SP, crit)
|
records |
The breeding program |
bsp |
A list of product pipeline parameters |
SP |
The AlphaSimR SimParam object (needed to pull SNPs) |
crit |
Named vector of selection criterion to be maximized |
Calculate a grm of individuals with high enough crit, then maximize crit subject to a target increase of relatedness consistent with bsp$targetEffPopSize
Pop class object with the progeny from optimum contribution crosses
1 2 | crit <- bv(records$F1); names(crit) <- records$F1@id
progeny <- optContrib(records, bsp, SP, crit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.