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

Method getTotalNumberOfPairs

src/GenomeCopyNumber.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219long GenomeCopyNumber::getTotalNumberOfPairs() {
220 return totalNumberOfPairs_;
221}
222
223void GenomeCopyNumber::calculateBreakpoints(double breakPointThreshold, int breakPointType) {
224 cout << "..Calculating breakpoints, breakPointThreshold = " <<breakPointThreshold<<"\n";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected