Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ ifHasRatio
Method
ifHasRatio
src/ChrCopyNumber.cpp:643–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
//}
642
643
bool ChrCopyNumber::ifHasRatio() {
644
if (ratio_.size()>0) return 1;
645
return 0;
646
}
647
648
void ChrCopyNumber::recalculateRatio (float constant) {
649
for (int i = 0; i<length_; i++)
Callers
1
perform
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected