MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / setBinAt

Method setBinAt

src/SNPatChr.cpp:79–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void SNPatChr::setBinAt(int index,int bin) {
80 SNPpositionArray_[index].setBin(bin);
81}
82int SNPatChr::getBinAt(int index) {
83 return SNPpositionArray_[index].getBin();
84}

Callers 1

addBAFinfoMethod · 0.45

Calls 1

setBinMethod · 0.80

Tested by

no test coverage detected