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

Method fillCGprofile

src/GenomeCopyNumber.cpp:3387–3393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3385}
3386
3387void 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
3395float GenomeCopyNumber::evaluateContamination () {
3396 float contam = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected