Contain all pertinent information from overlapping SAM records that START an insertion at this point. More...
#include <PileupReader.h>
Public Member Functions | |
bool | set (SamRecord &r) |
bool | getQualities (std::string &phredQualities) |
STL single copy access: | |
bool | getBases (std::string &bases) |
int | getQualities (char *phredQualities, int maxLength) |
zero copy access: | |
int | getBases (char *bases, int maxLength) |
uint8_t | getMapQuality () |
uint16_t | getSAMFlag () |
SamRecord & | getSamRecord () |
Contain all pertinent information from overlapping SAM records that START an insertion at this point.
Definition at line 109 of file PileupReader.h.