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

Method finishCopyNumber

src/GenomeCopyNumber.cpp:213–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void GenomeCopyNumber::finishCopyNumber(long normalCount) {
214 totalNumberOfPairs_ = normalCount;
215 normalNumberOfPairs_ = normalCount;
216 cout << normalNumberOfPairs_<< " reads used to compute copy number profile\n";
217}
218
219long GenomeCopyNumber::getTotalNumberOfPairs() {
220 return totalNumberOfPairs_;

Callers 1

readPileUPMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected