Struct to describe an ambiguous region of reference, within a chromosome. More...
#include <CompactDnaSequence.hpp>
Public Member Functions | |
AmbiguousRegion (char code, uint32_t pos, uint32_t length) | |
Public Attributes | |
char | code_ |
The IUPAC code for the region. | |
uint32_t | offset_ |
The offset of the ambiguous region. | |
uint32_t | length_ |
The length in bases of the ambiguous region. |
Struct to describe an ambiguous region of reference, within a chromosome.