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

Method addToReadCount

src/ChrCopyNumber.cpp:349–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void ChrCopyNumber::addToReadCount(float f) {
350 readCount_.push_back(f);
351}
352void ChrCopyNumber::addToCoordinates(int i) {
353 coordinates_.push_back(i);
354}

Callers 1

readCopyNumberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected