g {purgeR}R Documentation

Purged inbreeding coefficient

Description

Computes the purged inbreeding coefficient (g). This is the probability that two alleles on a locus are identical by descent, but relative to deleterious recessive alleles (García-Dorado 2012). The reduction in g relative to standard inbreeding (F) is given by an effective purging coefficient (d), that measures the strength of the deleterious recessive component in the genome. The coefficient g is computed following the methods for pedigrees in García-Dorado (2012) and García-Dorado et al. (2016).

Usage

g(ped, d, Fi, name_to)

Arguments

ped

A dataframe containing the pedigree. Individual (id), maternal (dam), and paternal (sire) identities are mandatory columns.

d

Purging coefficient (taking values between 0.0 and 0.5).

Fi

Vector of inbreeding coefficient values

name_to

A string naming the new output column.

Value

The input dataframe, plus an additional column named "g" followed by the purging coefficient, containing purged inbreeding coefficient values.

References


[Package purgeR version 1.8.2 Index]