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

Method findIndex

src/GenomeCopyNumber.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420int GenomeCopyNumber::findIndex (std::string const& chr) {
421 if (chromosomesInd_.find(chr) == chromosomesInd_.end()) {return NA;}
422 return chromosomesInd_.find(chr)->second;
423}
424
425void GenomeCopyNumber::recalculateRatio (float contamination) {
426 if (contamination >= 1 || contamination <= 0) {

Callers 2

printBAFMethod · 0.45
addBAFinfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected