Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
382
void ChrCopyNumber::setCN_subcLength(int len)
383
{
384
copy_number_subc_.clear();
385
copy_number_subc_ = vector<int>(len,0);
386
}
387
void ChrCopyNumber::setpop_subcLength(int len)
388
{
389
population_subc_.clear();
Callers
1
readCopyNumber
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected