View source: R/calcGeneDiversity.R
| calcGeneDiversity | R Documentation |
Part of the Genetic Value Analysis
calcGeneDiversity(fg)
fg |
Founder genome equivalents scalar, as returned by |
Gene diversity is the expected heterozygosity retained relative to the
founding gene pool, GD = 1 - 1 / (2 * FG), where FG is the
founder genome equivalents (see calcFG). It summarizes how
much of the founders' allelic diversity still survives: 0 means none is
retained, and it approaches (never reaches) 1 as FG grows.
GD is a diversity proportion, not a count of effective individuals,
and it is computed over the same analysis set as FG. NA
propagates: when FG is NA (the zero-retention degeneracy
calcFG() reports), GD is NA.
The gene diversity GD = 1 - 1 / (2 * fg): a single number in
[0, 1), or NA when fg is NA.
Gene diversity is derived here from the founder genome
equivalents (calcFG) of Lacy RC. 1989. Analysis of founder
representation in pedigrees: founder equivalents and founder genome
equivalents. Zoo Biol 8:111-123.
Other genetic value analysis:
calcA(),
calcFE(),
calcFEFG(),
calcFG(),
calcFGSE(),
calcGU(),
calcGUSE(),
calcNeSexRatio(),
calcNeVariance(),
calcRetention()
calcGeneDiversity(20) # 0.975
calcGeneDiversity(52.75) # gene diversity at the qcPed FG
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.