MCPcopy 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
1583float ChrCopyNumber::getSmoothedForInterval(int start , int end) {
1584 return get_median (smoothedProfile_,start,end);
1585}
1586
1587
1588void ChrCopyNumber::pushSmoothedProfile(float value) {

Callers 1

getSegmentsInfoMethod · 0.80

Calls 1

get_medianFunction · 0.85

Tested by

no test coverage detected