MCPcopy Create free account
hub / github.com/BirolLab/abyss / getContigBaseCoverage

Function getContigBaseCoverage

RResolver/Contigs.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84double
85getContigBaseCoverage(const ContigNode& node)
86{
87 return double(getContigNumOfKmers(node)) * opt::k /
88 double(getContigSequence(node).size() - opt::k + 1);
89}
90
91void
92loadContigGraph(const std::string& contigGraphPath)

Callers 1

Calls 2

getContigNumOfKmersFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected