Click or drag to resize
SequenceAlignmentMapQuerySequences Property
Gets the query 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<SAMAlignedSequence> QuerySequences { get; }

Property Value

Type: IListSAMAlignedSequence
See Also