| 217 | } |
| 218 | |
| 219 | long GenomeCopyNumber::getTotalNumberOfPairs() { |
| 220 | return totalNumberOfPairs_; |
| 221 | } |
| 222 | |
| 223 | void GenomeCopyNumber::calculateBreakpoints(double breakPointThreshold, int breakPointType) { |
| 224 | cout << "..Calculating breakpoints, breakPointThreshold = " <<breakPointThreshold<<"\n"; |
nothing calls this directly
no outgoing calls
no test coverage detected