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

Method setIsSmoothed

src/ChrCopyNumber.cpp:1060–1063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1058}
1059
1060void ChrCopyNumber::setIsSmoothed(bool value) {
1061 isSmoothed_ = value;
1062 smoothedProfile_.clear();
1063}
1064//void ChrCopyNumber::printLog2Ratio(std::ofstream const& file) {
1065// /*for (int i = 0; i<length_; i++) {
1066// file << ratio_[i] << "\n";

Calls

no outgoing calls

Tested by

no test coverage detected