Victor
|
Calculate scores for sequence to sequence alignment. More...
Public Member Functions | |
ScoringS2S (SubMatrix *sub, AlignmentData *ad, Structure *str, double cSeq) | |
Default constructor. More... | |
ScoringS2S (const ScoringS2S &orig) | |
Copy constructor. More... | |
virtual | ~ScoringS2S () |
Destructor. | |
virtual bool | checkSequence (const string &s) const |
Check if s consists only of characters defined in sub.getResidues. More... | |
virtual void | copy (const ScoringS2S &orig) |
Copy orig object to this object ("deep copy"). More... | |
virtual void | copy (const ScoringScheme &orig) |
Copy orig object to this object ("deep copy"). More... | |
virtual ScoringS2S * | newCopy () |
Construct a new "deep copy" of this object. | |
ScoringS2S & | operator= (const ScoringS2S &orig) |
Assignment operator. | |
virtual void | reverse () |
Reverse template sequence. | |
virtual double | scoring (int i, int j) |
Calculate scores to create matrix values. More... | |
Data Fields | |
AlignmentData * | ad |
Pointer to AlignmentData. | |
Structure * | str |
Pointer to Structure. | |
SubMatrix * | sub |
Substitution matrix. | |
Calculate scores for sequence to sequence alignment.
ScoringS2S | ( | SubMatrix * | sub, |
AlignmentData * | ad, | ||
Structure * | str, | ||
double | cSeq | ||
) |
Default constructor.
sub | |
ad | |
str | |
cSeq |
ScoringS2S | ( | const ScoringS2S & | orig | ) |
Copy constructor.
orig |
|
virtualinherited |
Check if s consists only of characters defined in sub.getResidues.
s |
|
virtual |
Copy orig object to this object ("deep copy").
orig |
|
virtualinherited |
Copy orig object to this object ("deep copy").
orig |
|
virtual |