Click or drag to resize
IMultipleSequenceAlignerAlignedSequences Property
Gets aligned sequences with equal length by inserting gaps '-' at appropriate positions so that the alignment score is optimized.

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

Property Value

Type: IListISequence
See Also