MCPcopy 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
63void SNPatChr::setStatusAt(int index,float value) {
64 SNPpositionArray_[index].setStatus(value);
65}
66
67float SNPatChr::getValueAt(int index) {
68 return SNPpositionArray_[index].getValue();

Callers 1

addInfoFromAPileUpMethod · 0.80

Calls 1

setStatusMethod · 0.80

Tested by

no test coverage detected