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

Method getSmoothedProfileAtI

src/ChrCopyNumber.cpp:1579–1581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1577
1578
1579float ChrCopyNumber::getSmoothedProfileAtI(int i) {
1580 return smoothedProfile_[i];
1581}
1582
1583float ChrCopyNumber::getSmoothedForInterval(int start , int end) {
1584 return get_median (smoothedProfile_,start,end);

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected