ISequenceAlignmentAlignedSequences Property |
Gets list of the IAlignedSequences which contains aligned sequences with score, offset and consensus .
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax IList<IAlignedSequence> AlignedSequences { get; }
ReadOnly Property AlignedSequences As IList(Of IAlignedSequence)
Get
property IList<IAlignedSequence^>^ AlignedSequences {
IList<IAlignedSequence^>^ get ();
}
abstract AlignedSequences : IList<IAlignedSequence> with get
Property Value
Type:
IListIAlignedSequenceSee Also