hts_base_mod

! @typedef @abstract Holds a single base modification. @field modified_base The short base code (m, h, etc) or -ChEBI (negative) @field canonical_base The canonical base referred to in the MM tag. One of A, C, G, T or N. Note this may not be the explicit base recorded in the SEQ column (esp. if N). @field stran 0 or 1, indicating + or - strand from MM tag. @field qual Quality code (256*probability), or -1 if unknown

@discussion Note this doesn't hold any location data or information on which other modifications may be possible at this site.

extern (C) @system @nogc nothrow
struct hts_base_mod {}

Members

Variables

canonical_base
int canonical_base;
Undocumented in source.
modified_base
int modified_base;
Undocumented in source.
qual
int qual;
Undocumented in source.
strand
int strand;
Undocumented in source.

Meta