MCPcopy 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
643bool ChrCopyNumber::ifHasRatio() {
644 if (ratio_.size()>0) return 1;
645 return 0;
646}
647
648void ChrCopyNumber::recalculateRatio (float constant) {
649 for (int i = 0; i<length_; i++)

Callers 1

performMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected