BEAST v2.7.8 Documentation: beastlabs.evolution.substitutionmodel.CladeSubstitutionModel

Substitution model dependent on clades. For each clade a substitution model is specified. For nodes that do not fit in a clade a default substitution model is used.

Inputs:

defaultModel, tree, cladeModel, clades, taxa, frequencies

 

defaultModel
type: beast.base.evolution.substitutionmodel.SubstitutionModel
Default substitution model, that is, the model that applies when none of the other do
Required input

 

tree
type: beast.base.evolution.tree.Tree
tree for which to produce substitution models
Required input

 

cladeModel
type: beast.base.evolution.substitutionmodel.SubstitutionModel***
substitution model for each of the clades specified
Optional input

 

clades
type: beast.base.evolution.alignment.TaxonSet***
set of taxa forming a clade and any branch in the clade will get a clade substitution model
Optional input

 

taxa
type: beast.base.evolution.alignment.Alignment
set taxa to choose from
Required input

 

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