MCPcopy 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
1039float ChrCopyNumber::getCGprofileAt(int i) {
1040 return GCprofile_[i];
1041}
1042float ChrCopyNumber::getNotNprofileAt(int i) {
1043 return notNprofile_[i];
1044}

Callers 5

calculateRatioUsingCGMethod · 0.80
calculateMedianAroundMethod · 0.80
printCGprofileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected