Click or drag to resize
SAMAlignedSequenceIsDummyRead Property
Is this read a special dummy read? These read types are a special type in later BAM file formats that are designed to hold annotation data. They are identified as having SEQ set to *, FLAG bits 0x100 and 0x200 set (secondary and filtered), and a CT tag.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool IsDummyRead { get; }

Property Value

Type: Boolean
See Also