analyze.bv: Analyze genomic values

View source: R/analyze.bv.R

analyze.bvR 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,
  use.all.copy = 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

use.all.copy

Set to TRUE to extract phenotyping

Value

[[1]] Correlation between BV/BVE/Phenotypes [[2]] Genetic variance of the traits

Examples

data(ex_pop)
analyze.bv(ex_pop,gen=1)

MoBPS documentation built on Nov. 5, 2025, 6:26 p.m.

Related to analyze.bv in MoBPS...