Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ getNucleotideAt
Method
getNucleotideAt
src/SNPatChr.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
char SNPatChr::getNucleotideAt(int index) {
56
return SNPpositionArray_[index].getNucleotide();
57
}
58
59
void SNPatChr::setValueAt(int index,float value) {
60
SNPpositionArray_[index].setFrequency(value);
Callers
1
processPileUPLine
Method · 0.80
Calls
1
getNucleotide
Method · 0.80
Tested by
no test coverage detected