This class computes pairwise sequence alignments either globally (Needleman-Wunsch) or locally (Smith-Waterman).
| * read-only access | |
| -(NSString*)description |
|
| -(MTChain*)chain1 |
|
| -(MTChain*)chain2 |
|
| -(NSString*)getSequence1 |
|
| -(NSString*)getSequence2 |
|
| -(NSArray*)alignmentPositions |
|
| -(MTSelection*)getSelection1 |
|
| -(MTSelection*)getSelection2 |
|
| -(int)gop |
|
| -(int)gep |
|
| * operations | |
| -(void)setSubstitutionMatrix: (Class)msubst |
|
| -(void)setGop: (int)p_gop |
|
| -(void)setGep: (int)p_gep |
|
| -(void)computeGlobalAlignment |
|
| -(void)computeLocalAlignment |
|
| * analyze | |
| -(int)countPairs |
|
| -(int)countUngappedPairs |
|
| -(int)countIdenticalPairs |
|
| * input/output | |
| -(void)writeFastaToStream: (MTStream*)stream |
|
| * creation | |
| +(MTPairwiseSequenceAlignment*)alignmentBetweenChain: (MTChain*)chain1 andChain:(MTChain*)chain2 |
|
moltalk@moltalk.org version of this document: V3.0