5#ifndef BPP_PHYL_MODEL_PROTEIN_LG10_EX_EHO_H
6#define BPP_PHYL_MODEL_PROTEIN_LG10_EX_EHO_H
9#include "../AbstractBiblioMixedTransitionModel.h"
10#include "../AbstractSubstitutionModel.h"
51 EmbeddedModel(std::shared_ptr<const ProteicAlphabet> alpha,
string name);
65 LG10_EX_EHO(std::shared_ptr<const ProteicAlphabet> alpha);
69 std::string
getName()
const {
return "LG10_EX_EHO"; }
Abstract class for mixture models based on the bibliography.
Specialisation abstract class for reversible protein substitution model.
EmbeddedModel(std::shared_ptr< const ProteicAlphabet > alpha, string name)
EmbeddedModel * clone() const
double getProportion() const
string getName() const
Get the name of the model.
The Le and Gascuel (2010) EX_EHO substitution model for proteins.
LG10_EX_EHO * clone() const
LG10_EX_EHO(std::shared_ptr< const ProteicAlphabet > alpha)
Build a EX_EHO model, with original equilibrium frequencies, probabilities and rates.
std::string getName() const
Get the name of the model.
Defines the basic types of data flow nodes.