Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ getChromosome
Method
getChromosome
src/ChrCopyNumber.cpp:1083–1085 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1081
1082
1083
std::string ChrCopyNumber::getChromosome() {
1084
return chromosome_;
1085
}
1086
1087
float ChrCopyNumber::getRatioAtBin(int i) {
1088
return ratio_[i];
Callers
15
getSegmentsInfo
Method · 0.80
findIndex
Method · 0.80
setSex
Method · 0.80
calculateBAFBreakpoints
Method · 0.80
recalculateRatio
Method · 0.80
recalculateRatioUsingCG
Method · 0.80
calculateRatioUsingCG
Method · 0.80
calculateMedianRatioAround
Method · 0.80
calculateSDReadCountPerWindow
Method · 0.80
calculateMedianReadCountPerWindow
Method · 0.80
calculateMedianAround
Method · 0.80
removeLowReadCountWindows
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected