Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
1053
bool ChrCopyNumber::isMedianCalculated() {
1054
return isMedianCalculated_;
1055
}
1056
bool ChrCopyNumber::isSmoothed(){
1057
return isSmoothed_;
1058
}
Callers
5
calculateRSS
Method · 0.80
printRatioBedGraph
Method · 0.80
printRatio
Method · 0.80
evaluateContamination
Method · 0.80
evaluateContaminationwithLR
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected