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