Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
320
int ChrCopyNumber::getCoordinateAtBin(int i) {
321
return coordinates_[i];
322
}
323
int ChrCopyNumber::getEndAtBin(int i) {
324
if ((int)ends_.size()>i)
325
return ends_[i];
Callers
13
getSegmentsInfo
Method · 0.80
processPileUPLine
Method · 0.80
calculateRatioUsingCG_Regression
Method · 0.80
calculateCopyNumberProbs_and_exomeLength
Method · 0.80
calculateCopyNumberProbs_and_genomeLength
Method · 0.80
readGemMappabilityFile
Method · 0.80
readCopyNumber
Method · 0.80
printRatioBedGraph
Method · 0.80
printRatio
Method · 0.80
printCGprofile
Method · 0.80
printCopyNumber
Method · 0.80
processRead
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected