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

Method getCoordinateAtBin

src/ChrCopyNumber.cpp:320–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320int ChrCopyNumber::getCoordinateAtBin(int i) {
321 return coordinates_[i];
322}
323int ChrCopyNumber::getEndAtBin(int i) {
324 if ((int)ends_.size()>i)
325 return ends_[i];

Callers 13

getSegmentsInfoMethod · 0.80
processPileUPLineMethod · 0.80
readCopyNumberMethod · 0.80
printRatioBedGraphMethod · 0.80
printRatioMethod · 0.80
printCGprofileMethod · 0.80
printCopyNumberMethod · 0.80
processReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected