| 1569 | } |
| 1570 | |
| 1571 | float ChrCopyNumber::getEstimatedBAFuncertaintyAtI(int i) { |
| 1572 | if (i>0 &&i<int(estimatedBAFuncertainty_.size())) |
| 1573 | return estimatedBAFuncertainty_[i]; |
| 1574 | return NA; |
| 1575 | } |
| 1576 | |
| 1577 | |
| 1578 |
no outgoing calls
no test coverage detected