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,
  use.all.copy = FALSE
)
Value
[[1]] Correlation between BV/BVE/Phenotypes [[2]] Genetic variance of the traits
Arguments
- population
- Population list 
- 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) 
- bvrow
- Which traits to display 
- advanced
- Set to TRUE to also look at offspring pheno 
- use.all.copy
- Set to TRUE to extract phenotyping 
Examples
Run this codedata(ex_pop)
analyze.bv(ex_pop,gen=1)
Run the code above in your browser using DataLab