analyze.bv: Analyze genomic values
Description
Function to analyze correlation between bv/bve/pheno
Usage
analyze.bv(
population,
gen = NULL,
database = NULL,
cohorts = NULL,
bvrow = "all",
advanced = FALSE
)
Arguments
gen
Quick-insert for database (vector of all generations to export)
database
Groups of individuals to consider for the export
cohorts
Quick-insert for database (vector of names of cohorts to export)
advanced
Set to TRUE to also look at offspring pheno
Value
[[1]] Correlation between BV/BVE/Phenotypes [[2]] Genetic variance of the traits
Examples
Run this code# NOT RUN {
data(ex_pop)
analyze.bv(ex_pop,gen=1)
# }
Run the code above in your browser using DataLab