Click or drag to resize
SequenceAlignmentMapSequences Property
Gets list of source sequences present in this alignment. Note that this method always returns an empty list.

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

Property Value

Type: IListISequence

Implements

ISequenceAlignmentSequences
See Also