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

Method pushSmoothedProfile

src/ChrCopyNumber.cpp:1588–1590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1586
1587
1588void ChrCopyNumber::pushSmoothedProfile(float value) {
1589 smoothedProfile_.push_back(value);
1590}
1591
1592int ChrCopyNumber::getEndsSize() {
1593 return ends_.size();

Calls

no outgoing calls

Tested by

no test coverage detected