#include <SubstitutionMatrix.h>
Public Member Functions | |
| PairwiseScoringScheme & | operator= (const PairwiseScoringScheme &pss) |
| PairwiseScoringScheme () | |
| PairwiseScoringScheme (const score_t matrix[4][4], score_t gap_open, score_t gap_extend) | |
| void | setMatrix (const score_t matrix[4][4]) |
Public Attributes | |
| score_t | gap_extend |
| gap extend penalty | |
| score_t | gap_open |
| gap open penalty | |
| score_t | matrix [4][4] |
| 4x4 nucleotide substitution matrix | |
|
||||||||||||||||
|
Definition at line 44 of file SubstitutionMatrix.h. References gap_extend, gap_open, mems::score_t, and setMatrix(). |
|
|
Definition at line 51 of file SubstitutionMatrix.h. References mems::default_gap_extend, mems::default_gap_open, and mems::hoxd_matrix. |
|
|
Definition at line 52 of file SubstitutionMatrix.h. References gap_extend, gap_open, matrix, and setMatrix(). |
|
|
Definition at line 59 of file SubstitutionMatrix.h. References mems::score_t. Referenced by operator=(), and PairwiseScoringScheme(). |
|
|
gap extend penalty
Definition at line 42 of file SubstitutionMatrix.h. Referenced by mems::computeGapScores(), and operator=(). |
|
|
gap open penalty
Definition at line 41 of file SubstitutionMatrix.h. Referenced by mems::computeGapScores(), and operator=(). |
|
|
4x4 nucleotide substitution matrix
Definition at line 40 of file SubstitutionMatrix.h. Referenced by mems::computeMatchScores(), and operator=(). |
1.3.6