| 1089 | } |
| 1090 | |
| 1091 | float ChrCopyNumber::getEstimatedBAFuncertaintyAtBin(int i) { |
| 1092 | return estBAFuncertaintyPerFrag_[i]; |
| 1093 | } |
| 1094 | |
| 1095 | std::string ChrCopyNumber::getBAFsymbPerFrg (int i) { |
| 1096 | return BAFsymbPerFrag_[i]; |
no outgoing calls
no test coverage detected