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

Method ChrCopyNumber

src/ChrCopyNumber.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace std ;
25
26ChrCopyNumber::ChrCopyNumber(void)
27{
28 isMedianCalculated_ = false;
29 isSmoothed_ = false;
30 normalContamination_=0;
31}
32
33ChrCopyNumber::ChrCopyNumber(std::string const& chrName) {
34 chromosome_ = chrName;

Callers

nothing calls this directly

Calls 1

advance_toFunction · 0.85

Tested by

no test coverage detected