BEAST v2.6.7 Documentation: beast.evolution.substitutionmodel.TVM

Specifies transition probability matrix with no restrictions on the rates other than that one of the is equal to one and the others are specified relative to this unit rate. Works for any number of states.
Transversion model of nucleotide evolution (variable transversion rates, equal transition rates).Rates that are not specified are assumed to be 1.

Inputs:

rateAC, rateAT, rateCG, rateGT, rateTransitions, rates, eigenSystem, frequencies

 

rateAC
type: beast.core.parameter.RealParameter
substitution rate for A to C (default 1)
Optional input

 

rateAT
type: beast.core.parameter.RealParameter
substitution rate for A to T (default 1)
Optional input

 

rateCG
type: beast.core.parameter.RealParameter
substitution rate for C to G (default 1)
Optional input

 

rateGT
type: beast.core.parameter.RealParameter
substitution rate for G to T (default 1)
Optional input

 

rateTransitions
type: beast.core.parameter.RealParameter
substitution rate for A<->G and C<->T
Optional input

 

rates
type: beast.core.Function
Rate parameter which defines the transition rate matrix. Only the off-diagonal entries need to be specified (diagonal makes row sum to zero in a rate matrix). Entry i specifies the rate from floor(i/(n-1)) to i%(n-1)+delta where n is the number of states and delta=1 if floor(i/(n-1)) <= i%(n-1) and 0 otherwise.
Optional input

 

eigenSystem
type: java.lang.String
Name of the class used for creating an EigenSystem
Optional input. Default: beast.evolution.substitutionmodel.DefaultEigenSystem

 

frequencies
type: beast.evolution.substitutionmodel.Frequencies
substitution model equilibrium state frequencies
Required input