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

Method printDensity

src/GenomeDensity.cpp:223–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void GenomeDensity::printDensity(std::string key,int i,int j) {
224 if (gd_.find(key)==gd_.end())
225 return ;
226
227 for (int k = i;k<j;k++)
228 cout << gd_.find(key)->second.getDensityAtI(k) << "\n";
229
230}
231
232void GenomeDensity::calculateLogRatio(GenomeDensity controlGD, std::string type) {
233 map<string,ChrDensity>::iterator it;

Callers

nothing calls this directly

Calls 1

getDensityAtIMethod · 0.80

Tested by

no test coverage detected