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

Method getNumberOfChromosomes

src/GenomeCopyNumber.cpp:1129–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127}
1128
1129int GenomeCopyNumber::getNumberOfChromosomes() {
1130 return chrCopyNumber_.size();
1131}
1132
1133bool GenomeCopyNumber::ifHasRatio() {
1134 if (chrCopyNumber_[0].ifHasRatio()) return 1;

Callers 1

getSegmentsInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected