powered by
Function to get mean and genetic variance of a trait to a fixed value
bv.standardization( population, mean.target = 100, var.target = 10, gen = NULL, database = NULL, cohorts = NULL, adapt.bve = FALSE, adapt.pheno = FALSE, verbose = FALSE )
Population list
Target mean
Target variance
Quick-insert for database (vector of all generations to export)
Groups of individuals to consider for the export
Quick-insert for database (vector of names of cohorts to export)
Modify previous breeding value estimations by scaling (default: FALSE)
Modify previous phenotypes by scaling (default: FALSE)
Set to TRUE to display prints
Population-list with scaled QTL-effects
# NOT RUN { population <- creating.diploid(nsnp=1000, nindi=100, n.additive=100) population <- bv.standardization(population, mean.target=200, var.target=5) # }
Run the code above in your browser using DataLab