MCPcopy Create free account
hub / github.com/BirolLab/abyss / isUnmapped

Method isUnmapped

Common/SAM.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84 bool isPaired() const { return flag & FPAIRED; }
85 bool isUnmapped() const { return flag & FUNMAP; }
86 bool isMateUnmapped() const { return flag & FMUNMAP; }
87 bool isReverse() const { return flag & FREVERSE; }
88 bool isMateReverse() const { return flag & FMREVERSE; }

Callers 6

readAlignmentsFunction · 0.80
findFunction · 0.80
fixMateMethod · 0.80
readPairsFunction · 0.80
readAlignmentFunction · 0.80
handlePairFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected