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

Method getBAFsymbolAt

src/ChrCopyNumber.cpp:1567–1569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1565}
1566
1567std::string ChrCopyNumber::getBAFsymbolAt (int i) {
1568 return medianBAFSymbol_[i];
1569}
1570
1571float ChrCopyNumber::getEstimatedBAFuncertaintyAtI(int i) {
1572 if (i>0 &&i<int(estimatedBAFuncertainty_.size()))

Callers 2

printRatioBedGraphMethod · 0.80
printRatioMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected