| 3385 | } |
| 3386 | |
| 3387 | void GenomeCopyNumber::fillCGprofile(std::string const& chrFolder) { |
| 3388 | //reading the file with genome information |
| 3389 | vector<ChrCopyNumber>::iterator it; |
| 3390 | for ( it=chrCopyNumber_.begin() ; it != chrCopyNumber_.end(); it++ ) { |
| 3391 | it->fillCGprofile(chrFolder); |
| 3392 | } |
| 3393 | } |
| 3394 | |
| 3395 | float GenomeCopyNumber::evaluateContamination () { |
| 3396 | float contam = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected