selectWBV | R Documentation |
Selection according to weighted breeding values
selectWBV(pop, n, lociEffects)
pop |
(population object) Population of individuals to select (see:population) |
n |
(integer) number of individuals to select |
lociEffects |
(numeric vector) effect of the genetic markers |
character vector of the selected individuals' names
Jannink, Jean-Luc. “Dynamics of Long-Term Genomic Selection.” Genetics Selection Evolution 42, no. 1 (December 2010). https://doi.org/10.1186/1297-9686-42-35.
mySpec <- specie$new(specName = "Statisticae exempli",
nChr = 10,
lChr = 1e6,
ploidy = 2,
recombRate = 3/1e6)
myLoci <- lociInfo$new(genoMap = exampleData$genoMap, specie = mySpec)
initPop <- createPop(geno = exampleData$genotypes,
lociInfo = myLoci,
popName = "Initial population")
selectWBV(pop = initPop,
lociEffects = exampleData$lociEffects,
n = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.