Darwin Help

Back to Index

CodonMatrix

Class CodonMatrix - a codon mutation matrix

Calling Sequence  CodonMatrix()
CodonMatrix(Sim, Desc, CodonPam)
CodonMatrix(Sim, Desc, CodonPam, AAPAM)
CodonMatrix(Sim, Desc, CodonPam, AAPAM, FixedDel, IncDel)
Parameters
NameTypeDescription

Sim matrix(numeric,64)64 x 64 codon similarity matrix
Desc stringa description
CodonPam numericCodonPam number of the matrix
AAPam numericthe equivalent PAM distance
FixedDel numericthe constant part of the deletion costs
IncDel numericthe length-dependent part of the deletion costs
PamDistance numericsynonym of CodonPam
PamNumber numericsynonym of CodonPam
MaxSim numericthe highest similarity score in the matrix
MinSim numericthe lowest similarity score in the matrix
MaxOffDiag numericthe highest similarity score that is not in the diagonal
Type stringsynonym of Desc
Description stringsynonym of Desc
Methods lprint, print, Rand, select, string
Synopsis A CodonMatrix contains everything that is needed to score codon alignments. This is basically the 64x64 scoring matrix plus the deletion cost function. These costs are based on the PAM distance equivalent and are calculated automatically if they are not given as an argument. A CodonMatrix is now only used for teh SynPAM matrices
See also CodonPamToPam,   CreateSynMatrices,   PamToCodonPam