Click or drag to resize
IPairwiseSequenceAlignmentPairwiseAlignedSequences Property
Gets list of the (output) aligned sequences with score, offset and consensus.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
IList<PairwiseAlignedSequence> PairwiseAlignedSequences { get; }

Property Value

Type: IListPairwiseAlignedSequence
See Also