Click or drag to resize
PairwiseSequenceAligner Fields

The PairwiseSequenceAligner type exposes the following members.

Fields
  NameDescription
Protected field_gap
The gap character being used for the shared alphabet between the reference and query sequence.
Protected field_sequence1
Original sequence
Protected field_sequence2
Original sequence #2
Protected fieldCols
Columns in ScoreTable
Protected fieldh_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
Protected fieldQuerySequence
The query sequence being aligned (sequence #2)
Protected fieldReferenceSequence
The reference sequence being aligned (sequence #1)
Protected fieldRows
Rows in ScoreTable
Protected fieldScoreTable
Generated score table - this is filled in with the scoring matrix when debugging
Protected fieldTraceback
Traceback table built during the matrix creation step
Protected fieldusingAffineGapModel
A variable to keep track of whether the traceback table was constructed with an affine gap model.
Protected fieldv_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.
Top
See Also