| 1104 | return sd_; |
| 1105 | } |
| 1106 | std::vector <int> ChrCopyNumber::getFragmentLengths_notNA () { |
| 1107 | return fragmentNotNA_lengths_; |
| 1108 | } |
| 1109 | |
| 1110 | std::vector <int> ChrCopyNumber::getFragmentLengths () { |
| 1111 | return fragment_lengths_; |
nothing calls this directly
no outgoing calls
no test coverage detected