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

Method removeLowReadCountWindowsFromControl

src/GenomeCopyNumber.cpp:1121–1127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1119}
1120
1121void GenomeCopyNumber::removeLowReadCountWindowsFromControl(int RCThresh) {
1122 cout << "..will process the control file as well: removing all windows with read count in the control less than "<<RCThresh<<"\n";
1123 vector<ChrCopyNumber>::iterator it;
1124 for ( it=chrCopyNumber_.begin() ; it != chrCopyNumber_.end(); it++ ) {
1125 it->removeLowReadCountWindows(RCThresh);
1126 }
1127}
1128
1129int GenomeCopyNumber::getNumberOfChromosomes() {
1130 return chrCopyNumber_.size();

Callers 1

mainFunction · 0.80

Calls 1

Tested by

no test coverage detected