Click or drag to resize
DeltaAlignment Properties

The DeltaAlignment type exposes the following members.

Properties
  NameDescription
Public propertyDeltaReferencePosition
Gets or sets the value of delta reference position
Public propertyDeltas
Gets list of integers that pointing the insertion and deletion indices
Public propertyErrors
Gets or sets errors
Public propertyFirstSequenceEnd
Gets or sets the end index of first sequence
Public propertyFirstSequenceStart
Gets or sets the start index of first sequence
Public propertyId
Id for this Delta alignment. Note: As file position is used as ID in case of comparative assembly steps, this value may vary from step to step. For example: if 0 is the id for a delta alignment in 2nd step then the same delta alignment can have 500 as id in 3rd step. This change in id may happen due to the sorting of delta or ignoring some other delta alignments etc.
Public propertyIsReverseQueryDirection
Returns TRUE if this is a REVERSE query sequence direction
Public propertyNonAlphas
Gets or sets number of non alphabets encountered during alignment
Public propertyQueryDirection
Gets or sets the query sequence direction FORWARD or REVERSE When this is reverse, the second offsets will be reversed in output
Public propertyQuerySequence
Gets query sequence id
Public propertyReferenceSequence
Gets reference sequence
Public propertySecondSequenceEnd
Gets or sets the end index of second sequence
Public propertySecondSequenceStart
Gets or sets the start index of second sequence
Public propertySimilarityErrors
Gets or sets similarity errors
Top
See Also