| 1058 | } |
| 1059 | |
| 1060 | void ChrCopyNumber::setIsSmoothed(bool value) { |
| 1061 | isSmoothed_ = value; |
| 1062 | smoothedProfile_.clear(); |
| 1063 | } |
| 1064 | //void ChrCopyNumber::printLog2Ratio(std::ofstream const& file) { |
| 1065 | // /*for (int i = 0; i<length_; i++) { |
| 1066 | // file << ratio_[i] << "\n"; |
no outgoing calls
no test coverage detected