Both MTPairwiseSequenceAlignment (3.11) and MTPairwiseStrxAlignment (3.10) keep a list of aligned positions (instances of class MTAlPos) internally. To analyse the alignments one may access these objects directly.
| * access | |
| -(NSString*)description |
|
| -(BOOL)isGapped |
|
| -(double)distance |
|
| -(MTResidue*)res1 |
|
| -(MTResidue*)res2 |
|