Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ getSmoothedForInterval
Method
getSmoothedForInterval
src/ChrCopyNumber.cpp:1583–1585 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1581
}
1582
1583
float ChrCopyNumber::getSmoothedForInterval(int start , int end) {
1584
return get_median (smoothedProfile_,start,end);
1585
}
1586
1587
1588
void ChrCopyNumber::pushSmoothedProfile(float value) {
Callers
1
getSegmentsInfo
Method · 0.80
Calls
1
get_median
Function · 0.85
Tested by
no test coverage detected