Click or drag to resize
SAMAlignedSequenceHeader Properties

The SAMAlignedSequenceHeader type exposes the following members.

Properties
  NameDescription
Public propertyBin
Gets the Bin depending on the POS and CIGAR.
Public propertyCIGAR
Extended CIGAR string.
Public propertyFlag
SAM flags. SAMFlags
Public propertyISize
Inferred insert size.
Public propertyMapQ
Mapping quality (phred-scaled posterior probability that the mapping position of this read is incorrect).
Public propertyMPos
One-based leftmost mate position of the clipped sequence.
Public propertyMRNM
Mate reference sequence name.
Public propertyOptionalFields
Optional fields.
Public propertyPos
One-based leftmost position/coordinate of the aligned sequence.
Public propertyQName
Query pair name if paired; or Query name if unpaired.
Public propertyRefEndPos
Gets one based alignment end position of reference sequence depending on CIGAR Value.
Public propertyRName
Reference sequence name.
Top
See Also