NSObject
|
+---MTPairwiseStrxAlignment
+(MTPairwiseStrxAlignment*)alignmentBetweenChain:(MTChain*)p_chain1 andChain:(MTChain*)p_chain2
creation
readonly access
-(int)countPairsMaxDistance:(double)dist
-(void)deriveStructuralAlignment
given a superpositions of the class MTChain, derive the structural alignment using dynamic programming
-(void)fromStreamAsTCoffee:(MTStream*)stream
input a pairwise sequence alignment from a stream and interpret as a T-Coffee library.
the library indicates the selection of residues pairs which will be included in the calculation of the transformation
-(MTMatrix53*)getTransformation
-(void)globalSequenceInducedStructuralAlignment
compute the global (Needleman-Wunsch) alignment between the two class MTChain, derive the structural alignment based on the pairwise assignment
-(void)localSequenceInducedStructuralAlignment
compute the local (Smith-Waterman) alignment between the two class MTChain, derive the structural alignment based on the pairwise assignment
operations
-(void)toStreamAsTCoffee:(MTStream*)stream name1:(NSString*)name1 name2:(NSString*)name2
output derived structural alignment from computed superposition as a T-Coffee library.