5#ifndef BPP_PHYL_MODEL_PROTEIN_LLG08_EHO_H
6#define BPP_PHYL_MODEL_PROTEIN_LLG08_EHO_H
9#include "../AbstractBiblioMixedTransitionModel.h"
10#include "../AbstractSubstitutionModel.h"
11#include "../MixtureOfTransitionModels.h"
55 EmbeddedModel(std::shared_ptr<const ProteicAlphabet> alpha,
string name);
67 LLG08_EHO(std::shared_ptr<const ProteicAlphabet> alpha);
71 std::string
getName()
const override {
return "LLG08_EHO"; }
Abstract class for mixture models based on the bibliography.
Specialisation abstract class for reversible protein substitution model.
double getProportion() const
EmbeddedModel(std::shared_ptr< const ProteicAlphabet > alpha, string name)
string getName() const override
Get the name of the model.
EmbeddedModel * clone() const override
The Le et al (2008) EH0 substitution model for proteins.
LLG08_EHO * clone() const override
LLG08_EHO(std::shared_ptr< const ProteicAlphabet > alpha)
Build a EH0 model, with original equilibrium frequencies, probabilities and rates.
std::string getName() const override
Get the name of the model.
Defines the basic types of data flow nodes.