| bpp-phyl
    2.2.0
    | 
Laplace estimate of the substitution count. More...
#include <Bpp/Phyl/Mapping/LaplaceSubstitutionCount.h>
 Inheritance diagram for bpp::LaplaceSubstitutionCount:
 Inheritance diagram for bpp::LaplaceSubstitutionCount: Collaboration diagram for bpp::LaplaceSubstitutionCount:
 Collaboration diagram for bpp::LaplaceSubstitutionCount:| Public Member Functions | |
| LaplaceSubstitutionCount (const SubstitutionModel *model, size_t cutOff) | |
| LaplaceSubstitutionCount (const LaplaceSubstitutionCount &asc) | |
| LaplaceSubstitutionCount & | operator= (const LaplaceSubstitutionCount &asc) | 
| virtual | ~LaplaceSubstitutionCount () | 
| LaplaceSubstitutionCount * | clone () const | 
| double | getNumberOfSubstitutions (size_t initialState, size_t finalState, double length, size_t type=1) const | 
| Get the number of susbstitutions on a branch, given the initial and final states, and the branch length.  More... | |
| Matrix< double > * | getAllNumbersOfSubstitutions (double length, size_t type=1) const | 
| Get the numbers of susbstitutions on a branch, for each initial and final states, and given the branch length.  More... | |
| std::vector< double > | getNumberOfSubstitutionsForEachType (size_t initialState, size_t finalState, double length) const | 
| Get the numbers of susbstitutions on a branch for all types, for an initial and final states, given the branch length.  More... | |
| void | setSubstitutionModel (const SubstitutionModel *model) | 
| Set the substitution model associated with this count, if relevent.  More... | |
| void | setSubstitutionRegister (SubstitutionRegister *reg) throw (Exception) | 
| bool | hasSubstitutionRegister () const | 
| const SubstitutionRegister * | getSubstitutionRegister () const | 
| SubstitutionRegister * | getSubstitutionRegister () | 
| virtual size_t | getNumberOfSubstitutionTypes () const | 
| Short cut function, equivalent to getSubstitutionRegister().getNumberOfSubstitutionTypes().  More... | |
| virtual const Alphabet * | getAlphabet () const | 
| Short cut function, equivalent to getSubstitutionRegister()->getAlphabet().  More... | |
| virtual size_t | getNumberOfStates () const | 
| Short cut function, equivalent to getSubstitutionRegister()->getAlphabet()->getSize().  More... | |
| Protected Member Functions | |
| void | computeCounts (double length) const | 
| void | substitutionRegisterHasChanged () | 
| Protected Attributes | |
| std::auto_ptr< SubstitutionRegister > | register_ | 
| Private Attributes | |
| const SubstitutionModel * | model_ | 
| size_t | cutOff_ | 
| double | currentLength_ | 
| RowMatrix< double > | m_ | 
Laplace estimate of the substitution count.
This method uses Laplace transforms, as described in Dutheil J, Pupko T, Jean-Marie A, Galtier N. A model-based approach for detecting coevolving positions in a molecule. Mol Biol Evol. 2005 Sep;22(9):1919-28.
Definition at line 61 of file LaplaceSubstitutionCount.h.
| 
 | inline | 
Definition at line 71 of file LaplaceSubstitutionCount.h.
Referenced by clone().
| 
 | inline | 
Definition at line 79 of file LaplaceSubstitutionCount.h.
| 
 | inlinevirtual | 
Definition at line 97 of file LaplaceSubstitutionCount.h.
| 
 | inlinevirtual | 
Implements bpp::SubstitutionCount.
Definition at line 99 of file LaplaceSubstitutionCount.h.
References LaplaceSubstitutionCount().
| 
 | protected | 
Definition at line 48 of file LaplaceSubstitutionCount.cpp.
References cutOff_, bpp::SubstitutionModel::getGenerator(), bpp::SubstitutionModel::getPij_t(), m_, and model_.
Referenced by getAllNumbersOfSubstitutions(), getNumberOfSubstitutions(), and setSubstitutionModel().
| 
 | virtual | 
Get the numbers of susbstitutions on a branch, for each initial and final states, and given the branch length.
| length | The length of the branch. | 
| type | The type of susbstitution to count. | 
Implements bpp::SubstitutionCount.
Definition at line 110 of file LaplaceSubstitutionCount.cpp.
References computeCounts(), currentLength_, bpp::SubstitutionModel::getAlphabet(), m_, and model_.
| 
 | inlinevirtualinherited | 
Short cut function, equivalent to getSubstitutionRegister()->getAlphabet().
Definition at line 112 of file SubstitutionCount.h.
References bpp::SubstitutionRegister::getAlphabet(), and bpp::SubstitutionCount::getSubstitutionRegister().
| 
 | inlinevirtualinherited | 
Short cut function, equivalent to getSubstitutionRegister()->getAlphabet()->getSize().
Definition at line 119 of file SubstitutionCount.h.
References bpp::SubstitutionRegister::getAlphabet(), and bpp::SubstitutionCount::getSubstitutionRegister().
| 
 | virtual | 
Get the number of susbstitutions on a branch, given the initial and final states, and the branch length.
| initialState | The initial state. | 
| finalState | The final state. | 
| length | The length of the branch. | 
| type | The type of substitution to count. | 
Implements bpp::SubstitutionCount.
Definition at line 95 of file LaplaceSubstitutionCount.cpp.
References computeCounts(), currentLength_, and m_.
Referenced by getNumberOfSubstitutionsForEachType().
| 
 | inlinevirtual | 
