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

Function seqIndexToBaseIndex

Common/Kmer.cpp:443–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443static unsigned seqIndexToBaseIndex(unsigned seqIndex)
444{
445 return seqIndex % 4;
446}
447
448/** Return true if this sequence is a palindrome. */
449bool Kmer::isPalindrome() const

Callers 5

isCanonicalMethod · 0.85
shiftAppendMethod · 0.85
shiftPrependMethod · 0.85
atMethod · 0.85
setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected