PairwiseSequenceAligner Fields |
The PairwiseSequenceAligner type exposes the following members.
Name | Description | |
---|---|---|
_gap |
The gap character being used for the shared alphabet between the reference and query sequence.
| |
_sequence1 |
Original sequence
| |
_sequence2 |
Original sequence #2
| |
Cols |
Columns in ScoreTable
| |
h_Gap_Length |
This array keeps track of the length of gaps up to a point along the horizontal axis.
Only used with the affine gap model
| |
QuerySequence |
The query sequence being aligned (sequence #2)
| |
ReferenceSequence |
The reference sequence being aligned (sequence #1)
| |
Rows |
Rows in ScoreTable
| |
ScoreTable |
Generated score table - this is filled in with the scoring matrix when debugging
| |
Traceback |
Traceback table built during the matrix creation step
| |
usingAffineGapModel |
A variable to keep track of whether the traceback table was constructed with an affine gap model.
| |
v_Gap_Length |
This array keeps track of the length of gaps up to a point along the vertical axis.
nly used with the affine gap model.
|