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

Method GenomeDensity

src/GenomeDensity.cpp:25–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23using namespace std ;
24
25GenomeDensity::GenomeDensity() {
26}
27GenomeDensity::GenomeDensity(std::string const& mateFileName ,std::string const& inputFormat, std::string const& matesOrientation, std::string const& chrLenFileName )
28{
29 //read fileWithChrLengths and iniciate genome density array gd_

Callers

nothing calls this directly

Calls 6

readFileWithGenomeInfoFunction · 0.85
splitFunction · 0.85
get_medianFunction · 0.85
get_iqrFunction · 0.85
compareMethod · 0.80
coveragePlusOneAtIMethod · 0.80

Tested by

no test coverage detected