| 196 | } |
| 197 | |
| 198 | void SNPinGenome::setBinAt(int indexSNP,int index,int bin) { |
| 199 | (*SNP_atChr_)[indexSNP].setBinAt(index, bin); |
| 200 | } |
| 201 | |
| 202 | void SNPinGenome::setWESanalysis(bool WESanalysis) { |
| 203 | WESanalysis_=WESanalysis; |
nothing calls this directly
no outgoing calls
no test coverage detected