| 944 | } |
| 945 | |
| 946 | void GenomeCopyNumber::setPloidy(int ploidy) { |
| 947 | ploidy_ = ploidy; |
| 948 | vector<ChrCopyNumber>::iterator it; |
| 949 | for ( it=chrCopyNumber_.begin() ; it != chrCopyNumber_.end(); it++ ) |
| 950 | it->setPloidy(ploidy); |
| 951 | |
| 952 | } |
| 953 | |
| 954 | |
| 955 | double GenomeCopyNumber::calculateMedianRatioAround (float interval, float around) { |
nothing calls this directly
no outgoing calls
no test coverage detected