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