| 1565 | } |
| 1566 | |
| 1567 | std::string ChrCopyNumber::getBAFsymbolAt (int i) { |
| 1568 | return medianBAFSymbol_[i]; |
| 1569 | } |
| 1570 | |
| 1571 | float ChrCopyNumber::getEstimatedBAFuncertaintyAtI(int i) { |
| 1572 | if (i>0 &&i<int(estimatedBAFuncertainty_.size())) |
no outgoing calls
no test coverage detected