Click or drag to resize
SAMAlignedSequence Properties

The SAMAlignedSequence type exposes the following members.

Properties
  NameDescription
Public propertyBin
Gets bin depending on POS and CIGAR values.
Public propertyCIGAR
Extended CIGAR string.
Public propertyFlag
SAM flags. SAMFlags
Public propertyIsDummyRead
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.
Public propertyISize
Inferred insert size.
Public propertyMapQ
Mapping quality (phred-scaled posterior probability that the mapping position of this read is incorrect).
Public propertyMetadata
Metadata of this aligned sequence. SAMAlignedSequenceHeader is stored with the key "SAMAlignedSequenceHeader".
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 clipped sequence.
Public propertyQName
Query pair name if paired; or Query name if unpaired.
Public propertyQuerySequence
Gets or sets read/query/aligned sequence.
Public propertyRefEndPos
Gets one based alignment end position of reference sequence depending on CIGAR Value.
Public propertyRName
Reference sequence name.
Public propertySequences
Always returns QuerySequence in a list.
Top
See Also