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

Method getMedianValuesAt

src/ChrCopyNumber.cpp:1035–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1033 return medianProfile_[i];
1034}
1035float ChrCopyNumber::getMedianValuesAt (int i) {
1036 return medianValues_[i];
1037}
1038
1039float ChrCopyNumber::getCGprofileAt(int i) {
1040 return GCprofile_[i];

Callers 2

getSegmentsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected