| 363 | } |
| 364 | |
| 365 | void ChrCopyNumber::setPloidy(int ploidy) { |
| 366 | ploidy_=ploidy; |
| 367 | } |
| 368 | |
| 369 | void ChrCopyNumber::setNormalContamination(float normalContamination) { |
| 370 | normalContamination_=normalContamination; |
no outgoing calls
no test coverage detected