Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ codeToBase
Function
codeToBase
Common/Sequence.cpp:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
char codeToBase(uint8_t code)
108
{
109
assert(code < 4);
110
return (opt::colourSpace ?
"0123"
:
"ACGT"
)[code];
111
}
112
113
char colourToNucleotideSpace(char anchor, char cs)
114
{
Callers
8
selectBase
Function · 0.85
writePileup
Function · 0.85
str
Method · 0.85
colourToNucleotideSpace
Function · 0.85
getLastBaseChar
Method · 0.85
getFirstBaseChar
Method · 0.85
call_consensus_base
Function · 0.85
SeqExt
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected