Click or drag to resize
SequenceAlignmentMapAlignedSequences Property
Gets list of aligned sequences present in this alignment.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IList<IAlignedSequence> AlignedSequences { get; }

Property Value

Type: IListIAlignedSequence

Implements

ISequenceAlignmentAlignedSequences
See Also