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

Method getEstimatedBAFuncertaintyAtI

src/ChrCopyNumber.cpp:1571–1575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1569}
1570
1571float ChrCopyNumber::getEstimatedBAFuncertaintyAtI(int i) {
1572 if (i>0 &&i<int(estimatedBAFuncertainty_.size()))
1573 return estimatedBAFuncertainty_[i];
1574 return NA;
1575}
1576
1577
1578

Callers 2

printRatioMethod · 0.80
printBAFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected