Click or drag to resize
PairwiseAlignedSequence Properties

The PairwiseAlignedSequence type exposes the following members.

Properties
  NameDescription
Public propertyConsensus
Gets or sets Consensus of FirstSequence and SecondSequence.
Public propertyFirstOffset
Gets or sets Offset of FirstSequence.
Public propertyFirstSequence
Gets or sets Alignment of First Sequence.
Public propertyMetadata
Gets information about the AlignedSequence, like score, offsets, consensus, etc..
(Inherited from AlignedSequence.)
Public propertyScore
Gets or sets Score of the alignment.
Public propertySecondOffset
Gets or sets Offset of SecondSequence.
Public propertySecondSequence
Gets or sets Alignment of Second Sequence.
Public propertySequences
Gets list of sequences involved in the alignment.
(Inherited from AlignedSequence.)
Top
See Also