Calculate Transition Probabilites In Residue Substitution Models By Matrix Exponention
1
2
Entering edit mode
13.4 years ago
Peter ▴ 20

Hi all, given a rate matrix Q (instantaneous rates of change) of a nucleotide substitution model, one can calculate the transition probabilities between any pair of nucleotides by calculating a probability matrix that is derived from matrix exponentiation given a certain time interval t:

P(t) = exp(Q*t)

which can further be calculated numerically by Eigen-decomposition of Q and so on.. But I just want to know how exactly one arrives at this step with the exponentiation, or in other words, why does it work? I could not find a reference for this, everybody just takes it as granted.

cheers, Peter

• 2.5k views
ADD COMMENT
2
Entering edit mode
13.4 years ago

The fundamental assumption behind this formula is that nucleotide substitution can be modeled as a continuous time Markov chain. This handout from Stanford gives a good introduction to the topic.

ADD COMMENT
0
Entering edit mode

Thanks for the link, Lars.

ADD REPLY

Login before adding your answer.

Traffic: 1830 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6