Get the numbers of susbstitutions on a branch for all types, for an initial and final states, given the branch length.
| initialState | The initial state. | 
| finalState | The final state. | 
| length | The length of the branch. | 
Implements bpp::SubstitutionCount.
Definition at line 104 of file LaplaceSubstitutionCount.h.
References getNumberOfSubstitutions().
| 
 | inlinevirtualinherited | 
Short cut function, equivalent to getSubstitutionRegister().getNumberOfSubstitutionTypes().
Definition at line 105 of file SubstitutionCount.h.
References bpp::SubstitutionRegister::getNumberOfSubstitutionTypes(), and bpp::SubstitutionCount::getSubstitutionRegister().
Referenced by bpp::NaiveSubstitutionCount::getNumberOfSubstitutionsForEachType(), bpp::UniformizationSubstitutionCount::getNumberOfSubstitutionsForEachType(), bpp::DecompositionSubstitutionCount::getNumberOfSubstitutionsForEachType(), and bpp::ProbabilisticSubstitutionMapping::getNumberOfSubstitutionTypes().
| 
 | inlinevirtualinherited | 
Implements bpp::SubstitutionCount.
Definition at line 206 of file SubstitutionCount.h.
References bpp::AbstractSubstitutionCount::register_.
| 
 | inlinevirtualinherited | 
Implements bpp::SubstitutionCount.
Definition at line 208 of file SubstitutionCount.h.
References bpp::AbstractSubstitutionCount::register_.
| 
 | inlinevirtualinherited | 
Implements bpp::SubstitutionCount.
Definition at line 192 of file SubstitutionCount.h.
References bpp::AbstractSubstitutionCount::register_.
| 
 | inline | 
Definition at line 87 of file LaplaceSubstitutionCount.h.
References currentLength_, cutOff_, m_, model_, and bpp::AbstractSubstitutionCount::operator=().
| 
 | virtual | 
Set the substitution model associated with this count, if relevent.
| model | The substitution model to use with this count. | 
Implements bpp::SubstitutionCount.
Definition at line 138 of file LaplaceSubstitutionCount.cpp.
References computeCounts(), currentLength_, bpp::SubstitutionModel::getAlphabet(), m_, and model_.
| 
 | inlinevirtual | ||||||||||||||
| reg | The new SubstitutionRegister object to be associated to this instance. The register contains the description of the various substitutions types that are mapped. | 
Implements bpp::SubstitutionCount.
Definition at line 117 of file LaplaceSubstitutionCount.h.
| 
 | inlineprotectedvirtual | 
Implements bpp::AbstractSubstitutionCount.
Definition at line 123 of file LaplaceSubstitutionCount.h.
| 
 | mutableprivate | 
Definition at line 67 of file LaplaceSubstitutionCount.h.
Referenced by getAllNumbersOfSubstitutions(), getNumberOfSubstitutions(), operator=(), and setSubstitutionModel().
| 
 | private | 
Definition at line 66 of file LaplaceSubstitutionCount.h.
Referenced by computeCounts(), and operator=().
| 
 | mutableprivate | 
Definition at line 68 of file LaplaceSubstitutionCount.h.
Referenced by computeCounts(), getAllNumbersOfSubstitutions(), getNumberOfSubstitutions(), operator=(), and setSubstitutionModel().
| 
 | private | 
Definition at line 65 of file LaplaceSubstitutionCount.h.
Referenced by computeCounts(), getAllNumbersOfSubstitutions(), operator=(), and setSubstitutionModel().
| 
 | protectedinherited | 
Definition at line 170 of file SubstitutionCount.h.
Referenced by bpp::UniformizationSubstitutionCount::computeCounts_(), bpp::DecompositionSubstitutionCount::computeCounts_(), bpp::DecompositionSubstitutionCount::computeProducts_(), bpp::UniformizationSubstitutionCount::fillBMatrices_(), bpp::DecompositionSubstitutionCount::fillBMatrices_(), bpp::NaiveSubstitutionCount::getAllNumbersOfSubstitutions(), bpp::NaiveSubstitutionCount::getNumberOfSubstitutions(), bpp::AbstractSubstitutionCount::getSubstitutionRegister(), bpp::AbstractSubstitutionCount::hasSubstitutionRegister(), bpp::UniformizationSubstitutionCount::initBMatrices_(), bpp::DecompositionSubstitutionCount::initBMatrices_(), bpp::AbstractSubstitutionCount::operator=(), bpp::UniformizationSubstitutionCount::resetBMatrices_(), bpp::DecompositionSubstitutionCount::resetBMatrices_(), bpp::UniformizationSubstitutionCount::setSubstitutionModel(), bpp::DecompositionSubstitutionCount::setSubstitutionModel(), bpp::AbstractSubstitutionCount::setSubstitutionRegister(), bpp::UniformizationSubstitutionCount::substitutionRegisterHasChanged(), bpp::DecompositionSubstitutionCount::substitutionRegisterHasChanged(), bpp::UniformizationSubstitutionCount::weightsHaveChanged(), and bpp::DecompositionSubstitutionCount::weightsHaveChanged().