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

Method isMedianCalculated

src/ChrCopyNumber.cpp:1053–1055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1051 return ratio_;
1052}
1053bool ChrCopyNumber::isMedianCalculated() {
1054 return isMedianCalculated_;
1055}
1056bool ChrCopyNumber::isSmoothed(){
1057 return isSmoothed_;
1058}

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected