| 1577 | |
| 1578 | |
| 1579 | float ChrCopyNumber::getSmoothedProfileAtI(int i) { |
| 1580 | return smoothedProfile_[i]; |
| 1581 | } |
| 1582 | |
| 1583 | float ChrCopyNumber::getSmoothedForInterval(int start , int end) { |
| 1584 | return get_median (smoothedProfile_,start,end); |
no outgoing calls
no test coverage detected