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

Method setBinAt

src/SNPinGenome.cpp:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void SNPinGenome::setBinAt(int indexSNP,int index,int bin) {
199 (*SNP_atChr_)[indexSNP].setBinAt(index, bin);
200}
201
202void SNPinGenome::setWESanalysis(bool WESanalysis) {
203 WESanalysis_=WESanalysis;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected