To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Tajima's D is a population genetic test statistic created by and named after the Japanese researcher Fumio Tajima.[1] Tajima's D is computed as the difference between two measures of genetic diversity: the mean number of pairwise differences and the number of segregating sites, each scaled so that they are expected to be the same in a neutrally evolving population of constant size.

The purpose of Tajima's D test is to distinguish between a DNA sequence evolving randomly ("neutrally") and one evolving under a non-random process, including directional selection or balancing selection, demographic expansion or contraction, genetic hitchhiking, or introgression. A randomly evolving DNA sequence contains mutations with no effect on the fitness and survival of an organism. The randomly evolving mutations are called "neutral", while mutations under selection are "non-neutral". For example, a mutation that causes prenatal death or severe disease would be expected to be under selection. In the population as a whole, the frequency of a neutral mutation fluctuates randomly (i.e. the percentage of individuals in the population with the mutation changes from one generation to the next, and this percentage is equally likely to go up or down) through genetic drift.

The strength of genetic drift depends on population size. If a population is at a constant size with constant mutation rate, the population will reach an equilibrium of gene frequencies. This equilibrium has important properties, including the number of segregating sites , and the number of nucleotide differences between pairs sampled (these are called pairwise differences). To standardize the pairwise differences, the mean or 'average' number of pairwise differences is used. This is simply the sum of the pairwise differences divided by the number of pairs, and is often symbolized by .

The purpose of Tajima's test is to identify sequences which do not fit the neutral theory model at equilibrium between mutation and genetic drift. In order to perform the test on a DNA sequence or gene, you need to sequence homologous DNA for at least 3 individuals. Tajima's statistic computes a standardized measure of the total number of segregating sites (these are DNA sites that are polymorphic) in the sampled DNA and the average number of mutations between pairs in the sample. The two quantities whose values are compared are both method of moments estimates of the population genetic parameter theta, and so are expected to equal the same value. If these two numbers only differ by as much as one could reasonably expect by chance, then the null hypothesis of neutrality cannot be rejected. Otherwise, the null hypothesis of neutrality is rejected.

YouTube Encyclopedic

  • 1/5
    Views:
    713
    2 257
    2 195
    802
    4 287
  • Tajima's D, SFS, DFE
  • Searching for Natural Selection: dN/dS (S) - Introduction to Genetics and Evolution
  • Robust Demographic Inference from Genomic and SNP Data
  • Genome: The GIS Speaker Series - Dr Sarah A Tishkoff
  • Tutorial 2: Approximate Bayesian Computation (ABC) -- Christian P. Robert

Transcription

Scientific explanation

Under the neutral theory model, for a population at constant size at equilibrium:

for diploid DNA, and

for haploid.

In the above formulas, S is the number of segregating sites, n is the number of samples, N is the effective population size, is the mutation rate at the examined genomic locus, and i is the index of summation. But selection, demographic fluctuations and other violations of the neutral model (including rate heterogeneity and introgression) will change the expected values of and , so that they are no longer expected to be equal. The difference in the expectations for these two variables (which can be positive or negative) is the crux of Tajima's D test statistic.

is calculated by taking the difference between the two estimates of the population genetics parameter . This difference is called , and D is calculated by dividing by the square root of its variance (its standard deviation, by definition).

Fumio Tajima demonstrated by computer simulation that the statistic described above could be modeled using a beta distribution. If the value for a sample of sequences is outside the confidence interval then one can reject the null hypothesis of neutral mutation for the sequence in question. However, in real world uses, one must be careful as past population changes (for instance, a population bottleneck) can bias the value of the statistic.[2]

Mathematical details

where

and are two estimates of the expected number of single nucleotide polymorphisms (SNPs) between two DNA sequences under the neutral mutation model in a sample size from an effective population size .

The first estimate is the average number of SNPs found in (n choose 2) pairwise comparisons of sequences in the sample,

The second estimate is derived from the expected value of , the total number of polymorphisms in the sample

Tajima defines , whereas Hartl & Clark use a different symbol to define the same parameter .

Example

Suppose you are a geneticist studying an unknown gene. As part of your research you get DNA samples from four random people (plus yourself). For simplicity, you label your sequence as a string of zeroes, and for the other four people you put a zero when their DNA is the same as yours and a one when it is different. (For this example, the specific type of difference is not important.)

                    1           2
Position  12345 67890 12345 67890
Person Y  00000 00000 00000 00000
Person A  00100 00000 00100 00010
Person B  00000 00000 00100 00010
Person C  00000 01000 00000 00010
Person D  00000 01000 00100 00010

Notice the four polymorphic sites (positions where someone differs from you, at 3, 7, 13 and 19 above). Now compare each pair of sequences and get the average number of polymorphisms between two sequences. There are "five choose two" (ten) comparisons that need to be done.

Person Y is you!

You vs A: 3 polymorphisms

Person Y     00000 00000 00000 00000
Person A     00100 00000 00100 00010

You vs B: 2 polymorphisms

Person Y     00000 00000 00000 00000
Person B     00000 00000 00100 00010

You vs C: 2 polymorphisms

Person Y     00000 00000 00000 00000
Person C     00000 01000 00000 00010

You vs D: 3 polymorphisms

Person Y     00000 00000 00000 00000
Person D     00000 01000 00100 00010

A vs B: 1 polymorphism

Person A     00100 00000 00100 00010
Person B     00000 00000 00100 00010

A vs C: 3 polymorphisms

Person A     00100 00000 00100 00010
Person C     00000 01000 00000 00010

A vs D: 2 polymorphisms

Person A     00100 00000 00100 00010
Person D     00000 01000 00100 00010

B vs C: 2 polymorphisms

Person B     00000 00000 00100 00010
Person C     00000 01000 00000 00010

B vs D: 1 polymorphism

Person B     00000 00000 00100 00010
Person D     00000 01000 00100 00010

C vs D: 1 polymorphism

Person C     00000 01000 00000 00010
Person D     00000 01000 00100 00010


The average number of polymorphisms is .

The second estimate of the equilibrium is M=S/a1

Since there were n=5 individuals and S=4 segregating sites

a1=1/1+1/2+1/3+1/4=2.08

M=4/2.08=1.92

The lower-case d described above is the difference between these two numbers—the average number of polymorphisms found in pairwise comparison (2) and M. Thus .

Since this is a statistical test, you need to assess the significance of this value. A discussion of how to do this is provided below.

Interpreting Tajima's D

A negative Tajima's D signifies an excess of low frequency polymorphisms relative to expectation, indicating population size expansion (e.g., after a bottleneck or a selective sweep). A positive Tajima's D signifies low levels of both low and high frequency polymorphisms, indicating a decrease in population size and/or balancing selection. However, calculating a conventional "p-value" associated with any Tajima's D value that is obtained from a sample is impossible. Briefly, this is because there is no way to describe the distribution of the statistic that is independent of the true, and unknown, theta parameter (no pivot quantity exists). To circumvent this issue, several options have been proposed.

Value of Tajima's D Mathematical reason Biological interpretation 1 Biological interpretation 2
Tajima's D=0 Theta-Pi equivalent to Theta-k (Observed=Expected). Average Heterozygosity= # of Segregating sites. Observed variation similar to expected variation Population evolving as per mutation-drift equilibrium. No evidence of selection
Tajima's D<0 Theta-Pi less than Theta-k (Observed<Expected). Fewer haplotypes (lower average heterozygosity) than # of segregating sites. Rare alleles abundant (excess of rare alleles) Recent selective sweep, population expansion after a recent bottleneck, linkage to a swept gene
Tajima's D>0 Theta-Pi greater than Theta-k (Observed>Expected). More haplotypes (more average heterozygosity)than # of segregating sites. Rare alleles scarce (lack of rare alleles) Balancing selection, sudden population contraction

However, this interpretation should be made only if the D-value is deemed statistically significant.

Determining significance

When performing a statistical test such as Tajima's D, the critical question is whether the value calculated for the statistic is unexpected under a null process. For Tajima's D, the magnitude of the statistic is expected to increase the more the data deviates from a pattern expected under a population evolving according to the standard coalescent model.

Tajima (1989) found an empirical similarity between the distribution of the test statistic and a beta distribution with mean zero and variance one. He estimated theta by taking Watterson's estimator and dividing it by the number of samples. Simulations have shown this distribution to be conservative,[3] and now that the computing power is more readily available this approximation is not frequently used.

A more nuanced approach was presented in a paper by Simonsen et al.[4] These authors advocated constructing a confidence interval for the true theta value, and then performing a grid search over this interval to obtain the critical values at which the statistic is significant below a particular alpha value. An alternative approach is for the investigator to perform the grid search over the values of theta which they believe to be plausible based on their knowledge of the organism under study. Bayesian approaches are a natural extension of this method.

A very rough rule of thumb to significance is that values greater than +2 or less than -2 are likely to be significant. This rule is based on an appeal to asymptotic properties of some statistics, and thus +/- 2 does not actually represent a critical value for a significance test.

Finally, genome wide scans of Tajima's D in sliding windows along a chromosomal segment are often performed. With this approach, those regions that have a value of D that greatly deviates from the bulk of the empirical distribution of all such windows are reported as significant. This method does not assess significance in the traditional statistical sense, but is quite powerful given a large genomic region, and is unlikely to falsely identify interesting regions of a chromosome if only the greatest outliers are reported.

See also

References

  1. ^ Tajima, F. (Nov 1989). "Statistical method for testing the neutral mutation hypothesis by DNA polymorphism". Genetics. 123 (3): 585–95. doi:10.1093/genetics/123.3.585. PMC 1203831. PMID 2513255.
  2. ^ Elgvin, Tore O.; Trier, Cassandra N.; Tørresen, Ole K.; Hagen, Ingerid J.; Lien, Sigbjørn; Nederbragt, Alexander J.; Ravinet, Mark; Jensen, Henrik; Sætre, Glenn-Peter (2 June 2017). "The genomic mosaicism of hybrid speciation". Science Advances. 3 (6): e1602996. Bibcode:2017SciA....3E2996E. doi:10.1126/sciadv.1602996. eISSN 2375-2548. PMC 5470830. PMID 28630911.
  3. ^ Fu, YX.; Li, WH. (Mar 1993). "Statistical tests of neutrality of mutations". Genetics. 133 (3): 693–709. doi:10.1093/genetics/133.3.693. PMC 1205353. PMID 8454210.
  4. ^ Simonsen, KL.; Churchill, GA.; Aquadro, CF. (Sep 1995). "Properties of statistical tests of neutrality for DNA polymorphism data". Genetics. 141 (1): 413–29. doi:10.1093/genetics/141.1.413. PMC 1206737. PMID 8536987.

Notes

  • Hartl, Daniel L.; Clark, Andrew G. (2007). Principles of Population Genetics (4th ed.). Sinauer Associates. ISBN 978-0878933082.

External links

Computational tools:

This page was last edited on 19 February 2024, at 01:14
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.