#include <NucleotideSubstitutionModel.h>
Public Member Functions | |
NucleotideSubstitutionModel (double piA, double piC, double piG, double piT, double rAC, double rAG, double rAT, double rCG, double rCT, double rGT, double errorRate) | |
Construct a stationary substitution model based on:. | |
NucleotideSubstitutionModel (double rAC, double rAG, double rAT, double rCA, double rCG, double rCT, double rGA, double rGC, double rGT, double rTA, double rTC, double rTG, double piA, double piC, double piG, double piT, double errorRate) | |
Construct a (non-stationary) substitution model based on:. | |
double | getMu (Nucleotide fromNT, Nucleotide toNT) const |
Retrieve average rate of copying a nucleotide into a particular other nucleotide. | |
void | print (std::ostream &s) const |
In particular, it models the nucleotide-dependent error rate behaviour of the enzyme.
|
Construct a stationary substitution model based on:.
|
|
Construct a (non-stationary) substitution model based on:.
|
|
Retrieve average rate of copying a nucleotide into a particular other nucleotide.
|
|
|