eXpress “1.5”
|
The Indel struct stores the information for a single insertion or deletion. More...
#include <fragments.h>
Public Member Functions | |
Indel (size_t p, size_t l) | |
Indel constructor. | |
Public Attributes | |
size_t | pos |
A public size_t for the position of the Indel in the read. | |
size_t | len |
A public size_t for the length of the Indel in the read. |
The Indel struct stores the information for a single insertion or deletion.
Definition at line 42 of file fragments.h.
size_t Indel::pos |
A public size_t for the position of the Indel in the read.
0-based.
Definition at line 46 of file fragments.h.