Efficient computation of the kinship coefficients.
basic_science · Level V
Where this comes from
- Record sourced from PubMed, PMID 30165566.
- Also identified by DOI 10.1093/bioinformatics/bty725.
- No licence information is recorded for this record.
- Because redistribution is not established, this page shows the abstract only. Follow the links below for the full text.
Abstract
For families, kinship coefficients are quantifications of the amount of genetic sharing between a pair of individuals. These coefficients are critical for understanding the breeding habits and genetic diversity of diploid populations. Historically, computations of the inbreeding coefficient were used to prohibit inbred marriages and prohibit breeding of some pairs of pedigree animals. Such prohibitions foster genetic diversity and help prevent recessive Mendelian disease at a population level. This paper gives the fastest known algorithms for computing the kinship coefficient of a set of individuals with a known pedigree, especially for large pedigrees. These algorithms outperform existing methods. In addition, the algorithms given here consider the possibility that the founders of the known pedigree may themselves be inbred and compute the appropriate inbreeding-adjusted kinship coefficients, which has not been addressed in literature. The exact kinship algorithm has running-time O(n2) for an n-individual pedigree. The recursive-cut exact kinship algorithm has running time O(s2m) where s is the number of individuals in the largest segment of the pedigree and m is the number of cuts. The approximate algorithm has running-time O(nd) for an n-individual pedigree on which to estimate the kinship coefficients of n individuals of interest from n founder kinship coefficients and d is the number of samples. The above polynomial-time exact algorithm and the linear-time approximation algorithms are implemented as PedKin in C++ and are available under the GNU GPL v2.0 open source license. The PedKin source code is available at: http://www.intrepidnetcomputing.com/research/code/.
Medical subject headings
- Algorithms
- Software