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

Method ChrDensity

src/ChrDensity.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace std ;
25
26ChrDensity::ChrDensity(int length)
27{
28 length_ = length;
29 coverage_ = vector <int>(length,0);
30
31 //coverage_.resize(length);
32}
33
34int ChrDensity::getLength() {
35 return this->length_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected