Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ getCGprofileAt
Method
getCGprofileAt
src/ChrCopyNumber.cpp:1039–1041 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1037
}
1038
1039
float ChrCopyNumber::getCGprofileAt(int i) {
1040
return GCprofile_[i];
1041
}
1042
float ChrCopyNumber::getNotNprofileAt(int i) {
1043
return notNprofile_[i];
1044
}
Callers
5
recalculateRatioUsingCG
Method · 0.80
calculateRatioUsingCG
Method · 0.80
calculateMedianRatioAround
Method · 0.80
calculateMedianAround
Method · 0.80
printCGprofile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected