MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / getNotNprofileAt

Method getNotNprofileAt

src/ChrCopyNumber.cpp:1042–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1040 return GCprofile_[i];
1041}
1042float ChrCopyNumber::getNotNprofileAt(int i) {
1043 return notNprofile_[i];
1044}
1045
1046float ChrCopyNumber::getMappabilityProfileAt(int i) {
1047 return mappabilityProfile_[i];

Callers 3

calculateRatioUsingCGMethod · 0.80
printCGprofileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected