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

Method setNormalContamination

src/GenomeCopyNumber.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void GenomeCopyNumber::setNormalContamination(float normalContamination) {
87 normalContamination_=normalContamination;
88 vector<ChrCopyNumber>::iterator it;
89 for ( it=chrCopyNumber_.begin() ; it != chrCopyNumber_.end(); it++ )
90 it->setNormalContamination(normalContamination);
91}
92
93bool GenomeCopyNumber::ifHasBAF() {
94 return hasBAF_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected