Description Usage Arguments Details Value
Calculate ratematrix from GTR parameterization for 3 states, get Eigen decomposition and calculate transition probabilities.
1 2 3 4 5 6 | pars2Q.3states.GTR(pars)
pars2QEig.3states.GTR(pars)
Q2QEig(Q)
QEig2Q(QEig)
QEig2P(QEig,t)
Q2P(Q,t)
|
pars |
Vector: Parameters describing the substitution model for each edge on the tree. |
Q |
Matrix: Ratematrix. |
QEig |
List: Three components: |
t |
Numeric: Time, i.e. the expected number of substitutions along that branch in the tree. |
Parameters pars are expanded to a rate matrix by using the first three values as equilibrium
frequencies, and the following three values as rate parameters (1->2, 1->3 and 2->3).
pars2Q.3states.GTR Returns a 3x3 rate matrix.
pars2QEig.3states.GTR Returns the Eigen decomposition of a 3x3 rate matrix.
Q2QEig Returns the Eigen decomposition of Q.
QEig2Q Returns the rate matrix corresponding to the Eigen decomposition QEig.
QEig2P Returns the transition matrix.
Q2P Returns the transition matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.