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

Method getChromosome

src/ChrCopyNumber.cpp:1083–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081
1082
1083std::string ChrCopyNumber::getChromosome() {
1084 return chromosome_;
1085}
1086
1087float ChrCopyNumber::getRatioAtBin(int i) {
1088 return ratio_[i];

Callers 15

getSegmentsInfoMethod · 0.80
findIndexMethod · 0.80
setSexMethod · 0.80
recalculateRatioMethod · 0.80
calculateRatioUsingCGMethod · 0.80
calculateMedianAroundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected