# Kinship Coefficient Calculator (Relationship r & Coancestry φ)

Compute Wright's r = Σ (1/2)^(n1+n2)(1+F_A) and kinship φ = r/2 for two individuals, with reference values (full sib 0.5, half sib 0.25, first cousins 0.125) and relationship-degree classification. Child F = parental φ. Derived from Wright 1922, Falconer & Mackay, Hartl & Clark 2007, Jacquard 1970. Educational use only.

> Canonical page: https://elysiatools.com/en/tools/kinship-coefficient

- **Category:** Education

- **Keywords:** kinship coefficient, coefficient of relationship, coancestry, coefficient of kinship, wright's r, inbreeding coefficient, pedigree analysis, consanguinity, identity by descent, first cousins relatedness, population genetics, genetics

## Overview

The Kinship Coefficient Calculator computes Wright’s coefficient of relationship r and kinship coefficient φ for two individuals using shared-ancestor paths. It can also estimate a child’s inbreeding coefficient F as the parental φ and classify the relationship by degree. Educational use only.

## Inputs

- **Calculation Mode** (select): One common ancestor path, or a sum over multiple common ancestors.
- **Generations from individual 1 to ancestor** (number): Generations from the first individual back to the common ancestor (single-path mode).
- **Generations from individual 2 to ancestor** (number): Generations from the second individual back to the common ancestor (single-path mode).
- **Ancestor's own inbreeding F_A** (number): The common ancestor's own inbreeding coefficient (single-path mode).
- **Relationship paths (one per line)** (textarea): Multiple-path mode: one line per common-ancestor path as 'n1, n2, F_A' (F_A optional, default 0). Example for first cousins: two lines '2,2,0'.
- **Decimal Places** (number)

## When to use

- Estimate genetic relatedness from the generations separating two individuals from a common ancestor.
- Sum contributions from multiple common-ancestor paths in a pedigree.
- Calculate kinship φ and the expected child inbreeding coefficient F for an educational pedigree analysis.

## How it works

- Choose Single common ancestor path or Multiple paths (sum over ancestors).
- For a single path, enter n1, n2, and the common ancestor’s inbreeding coefficient F_A.
- For multiple paths, enter one n1, n2, F_A line per path; F_A may be omitted and defaults to 0.
- The calculator applies r = Σ (1/2)^(n1+n2)(1+F_A), returns φ = r/2, estimates child F = φ, and provides a relationship-degree classification.

## Use cases

- Teaching Wright’s path method, kinship, and coancestry in genetics courses.
- Checking textbook relationship values for full siblings, half siblings, and first cousins.
- Exploring how multiple pedigree paths affect relatedness and offspring inbreeding.

## Frequently asked questions

### What does the coefficient of relationship r measure?

r estimates the proportion of genetic material two individuals share through common-ancestor paths.

### What is the kinship coefficient φ?

Kinship φ is half the coefficient of relationship: φ = r/2.

### When should I use multiple-path mode?

Use it when two individuals share more than one independent common-ancestor path, such as full siblings or first cousins.

### What does F_A represent?

F_A is the inbreeding coefficient of the common ancestor used in a path calculation.

### Is this calculator suitable for genetic counseling?

No. It is intended for educational use and does not replace professional genetic counseling.

## Related tools

- [Autosomal Dominant Pedigree Analyzer](https://elysiatools.com/en/tools/autosomal-dominant-pedigree): Compute AD offspring risk (Aa×aa 1:1, Aa×Aa 3:1, AA×any all affected), chi-square fit of observed children, and hallmark checks including male-to-male transmission that rules out X-linked dominant. Derived from Griffiths, Hartl & Clark 2007, StatPearls, OMIM. Educational use only.
- [Inbreeding Coefficient Calculator (Wright's F)](https://elysiatools.com/en/tools/inbreeding-coefficient): Compute Wright's F = Σ (1/2)^(n1+n2+1)(1+F_A) over common-ancestor paths, with reference values (full sib 0.25, half sib 0.125, first cousins 0.0625) and elevated recessive risk q² + F·q·(1−q). Derived from Wright 1922, Falconer & Mackay, Hartl & Clark 2007, StatPearls. Educational use only.
- [LOD Score Calculator (linkage analysis)](https://elysiatools.com/en/tools/lod-score-calculator): Two-point linkage LOD scores from recombinant/non-recombinant meioses: θ̂ = r/N, Zmax, LOD at fixed θ, LOD curve table, Morton thresholds (Z≥3 linkage, Z≤−2 excluded). Derived from Morton 1955, Ott 1999, Griffiths, StatPearls. Educational use only.
- [Pedigree Probability Tree — Offspring Disease Risk](https://elysiatools.com/en/tools/pedigree-probability-tree): Step-by-step Mendelian probability tree for pedigree problems: autosomal recessive P(affected) = carrier × carrier / 4, autosomal dominant both-affected 3/4, X-linked recessive carrier mother → 50% affected sons. Derived from Griffiths, Hartl & Clark 2007, StatPearls. Educational use only.
- [Test Cross Analyzer (determine homozygous vs heterozygous)](https://elysiatools.com/en/tools/test-cross-analyzer): Determine genotype (AA vs Aa) by test cross with aa. Any recessive offspring proves heterozygous; zero recessive suggests homozygous with P = 0.5^n. Derived from Mendel 1866, Griffiths, Hartl & Clark 2007, StatPearls. Educational use only.
- [PCR Annealing Temperature Calculator (Ta = Tm − 5°C)](https://elysiatools.com/en/tools/annealing-temperature-calculator): PCR Ta by the simple rule (lower primer Tm − 5°C) or the Rychlik 1990 formula (0.3·Tm_primer + 0.7·Tm_product − 14.9), with a ±3°C gradient window and primer-Tm mismatch warning. Derived from Rychlik 1990, Innis & Gelfand 1990, Lorenz 2012. Lab-planning use only.
- [Autosomal Recessive Inheritance Risk Calculator](https://elysiatools.com/en/tools/autosomal-recessive-risk): Compute per-child and cumulative autosomal recessive disease risk from parental statuses (carrier / affected / non-carrier / unknown via population carrier rate), including the 2/3 carrier rule. Derived from Griffiths, Hartl & Clark 2007, StatPearls. Educational use only.
- [Hemocytometer Cell Counter (cells/mL)](https://elysiatools.com/en/tools/cell-counting-hemocytometer): Turns Neubauer grid counts into cells/mL with dilution factor, total-count option, and 20–100 cells/square density advice. Educational use only.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion

## Related content

- [Audio Encoding and Format Conversion Tools](https://elysiatools.com/en/hubs/audio-convert): Compare audio format conversion, bitrate changes, sample-rate conversion, codec swaps, and export tools in one hub for delivery and archive workflows.
- [Image Format Conversion and Animated Export Tools](https://elysiatools.com/en/hubs/image-convert): Compare image format converters for JPG, PNG, GIF, AVIF, WebP, TIFF, ICO, base64, and animation-friendly exports in one hub.
- [JSON Interchange and Format Translation Tools](https://elysiatools.com/en/hubs/json-convert): Compare JSON conversion tools for CSV, YAML, TOML, GraphQL, XML, Markdown, Excel, BSON, EDN, and related structured formats in one hub.
- [Color Space Conversion Tools for Web and Print](https://elysiatools.com/en/hubs/design-convert): Curated tools for web-to-print color space conversion in one hub.
