| 558 | |
| 559 | } |
| 560 | void GenomeCopyNumber::setAllNormal () { |
| 561 | vector<ChrCopyNumber>::iterator it; |
| 562 | |
| 563 | for ( it=chrCopyNumber_.begin() ; it != chrCopyNumber_.end(); it++ ) { |
| 564 | it->setAllNormal(); |
| 565 | } |
| 566 | } |
| 567 | |
| 568 | int GenomeCopyNumber::calculateRatioUsingCG (bool intercept, float minExpectedGC, float maxExpectedGC) { //returns 1 if the number of iteration is less than max; otherwise 0 |
| 569 |
nothing calls this directly
no outgoing calls
no test coverage detected