Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
443
static unsigned seqIndexToBaseIndex(unsigned seqIndex)
444
{
445
return seqIndex % 4;
446
}
447
448
/** Return true if this sequence is a palindrome. */
449
bool Kmer::isPalindrome() const
Callers
5
isCanonical
Method · 0.85
shiftAppend
Method · 0.85
shiftPrepend
Method · 0.85
at
Method · 0.85
set
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected