|
| static final int | SIZE = 127 |
| |
| jaligner.matrix.Matrix.Matrix |
( |
String |
id, |
|
|
float |
scores[][] |
|
) |
| |
| String jaligner.matrix.Matrix.getId |
( |
| ) |
|
| float jaligner.matrix.Matrix.getScore |
( |
char |
a, |
|
|
char |
b |
|
) |
| |
| float [][] jaligner.matrix.Matrix.getScores |
( |
| ) |
|
- Returns
- Returns the scores.
| final int jaligner.matrix.Matrix.SIZE = 127 |
|
static |
The size of the scoring matrix. It is the number of the characters in the ASCII table. It is more than the 20 amino acids just to save the processing time of the mapping.
The documentation for this class was generated from the following file: