SmithWaterman {SMRUCC.genomics.Analysis.SequenceTools} | .NET clr documentation |
Smith-Waterman local alignment algorithm.
Design Note: this class implements AminoAcids interface: a simple fix customized to amino acids, since that is all we deal with in this class Supporting both DNA and Aminoacids, will require a more general design.
# namespace SMRUCC.genomics.Analysis.SequenceTools
export class SmithWaterman extends GSW`1 {
AlignmentScore: double;
MaxScore: double;
prevCells: Int32[][];
query: string;
score: Double[][];
subject: string;
symbol: GenericSymbol`1;
}
prevCells
: Int32[]score
: Double[]symbol
: GenericSymbol`1