|
bpp-phyl
2.2.0
|
#include "WordFrequenciesSet.h"#include "FrequenciesSet.h"#include "ProteinFrequenciesSet.h"#include <Bpp/Seq/Alphabet/CodonAlphabet.h>#include <Bpp/Seq/GeneticCode/GeneticCode.h>#include <Bpp/Numeric/Prob/Simplex.h>
Include dependency graph for CodonFrequenciesSet.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | bpp::CodonFrequenciesSet |
| Parametrize a set of state frequencies for codons. More... | |
| class | bpp::FullCodonFrequenciesSet |
| A generic FrequenciesSet for Full Codon alphabets. More... | |
| class | bpp::FixedCodonFrequenciesSet |
| FrequenciesSet useful for homogeneous and stationary models, codon implementation. More... | |
| class | bpp::FullPerAACodonFrequenciesSet |
| FrequenciesSet integrating ProteinFrequenciesSet inside CodonFrequenciesSet. In this case, FrequencieSet defined inside each amino acid is parametrized as a FullFrequenciesSet. Hence there are 61-20=41 parameters in addition of the parameters of the ProteinFrequenciesSet. More... | |
| class | bpp::CodonFromIndependentFrequenciesSet |
| the Frequencies in codons are the product of Independent Frequencies in letters with the frequencies of stop codons set to zero. More... | |
| class | bpp::CodonFromUniqueFrequenciesSet |
| the Frequencies in codons are the product of the frequencies for a unique FrequenciesSet in letters, with the frequencies of stop codons set to zero. More... | |
Namespaces | |
| bpp | |