MCPcopy 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
107char codeToBase(uint8_t code)
108{
109 assert(code < 4);
110 return (opt::colourSpace ? "0123" : "ACGT")[code];
111}
112
113char colourToNucleotideSpace(char anchor, char cs)
114{

Callers 8

selectBaseFunction · 0.85
writePileupFunction · 0.85
strMethod · 0.85
colourToNucleotideSpaceFunction · 0.85
getLastBaseCharMethod · 0.85
getFirstBaseCharMethod · 0.85
call_consensus_baseFunction · 0.85
SeqExtClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected