Implementing McDonald-Kreitman test
1
2
Entering edit mode
9.8 years ago
GR ▴ 400

Dear All,

I am writing a python script to implement McDonald-Kreitman test. I am not sure how to deal with the case of multiple mutations per codon. I have a population data from 50 individuals. Can someone help me with this.

Thanks. RT

population-genetics Mcdonald-Krietman test • 3.0k views
ADD COMMENT
0
Entering edit mode
7.4 years ago
mt1022 ▴ 310

I met the same problem recently and I assign assign equal weight to all possible mutation path. For example, for TTC to CTA, TTC->TTA->CTA and TTC->CTC->CTA have the same probability, as I am dealing triplet change in noncoding region. The following article talks more sophiscated method for this problem:

Estimating Synonymous and Nonsynonymous Substitution Rates Under Realistic Evolutionary Models http://mbe.oxfordjournals.org/content/17/1/32.full

ADD COMMENT
0
Entering edit mode

I end up using python egglib library for this...

ADD REPLY

Login before adding your answer.

Traffic: 2620 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