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

Method ~ChrCopyNumber

src/ChrCopyNumber.cpp:1611–1620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1609
1610
1611ChrCopyNumber::~ChrCopyNumber(void)
1612{
1613 coordinates_.clear();
1614 readCount_.clear();
1615 smoothedProfile_.clear();
1616 fragmentNotNA_lengths_.clear(); //TODO all other vectors
1617 length_ = 0;
1618 copy_number_subc_.clear();
1619 population_subc_.clear();
1620}
1621
1622void ChrCopyNumber::createBAF(float value) {
1623 for (int i=0; i<length_; i++)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected