Augustus 3.4.0
|
class representing a similarity matrix, for the SimilarityScore algorithm More...
#include <pp_simscore.hh>
Public Member Functions | |
Row & | operator[] (int n) |
void | addRow (int l, int p) |
int | length () |
bool | empty () |
class representing a similarity matrix, for the SimilarityScore algorithm
Example of the structur of a similarity matrix:
| protein sequence | – XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ┬ ----XXXXXXXXX--------------------- │ -----XXXXXXXXX-------------------- protein- ┴ ------XXXXXXXXX------------------- profile – ┬ ------------XXXXXXXXXXXXXXX------- │ -------------XXXXXXXXXXXXXXX------ │ --------------XXXXXXXXXXXXXXX----- ┴ ---------------XXXXXXXXXXXXXXX---- – ---------------------------------X
Contains a vector of Row, each row can be accessed by [ ]. A new row can be added with the method addRow.