bpp-phyl3
3.0.0
|
Class inheriting from GeneralSubstitutionRegister, this one uses a special constructor which allows it to build a substitution matrix from string input specifying a desired substitutions. More...
#include <Bpp/Phyl/Mapping/SubstitutionRegister.h>
Public Member Functions | |
SelectedSubstitutionRegister (std::shared_ptr< const StateMapInterface > stateMap, std::string selectedSubstitutions) | |
SelectedSubstitutionRegister * | clone () const |
~SelectedSubstitutionRegister () | |
std::string | getTypeName (size_t type) const |
names of the types are their number. More... | |
size_t | getType (size_t i, size_t j) const override |
Get the substitution type far a given pair of model states. More... | |
size_t | getNumberOfSubstitutionTypes () const override |
const StateMapInterface & | stateMap () const override |
std::shared_ptr< const StateMapInterface > | getStateMap () const override |
const Alphabet & | alphabet () const override |
std::shared_ptr< const Alphabet > | getAlphabet () const override |
const std::string & | getName () const override |
Get the name of the register. More... | |
Protected Member Functions | |
void | updateTypes_ () |
Protected Attributes | |
size_t | size_ |
The size of the matrix, i.e. the number of states. More... | |
RowMatrix< size_t > | matrix_ |
The matrix of the substitution register. More... | |
std::map< size_t, std::map< size_t, std::vector< size_t > > > | types_ |
The map from substitution types to the map of from states to the vector of target states. More... | |
std::shared_ptr< const StateMapInterface > | stateMap_ |
std::string | name_ |
Private Attributes | |
std::map< size_t, std::string > | categoryNames_ |
Class inheriting from GeneralSubstitutionRegister, this one uses a special constructor which allows it to build a substitution matrix from string input specifying a desired substitutions.
Definition at line 484 of file SubstitutionRegister.h.
|
inline |
This constructor creates an empty square matrix (nrow = ncol = length of alphabet) and takes a string with specific syntax to mark a substitutions with a certain index depending on the string entered.
The same group of substitution is delimited by parentheses. The name, if entered, is entered at the start of a string and followed by ";". Substitutions are delimited by ",", and each substitution is defined with a "->" symbol.
Definition at line 490 of file SubstitutionRegister.h.
References bpp::StateMapInterface::alphabet(), categoryNames_, bpp::Alphabet::getStateIndex(), bpp::StringTokenizer::hasMoreToken(), bpp::GeneralSubstitutionRegister::matrix_, bpp::StringTokenizer::nextToken(), bpp::StringTokenizer::numberOfRemainingTokens(), bpp::AbstractSubstitutionRegister::stateMap(), bpp::TextTools::toString(), and bpp::GeneralSubstitutionRegister::updateTypes_().
Referenced by clone().
|
inline |
Definition at line 540 of file SubstitutionRegister.h.
|
inlineoverridevirtualinherited |
Implements bpp::SubstitutionRegisterInterface.
Definition at line 133 of file SubstitutionRegister.h.
References bpp::AbstractSubstitutionRegister::stateMap_.
|
inlinevirtual |
Reimplemented from bpp::GeneralSubstitutionRegister.
Definition at line 538 of file SubstitutionRegister.h.
References SelectedSubstitutionRegister().
|
inlineoverridevirtualinherited |
Implements bpp::SubstitutionRegisterInterface.
Definition at line 135 of file SubstitutionRegister.h.
References bpp::AbstractSubstitutionRegister::stateMap_.
|
inlineoverridevirtualinherited |
Get the name of the register.
Implements bpp::SubstitutionRegisterInterface.
Definition at line 137 of file SubstitutionRegister.h.
References bpp::AbstractSubstitutionRegister::name_.
|
inlineoverridevirtualinherited |
Implements bpp::SubstitutionRegisterInterface.
Definition at line 456 of file SubstitutionRegister.h.
References bpp::GeneralSubstitutionRegister::types_.
|
inlineoverridevirtualinherited |
Implements bpp::SubstitutionRegisterInterface.
Definition at line 131 of file SubstitutionRegister.h.
References bpp::AbstractSubstitutionRegister::stateMap_.
|
inlineoverridevirtualinherited |
Get the substitution type far a given pair of model states.
fromState | Initial state (should be a state supported by the specified alphabet). |
toState | Final state (should be a state supported by the specified alphabet). |
Implements bpp::SubstitutionRegisterInterface.
Definition at line 451 of file SubstitutionRegister.h.
References bpp::GeneralSubstitutionRegister::matrix_.
|
inlinevirtual |
names of the types are their number.
Reimplemented from bpp::GeneralSubstitutionRegister.
Definition at line 542 of file SubstitutionRegister.h.
References categoryNames_, bpp::TextTools::toString(), and bpp::GeneralSubstitutionRegister::types_.
|
inlineoverridevirtualinherited |
Implements bpp::SubstitutionRegisterInterface.
Definition at line 129 of file SubstitutionRegister.h.
References bpp::AbstractSubstitutionRegister::stateMap_.
Referenced by bpp::VectorOfSubstitutionRegisters::addRegister(), bpp::ComprehensiveSubstitutionRegister::ComprehensiveSubstitutionRegister(), bpp::GCSynonymousSubstitutionRegister::getType(), bpp::GCPositionSubstitutionRegister::getType(), bpp::TsTvSubstitutionRegister::getType(), bpp::SWSubstitutionRegister::getType(), bpp::DnDsSubstitutionRegister::getType(), bpp::KrKcSubstitutionRegister::getType(), SelectedSubstitutionRegister(), bpp::CategorySubstitutionRegister::setAlphabetCategories(), bpp::CategorySubstitutionRegister::setModelCategories(), bpp::AAInteriorSubstitutionRegister::updateMatrix_(), and bpp::AAExteriorSubstitutionRegister::updateMatrix_().
|
protectedinherited |
Definition at line 10 of file SubstitutionRegister.cpp.
Referenced by bpp::AAExteriorSubstitutionRegister::AAExteriorSubstitutionRegister(), bpp::AAInteriorSubstitutionRegister::AAInteriorSubstitutionRegister(), bpp::GeneralSubstitutionRegister::GeneralSubstitutionRegister(), and SelectedSubstitutionRegister().
|
private |
Definition at line 487 of file SubstitutionRegister.h.
Referenced by getTypeName(), and SelectedSubstitutionRegister().
|
protectedinherited |
The matrix of the substitution register.
Definition at line 397 of file SubstitutionRegister.h.
Referenced by bpp::GeneralSubstitutionRegister::GeneralSubstitutionRegister(), bpp::GeneralSubstitutionRegister::getType(), bpp::GeneralSubstitutionRegister::operator=(), SelectedSubstitutionRegister(), bpp::AAInteriorSubstitutionRegister::updateMatrix_(), and bpp::AAExteriorSubstitutionRegister::updateMatrix_().
|
protectedinherited |
Definition at line 108 of file SubstitutionRegister.h.
Referenced by bpp::AbstractSubstitutionRegister::getName(), and bpp::AbstractSubstitutionRegister::operator=().
|
protectedinherited |
The size of the matrix, i.e. the number of states.
Definition at line 392 of file SubstitutionRegister.h.
Referenced by bpp::GeneralSubstitutionRegister::GeneralSubstitutionRegister(), and bpp::GeneralSubstitutionRegister::operator=().
|
protectedinherited |
Definition at line 107 of file SubstitutionRegister.h.
Referenced by bpp::AbstractSubstitutionRegister::alphabet(), bpp::AbstractSubstitutionRegister::getAlphabet(), bpp::AbstractSubstitutionRegister::getStateMap(), bpp::AbstractSubstitutionRegister::operator=(), and bpp::AbstractSubstitutionRegister::stateMap().
|
protectedinherited |
The map from substitution types to the map of from states to the vector of target states.
This is the reverse information of matrix_
Definition at line 405 of file SubstitutionRegister.h.
Referenced by bpp::GeneralSubstitutionRegister::getNumberOfSubstitutionTypes(), getTypeName(), bpp::AAInteriorSubstitutionRegister::getTypeName(), bpp::AAExteriorSubstitutionRegister::getTypeName(), bpp::GeneralSubstitutionRegister::getTypeName(), and bpp::GeneralSubstitutionRegister::operator=().