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

Method getRatioAtBin

src/ChrCopyNumber.cpp:1087–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1085}
1086
1087float ChrCopyNumber::getRatioAtBin(int i) {
1088 return ratio_[i];
1089}
1090
1091float ChrCopyNumber::getEstimatedBAFuncertaintyAtBin(int i) {
1092 return estBAFuncertaintyPerFrag_[i];

Callers 13

calculateRSSMethod · 0.80
fillInRatioMethod · 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