| 4312 | } |
| 4313 | |
| 4314 | void GenomeCopyNumber::setWESanalysis(bool WESgiven) |
| 4315 | { |
| 4316 | WESanalysis = WESgiven; |
| 4317 | } |
| 4318 | |
| 4319 | void GenomeCopyNumber::setIfLogged(bool isRatioLogged) { |
| 4320 | isRatioLogged_=isRatioLogged; |
nothing calls this directly
no outgoing calls
no test coverage detected