Click or drag to resize
IPairwiseSequenceAlignment Properties

The IPairwiseSequenceAlignment type exposes the following members.

Properties
  NameDescription
Public propertyAlignedSequences
Gets list of the IAlignedSequences which contains aligned sequences with score, offset and consensus .
(Inherited from ISequenceAlignment.)
Public propertyCount (Inherited from ICollectionPairwiseAlignedSequence.)
Public propertyDocumentation
Gets or sets Documentation object is intended for tracking the history, provenance, and experimental context of a sequence. The user can adopt any desired convention for use of this object.
(Inherited from ISequenceAlignment.)
Public propertyFirstSequence
Gets accessor for the first sequence.
Public propertyIsReadOnly (Inherited from ICollectionPairwiseAlignedSequence.)
Public propertyMetadata
Gets any additional information about the Alignment.
(Inherited from ISequenceAlignment.)
Public propertyPairwiseAlignedSequences
Gets list of the (output) aligned sequences with score, offset and consensus.
Public propertySecondSequence
Gets accessor for the second sequence.
Public propertySequences
Gets list of sequences.
(Inherited from ISequenceAlignment.)
Top
See Also