analyze.bv {MoBPS} | R Documentation |
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
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 |
Value
[[1]] Correlation between BV/BVE/Phenotypes [[2]] Genetic variance of the traits
Examples
data(ex_pop)
analyze.bv(ex_pop,gen=1)
[Package MoBPS version 1.6.64 Index]