calcRetention: Calculates Allelic Retention

Description Usage Arguments Value Examples

View source: R/calcRetention.R

Description

Part of Genetic Value Analysis

Usage

1
calcRetention(ped, alleles)

Arguments

ped

the pedigree information in datatable format. Pedigree (req. fields: id, sire, dam, gen, population).

It is assumed that the pedigree has no partial parentage

alleles

dataframe of containing an AlleleTable. This is a table of allele information produced by geneDrop().

Value

A vector of the mean number of founder alleles retained in the gene dropping simulation.

Examples

1
2
3
4
5
6
library(nprcgenekeepr)
data("lacy1989Ped")
data("lacy1989PedAlleles")
ped <- lacy1989Ped
alleles <- lacy1989PedAlleles
retention <- calcRetention(ped, alleles)

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.