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

Method setCN_subcLength

src/ChrCopyNumber.cpp:382–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382void ChrCopyNumber::setCN_subcLength(int len)
383{
384 copy_number_subc_.clear();
385 copy_number_subc_ = vector<int>(len,0);
386}
387void ChrCopyNumber::setpop_subcLength(int len)
388{
389 population_subc_.clear();

Callers 1

readCopyNumberMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected