Click or drag to resize
PairedReadType Enumeration
Specifies the type of paired read.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public enum PairedReadType
Members
  Member nameValueDescription
Normal0 Normal - Reads are aligning to same reference sequence and insertion length is with in the limit.
Orphan1 Orphan - One read is not aligned to any reference sequence.
Chimera2 Chimera - Reads are not aligning to same reference sequence.
StructuralAnomaly3 StructuralAnomaly - Reads are not in proper orientation.
LengthAnomaly4 LengthAnomaly - Insertion length is either too short or too long.
MultipleHits5 MultipleHits - A mapped read pair is stored in more than two aligned sequences.
See Also