Difference between revisions of "Heterozygosity"

From Genetics Wiki
Jump to: navigation, search
(Infinite Alleles Model)
(Infinite Sites Model)
Line 47: Line 47:
 
=Infinite Sites Model=
 
=Infinite Sites Model=
  
(alternatives such as the stepwise mutation model for microsatellites)
+
[[File:Thetainfinitesites.svg]]
 +
 
 +
=Stepwise Mutation Model=

Revision as of 20:46, 15 October 2017

In population genetics heterozygosity is a measure of genetic diversity in a population. It represents an equilibrium between the input of genetic variation by mutation and the removal of variation by genetic drift.

Infinite Alleles Model

Thetaderivation.svg

The image above represents three generations of a small population of six individuals per generation (N=6). Each individual is diploid and contains two copies of every gene in their genome (2N=12). Two gene copies are randomly sampled in the third generation and compared. There are two processes occurring each generation. Two lineages can come from the same copy in the generation before with a probability of 1/(2N) and therefor be identical to each other (and contribute to the overall rate of homozygosity in the population). Or a mutation could occur along one of the two lineages resulting in the gene copies being two different alleles from each other (and contribute to the overall rate of heterozygosity in the population). The probability of mutation is 2μ, where μ is the per generation per individual mutation rate; it is multiplied by two because a mutation could happen along either of the two lineages resulting in alleles being compared.

These are two competing processes and the important factor is which process happened last in the history of the two gene copies. The total probability of both events per generation is 2μ + 1/(2N). The probability the last event was a mutation out of the total (and thus heterozygous) is

H = 2μ / (2μ + 1/(2N)).

The rate of homozygosity is F = 1 - H, which is

F = 1/(2N) / (2μ + 1/(2N)).

We can rescale the terms in H by multiplying everything by 2N.

H = 2N 2μ / (2N 2μ + 2N 1/(2N)) = 4Nμ / (4Nμ + 1).

θ is often used to represent 4Nμ.

H = θ / (θ + 1).

This is the infinite alleles model, each mutation results in a new allele in the population. If θ is small relative to one then

H = θ / (θ + 1) ≅ θ / 1 = θ = 4Nμ.

H ≅ 4Nμ.

If θ is large relative to one then

H = θ / (θ + 1) ≅ θ / θ = 1.

H ≅ 1.

H increases approximately linearly with θ at small values but asymptotically approaches one (almost all pairwise comparisons are between different alleles) at higher values of θ.

Heterozygosity Area

Thetaarea.svg

An alternative way to visualize heterozygosity (in terms of genetic diversity in a population) is as an area between 2N and 2μ. Genetic variation is lost by drift at a rate of 1/(2N). So the inverse of this, 2N, can be though of as the amount of genetic variation that is retained in a population and not lost to drift. As described above mutations that are relevant to heterozygosity (average pairwise comparisons) are input into a population at a rate of 2μ (where μ is the per generation mutation rate). The equilibrium level of genetic diversity as measured by heterozygosity is the product of the rate variation is added to a population and the amount of variation that can be maintained at any given time (think of this as almost like the size of a container, it can hold a certain amount before overflowing (or a funnel that drains slowly as new variants are added)); H = 2N 2μ = 4Nμ = θ.

Typically 2μ will be a very small number and 2N will be a very large number. Many orders of magnitude between these will cancel out as they are multiplied together. Also, you can see that a large population with a small mutation rate can have an equivalent level of genetic diversity as a small population with a high mutation rate.

Infinite Sites Model

Thetainfinitesites.svg

Stepwise Mutation Model