Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ getMappabilityProfileAt
Method
getMappabilityProfileAt
src/ChrCopyNumber.cpp:1046–1048 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1044
}
1045
1046
float ChrCopyNumber::getMappabilityProfileAt(int i) {
1047
return mappabilityProfile_[i];
1048
}
1049
1050
std::vector <float> ChrCopyNumber::getRatio() {
1051
return ratio_;
Callers
3
recalculateRatioUsingCG
Method · 0.80
calculateRatioUsingCG
Method · 0.80
printCGprofile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected