Fast Computation of the Kinship Coefficients
Bonnie Kirkpatrick

TL;DR
This paper introduces the fastest algorithms for computing kinship coefficients in pedigrees, accounting for inbreeding, with significant improvements in computational efficiency for genetic analysis.
Contribution
It presents new algorithms that significantly speed up kinship coefficient calculations, including exact and approximate methods for pedigrees with inbred founders.
Findings
Exact algorithm runs in O(n^2) time for n individuals.
Recursive-cut algorithm runs in O(s^2 m) time, with s and m as pedigree parameters.
Approximate algorithm runs in O(n) time for estimating kinship of √n individuals.
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. The algorithms given here consider the possibility that the founders of the known pedigree may themselves be inbred, and they compute the appropriate inbreeding-adjusted kinship coefficients. The exact kinship algorithm has running-time for an -individual…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenetic Mapping and Diversity in Plants and Animals · Genetic and phenotypic traits in livestock · Genetic Associations and Epidemiology
