CIGARbaseInfo.resultProperties

Undocumented in source.

Members

Functions

cigar_after
auto cigar_after()

CIGAR operations after current one

cigar_before
auto cigar_before()

CIGAR operations before current one

cigar_operation
CigarOperation cigar_operation()

Current CIGAR operation

cigar_operation
CigarOperation cigar_operation()

Current CIGAR operation

cigar_operation_offset
uint cigar_operation_offset()

Offset in current CIGAR operation, starting from 0.

position
uint position()

Position of the corresponding base on the reference. If current CIGAR operation is not one of 'M', '=', 'X', returns the position of the previous mapped base.

Manifest constants

CigarExtraProperties
enum CigarExtraProperties;
Undocumented in source.

Meta