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

Method setPloidy

src/GenomeCopyNumber.cpp:946–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944}
945
946void GenomeCopyNumber::setPloidy(int ploidy) {
947 ploidy_ = ploidy;
948 vector<ChrCopyNumber>::iterator it;
949 for ( it=chrCopyNumber_.begin() ; it != chrCopyNumber_.end(); it++ )
950 it->setPloidy(ploidy);
951
952}
953
954
955double GenomeCopyNumber::calculateMedianRatioAround (float interval, float around) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected