Moran process

Moran process

A Moran process, named after Patrick Moran, is a stochastic process used in biology to describe finite populations. It can be used to model variety-increasing processes such as mutation as well as variety-reducing effects such as genetic drift and natural selection. The process can describe the probabilistic dynamics in a finite population of constant size N in which two alleles A and B are competing for dominance. The two alleles are considered to be true replicators (i.e. entities that make copies of themselves). In each time step a random individual (which is of either type A or B) is chosen for reproduction and a random individual is chosen for death; thus ensuring that the population size remains constant. To model selection, one type has to have a higher fitness and is thus more likely to be chosen for reproduction. The same individual can be chosen for death and for reproduction in the same step.

Contents

Neutral drift

Neutral drift is the idea that a neutral mutation can spread throughout a population, so that eventually the original allele is lost. A neutral mutation does not bring any fitness advantage or disadvantage to its bearer. The simple case of the Moran process can describe this phenomenon.

If the number of A individuals is given by i then the Moran process is defined on the state space i = 0, ..., N. Since the number of A individuals can change at most by one at each time step, a transition exists only between state i and state i − 1, i and i + 1. Thus the transition matrix of the stochastic process is tri-diagonal in shape and the transition probabilities are

 \begin{align}
P_{0,0}&=1\\
P_{i,i-1} &= \frac{N-i}{N} \frac{i}{N}\\
P_{i,i} &= 1- P_{i,i-1} - P_{i,i+1}\\
P_{i,i+1} &= \frac{i}{N} \frac{N-i}{N}\\
P_{N,N}&=1.
\end{align}

The entry Pi,j denotes the probability to go from state i to state j. To understand the formulas for the transition probabilities one has to look at the definition of the process which states that always one individual will be chosen for reproduction and one is chosen for death. Once the A individuals have died out, they will never be reintroduced into the population since the process does not model mutations (A cannot be reintroduced into the population once it has died out and vice versa) and thus P0,0 = 1. For the same reason the population of A individuals will always stay N once they have reached that number and taken over the population and thus PN,N = 1. The states 0 and N are called absorbing while the states 1, ..., N − 1 are called transient. The intermediate transition probabilities can be explained by considering the first term to be the probability to choose the individual whose abundance will increase by one and the second term the probability to choose the other type for death. Obviously, if the same type is chosen for reproduction and for death, then the abundance of one type does not change.

Eventually the population will reach one of the absorbing states and then stay there forever. In the transient states, random fluctuations will occur but eventually the population of A will either go extinct or reach fixation. This is one of the most important differences to deterministic processes which cannot model random events. The expected value and the variance of the number of A individuals X(t) at timepoint t can be computed when an initial state X(0) = i is given:

 \begin{align}
E[X(t)|X(0) = i] &= i \\
Var(X(t)|X(0) = i) &= 2i/N(1-i/N) \frac{1-(1-2/N^2)^t}{2/N^2}
\end{align}

The probability of A to reach fixation is called fixation probability. For the simple Moran process this probability is

 \begin{align}
x_i = \frac{i}{N}.
\end{align}

Since all individuals have the same fitness, they also have the same chance of becoming the ancestor of the whole population; this probability is 1 / N and thus the sum of all i probabilities (for all A individuals) is just i / N. The mean time to absorption starting in state i is given by

 \begin{align}
k_i = N \left[ \sum\limits_{j=1}^{i} \frac{N-i}{N-j}  + \sum\limits_{j=i+1}^{N-1} \frac{i}{j} \right]
\end{align}

For large N the approximation

 \begin{align}
\lim \limits_{N\rightarrow \infty} k_i \approx -N^2 \left[ (1-p) \ln(1-p) + p \ln(p) \right]
\end{align}

holds.

Selection

If one allele has a fitness advantage over the other allele, it will be more likely to be chosen for reproduction. This can be incorporated into the model if individuals with allele A have fitness fi and individuals with allele B have fitness gi where i is the number of individuals of type A; thus describing a general birth-death process. The transition matrix of the stochastic process is tri-diagonal in shape and the transition probabilities are

 \begin{align}
P_{0,0}&=1\\
P_{i,i-1} &= \frac{g_i (N-i) }{f_i \cdot i + g_i (N-i)} \cdot \frac{i}{N}\\
P_{i,i} &= 1- P_{i,i-1} - P_{i,i+1}\\
P_{i,i+1} &= \frac{f_i \cdot  i}{f_i \cdot i + g_i (N-i)} \cdot \frac{N-i}{N}\\
P_{N,N}&=1.
\end{align}

The entry Pi,j denotes the probability to go from state i to state j. To understand the formulas for the transition probabilities one has to look again at the definition of the process and see that the fitness enters only the first term in the equations which is concerned with reproduction. Thus the probability that individual A is chosen for reproduction is not i / N any more but dependent on the fitness of A and thus f_i \cdot i / (f_i \cdot  i + g_i (N-i) ). Also in this case, fixation probabilities when starting in state i is defined by recurrence

 \begin{align}
	x_0 &= 0\\
	x_i &= \beta_i x_{i-1}+(1-\alpha_i-\beta_i)x_i+\alpha_ix_{i+1}\quad i=1,\dots,N-1\\
	x_N &= 1
\end{align}

And the closed form is given by

 \begin{align}
x_i = \frac{
          {\displaystyle
              1 + \sum\limits_{j=1}^{i-1}\prod\limits_{k=1}^{j}\gamma_k } }
          { {\displaystyle
              1 + \sum\limits_{j=1}^{N-1}\prod\limits_{k=1}^{j}\gamma_k } }
\qquad \text{(1)}
\end{align}

where γi = Pi,i − 1 / Pi,i + 1 per definition and will just be gi / fi for the general case.

