Skip to content

Question about the difference between the ECMK07_GY and ECMK07_MGK models #399

Answered by bqminh
shacrvr asked this question in Q&A
Discussion options

You must be logged in to vote

The answer is a bit involved. There is a fundamental difference between the "mechanistic" MGK and GY-type codon models in the way they treat the codon frequencies: the entries of the rate matrix Q in MG is the product of (omega or 1) and (kappa or 1) and the target nucleotide frequency, whereas the GY models replace target nucleotide by the target codon. For example, under MGK model:

q(AAC -> AAG) = omega * kappa * pi(G) # for non-synonymous (Asn->Lyn) and transition (C->G)
q(AAC -> AAT) = pi(T) # synonymous and transversion

However, the same entry for GY model is:

q(AAC -> AAG) = omega * kappa * pi(AAG) # for non-synonymous (Asn->Lyn) and transition (C->G)
q(AAC -> AAT) = pi(AAT) # syno…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bqminh
Comment options

Answer selected by shacrvr
@shacrvr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants