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

Method isSmoothed

src/ChrCopyNumber.cpp:1056–1058  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054 return isMedianCalculated_;
1055}
1056bool ChrCopyNumber::isSmoothed(){
1057 return isSmoothed_;
1058}
1059
1060void ChrCopyNumber::setIsSmoothed(bool value) {
1061 isSmoothed_ = value;

Callers 5

getSegmentsInfoMethod · 0.80
calculateRSSMethod · 0.80
printRatioBedGraphMethod · 0.80
printRatioMethod · 0.80
evaluateContaminationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected