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.SAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool IsDummyRead { get; }
Public ReadOnly Property IsDummyRead As Boolean
Get
public:
property bool IsDummyRead {
bool get ();
}
member IsDummyRead : bool with get
Property Value
Type:
BooleanSee Also