This general case where the fitness of A and B depends on the abundance of each type is studied in evolutionary game theory.

Less complex results are obtained if a constant fitness difference r is assumed. Individuals of type A reproduce with a constant rate r and individuals with allele B reproduce with rate 1. Thus if A has a fitness advantage over B, r will be larger than one, otherwise it will be smaller than one. Thus the transition matrix of the stochastic process is tri-diagonal in shape and the transition probabilities are

 \begin{align}
P_{0,0}&=1\\
P_{i,i-1} &= \frac{N-i}{r \cdot i + N-i} \cdot \frac{i}{N}\\
P_{i,i} &= 1- P_{i,i-1} - P_{i,i+1}\\
P_{i,i+1} &= \frac{r \cdot i}{r \cdot i + N-i} \cdot \frac{N-i}{N}\\
P_{N,N}&=1.
\end{align}

In this case γi = 1 / r is a constant factor for each composition of the population and thus the fixation probability from equation (1) simplifies to

 \begin{align}
x_i = \frac{1-r^{-i}} { 1-r^{-N} }
  \quad \Rightarrow \quad
x_1 = \rho = \frac{1-r^{-1}} { 1-r^{-N} }
\qquad \text{(2)}
\end{align}

where the fixation probability of a single mutant A in a population of otherwise all B is often of interest and is denoted by ρ.

Also in the case of selection, the expected value and the variance of the number of A individuals may be computed

 \begin{align}
E [  X(t) | X(t-1) = i ] &= p s \dfrac{1-p}{p s + 1} + i \\
Var( X(t+1) | X(t)=i) &=p(1-p)\dfrac{ (s+1) + (p s + 1)^2 }{(p s +1)^2}
\end{align}

where p = i/N and r = 1 + s.

Rate of evolution

In a population of all B individuals, a single mutant A will take over the whole population with the probability

\rho = \frac{1-r^{-1}} { 1-r^{-N} }. \qquad \text{(2)}

If the mutation rate (to go from the B to the A allele) in the population is u then the rate with which one member of the population will mutate to A is given by N x u and the rate with which the whole population goes from all B to all A is the rate that a single mutant A arises times the probability that it will take over the population (fixation probability):

 \begin{align}

  R = N \cdot u \cdot \rho = u  \quad \text{if} \quad  \rho = \frac{1}{N}.
\end{align}

Thus if the mutation is neutral (i.e. the fixation probability is just 1/N) then the rate with which an allele arises and takes over a population is independent of the population size and is equal to the mutation rate. This important result is the basis of the neutral theory of evolution and suggests that the number of observed point mutations in the genomes of two different species would simply be given by the mutation rate multiplied by two times the time since divergence. Thus the neutral theory of evolution provides a molecular clock, given that the assumptions are fulfilled which may not be the case in reality.

Literature

  • Nowak, Martin A: Evolutionary Dynamics: Exploring the Equations of Life. Belknap Press (2006) ISBN 978-0674023383
  • Moran, Patrick Alfred Pierce: The Statistical Processes of Evolutionary Theory. Oxford, Clarendon Press (1962).

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем сделать НИР

Look at other dictionaries:

  • Pat Moran (statistician) — Pat Moran Patrick Alfred Pierce Moran (1917 1988) Born 14 July 1917( …   Wikipedia

  • Godinez v. Moran — SCOTUSCase Litigants=Godinez v. Moran ArgueDate=April 21 ArgueYear=1993 DecideDate=June 24 DecideYear=1993 FullName=Salvador Godinez, Warden, Petitioner v. Richard Allan Moran USVol=509 USPage=389 Citation= Prior= Subsequent= Holding=The… …   Wikipedia

  • James Moran (writer) — James Moran is a British screenwriter for television and film, who first came to public attention with the horror comedy Severance . He was born on March 5 in York, England. [cite web|url=http://www.pfd.co.uk/clients/moranj/f ftw.html|title=James …   Wikipedia

  • Judy Moran — is the matriarch of the infamous Moran family of Melbourne, Victoria, Australia. Judy Moran was first married to Leslie Johnny Cole, who was shot dead in Sydney in 1982. Cole was the natural father of her son, Mark Moran, who was murdered in 2000 …   Wikipedia

  • Rolando Morán — Comandante Rolando Morán (December 29, 1929, Quetzaltenango ndash; September 11, 1998, Guatemala City) is the nom de guerre of Ricardo Arnoldo Ramírez de León, a former leader of Guatemalan National Revolutionary Unity (URNG), an armed Guatemalan …   Wikipedia

  • Tony Moran — Anthony Tony Moran is a remixer/producer and DJ known for remixing popular songs. In 2007, he hit number one on the U.S. Billboard Hot Dance Club Play chart with Walk Away featuring Kristine W. He is also rumored as the original Michael Myers in… …   Wikipedia

  • Design Rationale — In the survey on design rationale (DR) for software engineering [Jarczyk, Loffler Shipman, Design Rationale for Software Engineering: A Survey] the authors give a very clear definition to design rationale, it is “the explicit listing of decisions …   Wikipedia

  • Design rationale — A Decision Based Design Structure, which spans the areas of Engineering Design, Design Rationale and Decision Analysis. A Design Rationale is an explicit documentation of the reasons behind decisions made when designing a system or artifact. As… …   Wikipedia

  • HEBREW LANGUAGE — This entry is arranged according to the following scheme: pre biblical biblical the dead sea scrolls mishnaic medieval modern period A detailed table of contents precedes each section. PRE BIBLICAL nature of the evidence the sources phonology… …   Encyclopedia of Judaism

  • History of Christianity — Church history redirects here. For the journal, see American Society of Church History#Church History. For the magazine, see Christianity Today#Christian History. Church historian redirects here. For LDS official church historian, see Church… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”