analyze.bv: Analyze genomic values

Description Usage Arguments Value Examples

View source: R/analyze.bv.R

Description

Function to analyze correlation between bv/bve/pheno

Usage

1
2
3
4
5
6
7
8
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

1
2

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.

Related to analyze.bv in MoBPS...