| 1101 | } |
| 1102 | |
| 1103 | std::vector <float> ChrCopyNumber::getSDs () { |
| 1104 | return sd_; |
| 1105 | } |
| 1106 | std::vector <int> ChrCopyNumber::getFragmentLengths_notNA () { |
| 1107 | return fragmentNotNA_lengths_; |
| 1108 | } |
nothing calls this directly
no outgoing calls
no test coverage detected