Click or drag to resize
PairwiseSequenceAlignmentAlignedSequences Property
Gets list of the (output) aligned sequences.

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

Property Value

Type: IListIAlignedSequence

Implements

ISequenceAlignmentAlignedSequences
See Also