Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void ChrDensity::coveragePlusOneAtI(int i) {
56
if (i>=0 && i<length_)
57
coverage_[i]++;
58
}
59
60
void ChrDensity::coveragePlusOneAtI(int start, int end) {
61
if (start>=0 && end < length_)
Callers
1
GenomeDensity
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected