MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / getSDs

Method getSDs

src/ChrCopyNumber.cpp:1103–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1101}
1102
1103std::vector <float> ChrCopyNumber::getSDs () {
1104 return sd_;
1105}
1106std::vector <int> ChrCopyNumber::getFragmentLengths_notNA () {
1107 return fragmentNotNA_lengths_;
1108}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected