Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
1056
bool ChrCopyNumber::isSmoothed(){
1057
return isSmoothed_;
1058
}
1059
1060
void ChrCopyNumber::setIsSmoothed(bool value) {
1061
isSmoothed_ = value;
Callers
5
getSegmentsInfo
Method · 0.80
calculateRSS
Method · 0.80
printRatioBedGraph
Method · 0.80
printRatio
Method · 0.80
evaluateContamination
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected