Click or drag to resize
ISequenceAlignmentAlignedSequences Property
Gets list of the IAlignedSequences which contains 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<IAlignedSequence> AlignedSequences { get; }

Property Value

Type: IListIAlignedSequence
See Also