| 332 | } |
| 333 | |
| 334 | void ChrCopyNumber::setNotNprofileAt(int i, float value) { |
| 335 | if (i<int(notNprofile_.size())) |
| 336 | notNprofile_[i] = value; |
| 337 | else |
| 338 | cout <<"out of boundaries!!\n"; |
| 339 | } |
| 340 | |
| 341 | void ChrCopyNumber::setMappabilityProfileAt(int i, float value) { |
| 342 | mappabilityProfile_[i] = value; |