fnF3x4
- The F3x4 codon frequency model
baseFrequencies1 : | Simplex (pass by const reference) |
The stationary frequencies of the 1st nucleotide. | |
baseFrequencies2 : | Simplex (pass by const reference) |
The stationary frequencies of the 2nd nucleotide. | |
baseFrequencies3 : | Simplex (pass by const reference) |
The stationary frequencies of the 3rd nucleotide. |
kappa ~ dnLognormal(0,1)
omega ~ dnUniform(0,1)
pi1 ~ dnDirichlet( v(2.0, 2.0, 2.0, 2.0) )
pi2 ~ dnDirichlet( v(2.0, 2.0, 2.0, 2.0) )
pi3 ~ dnDirichlet( v(2.0, 2.0, 2.0, 2.0) )
Q := fnCodonGY94( kappa, omega, fnF3x4(pi1, pi2, pi3) )