MCPcopy 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
145int GenomeDensity::getTotalNumberOfPairs() {
146 return totalNumberOfPairs_;
147}
148
149void GenomeDensity::smooth() {
150 //double bindwidth = sigma_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected