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

Method getEstimatedBAFuncertaintyAtBin

src/ChrCopyNumber.cpp:1091–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091float ChrCopyNumber::getEstimatedBAFuncertaintyAtBin(int i) {
1092 return estBAFuncertaintyPerFrag_[i];
1093}
1094
1095std::string ChrCopyNumber::getBAFsymbPerFrg (int i) {
1096 return BAFsymbPerFrag_[i];

Calls

no outgoing calls

Tested by

no test coverage detected