class
HTS::Bam::Pileup::Alignment
- HTS::Bam::Pileup::Alignment
- Reference
- Object
Overview
Thin wrapper around a single bam_pileup1_t entry
Defined in:
hts/bam/pileup.crConstructors
Instance Method Summary
-
#del? : Bool
Bitfield helpers
- #head? : Bool
-
#indel : Int32
Indel length (0 no indel, >0 insertion, <0 deletion)
-
#query_pos : Int32
0-based query position
-
#record : Bam::Record
Lazily duplicates the underlying bam1_t to return a safe Record
- #refskip? : Bool
- #tail? : Bool