MCPcopy 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
1046float ChrCopyNumber::getMappabilityProfileAt(int i) {
1047 return mappabilityProfile_[i];
1048}
1049
1050std::vector <float> ChrCopyNumber::getRatio() {
1051 return ratio_;

Callers 3

calculateRatioUsingCGMethod · 0.80
printCGprofileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected