Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ getTotalNumberOfPairs
Method
getTotalNumberOfPairs
src/GenomeDensity.cpp:145–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
int GenomeDensity::getTotalNumberOfPairs() {
146
return totalNumberOfPairs_;
147
}
148
149
void GenomeDensity::smooth() {
150
//double bindwidth = sigma_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected