MCPcopy 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
59void SNPatChr::setValueAt(int index,float value) {
60 SNPpositionArray_[index].setFrequency(value);
61}
62
63void SNPatChr::setStatusAt(int index,float value) {
64 SNPpositionArray_[index].setStatus(value);

Callers 2

processPileUPLineMethod · 0.45
addInfoFromAPileUpMethod · 0.45

Calls 1

setFrequencyMethod · 0.80

Tested by

no test coverage detected