Definition at line 52 of file BamAux.h.
#include <BamAux.h>
|
enum | {
PAIRED = 1,
PROPER_PAIR = 2,
UNMAPPED = 4,
MATE_UNMAPPED = 8,
REVERSE = 16,
MATE_REVERSE = 32,
READ_1 = 64,
READ_2 = 128,
SECONDARY = 256,
QC_FAILED = 512,
DUPLICATE = 1024
} |
|
Enumerator |
---|
PAIRED |
|
PROPER_PAIR |
|
UNMAPPED |
|
MATE_UNMAPPED |
|
REVERSE |
|
MATE_REVERSE |
|
READ_1 |
|
READ_2 |
|
SECONDARY |
|
QC_FAILED |
|
DUPLICATE |
|
Definition at line 403 of file BamAux.h.
bool BamTools::BamAlignment::GetEditDistance |
( |
uint8_t & |
editDistance) | |
const |
|
inline |
bool BamTools::BamAlignment::GetReadGroup |
( |
std::string & |
readGroup) | |
const |
|
inline |
template<typename T >
bool BamTools::BamAlignment::GetTag |
( |
const char * |
tagName, |
|
|
T & |
tagVal |
|
) |
| const |
|
inline |
const char* BamTools::BamAlignment::GetTag |
( |
const char * |
tagName) | |
const |
|
inline |
bool BamTools::BamAlignment::IsDuplicate |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsFailedQC |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsFirstMate |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsMapped |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsMateMapped |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsMateReverseStrand |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsPaired |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsPrimaryAlignment |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsProperPair |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsReverseStrand |
( |
void |
) | |
const |
|
inline |
bool BamTools::BamAlignment::IsSecondMate |
( |
void |
) | |
const |
|
inline |
std::string BamTools::BamAlignment::AlignedBases |
uint32_t BamTools::BamAlignment::AlignmentFlag |
std::vector<CigarOp> BamTools::BamAlignment::CigarData |
std::vector<RefEdit> BamTools::BamAlignment::DeltaData |
int32_t BamTools::BamAlignment::InsertSize |
int32_t BamTools::BamAlignment::Length |
uint16_t BamTools::BamAlignment::MapQuality |
int32_t BamTools::BamAlignment::MatePosition |
int32_t BamTools::BamAlignment::MateRefID |
std::string BamTools::BamAlignment::Name |
int32_t BamTools::BamAlignment::Position |
std::string BamTools::BamAlignment::Qualities |
std::string BamTools::BamAlignment::QueryBases |
int32_t BamTools::BamAlignment::RefID |
std::string BamTools::BamAlignment::TagData |
The documentation for this struct was generated from the following file: