| 1405 | } |
| 1406 | |
| 1407 | void ChrCopyNumber::createMappabilityProfile() { |
| 1408 | for (int i=0; i<length_; i++) |
| 1409 | mappabilityProfile_.push_back(0); |
| 1410 | } |
| 1411 | |
| 1412 | void ChrCopyNumber::checkOrCreateNotNprofileWithZeros() { |
| 1413 | int sizeOfNonN = notNprofile_.size(); |
no outgoing calls
no test coverage detected