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

Method setAllNormal

src/GenomeCopyNumber.cpp:560–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558
559}
560void GenomeCopyNumber::setAllNormal () {
561 vector<ChrCopyNumber>::iterator it;
562
563 for ( it=chrCopyNumber_.begin() ; it != chrCopyNumber_.end(); it++ ) {
564 it->setAllNormal();
565 }
566}
567
568int GenomeCopyNumber::calculateRatioUsingCG (bool intercept, float minExpectedGC, float maxExpectedGC) { //returns 1 if the number of iteration is less than max; otherwise 0
569

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected