powered by
Function to export estimated SNP effects
get.uhat(population, extend = FALSE, plot = TRUE, trait.plot = 1)
matrix with estimated marker effects
Population list
Set to TRUE to export u_hat estimates from all breeding values instead of just the last (default: FALSE)
Set to FALSE to not display overview of estimated SNP effects (default: TRUE)
Select trait for which to generate the visualization (default: 1)
data(ex_pop) population = breeding.diploid(ex_pop, bve.gen = 2:3, genotyped.gen = 2:3, bve = TRUE, estimate.u = TRUE) get.uhat(population)
Run the code above in your browser using DataLab