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

Method getMedianProfileAtI

src/ChrCopyNumber.cpp:1032–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030}
1031
1032float ChrCopyNumber::getMedianProfileAtI (int i) {
1033 return medianProfile_[i];
1034}
1035float ChrCopyNumber::getMedianValuesAt (int i) {
1036 return medianValues_[i];
1037}

Callers 8

calculateRSSMethod · 0.80
printRatioBedGraphMethod · 0.80
printRatioMethod · 0.80
calculateSDAndMedMethod · 0.80
calculateSDsMethod · 0.80
evaluateContaminationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected