Click or drag to resize
SequenceAlignmentSequences Property
Gets list of source sequences involved in the alignment.

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

Property Value

Type: IListISequence

Implements

ISequenceAlignmentSequences
See Also