| get.uhat | R Documentation |
Function to export estimated SNP effects
get.uhat(population, extend = FALSE, plot = TRUE, trait.plot = 1)
population |
Population list |
extend |
Set to TRUE to export u_hat estimates from all breeding values instead of just the last (default: FALSE) |
plot |
Set to FALSE to not display overview of estimated SNP effects (default: TRUE) |
trait.plot |
Select trait for which to generate the visualization (default: 1) |
matrix with estimated marker effects
data(ex_pop)
population = breeding.diploid(ex_pop, bve.gen = 2:3, genotyped.gen = 2:3,
bve = TRUE, estimate.u = TRUE)
get.uhat(population)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.