IMultipleSequenceAlignerAlignedSequences Property |
Gets aligned sequences with equal length by inserting gaps '-' at
appropriate positions so that the alignment score is optimized.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax IList<ISequence> AlignedSequences { get; }
ReadOnly Property AlignedSequences As IList(Of ISequence)
Get
property IList<ISequence^>^ AlignedSequences {
IList<ISequence^>^ get ();
}
abstract AlignedSequences : IList<ISequence> with get
Property Value
Type:
IListISequenceSee Also