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

Method coveragePlusOneAtI

src/ChrDensity.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void ChrDensity::coveragePlusOneAtI(int i) {
56 if (i>=0 && i<length_)
57 coverage_[i]++;
58}
59
60void ChrDensity::coveragePlusOneAtI(int start, int end) {
61 if (start>=0 && end < length_)

Callers 1

GenomeDensityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected