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

Method nextNoNALength

src/ChrCopyNumber.cpp:1148–1154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1146}
1147
1148int ChrCopyNumber::nextNoNALength(int i1, int ploidy) {
1149
1150 for (int i = i1+1; i<(int)medianValues_.size(); i++)
1151 if (getLevelAt(i, ploidy)>0)
1152 return fragment_lengths_[i];
1153 return 0;
1154}
1155
1156int ChrCopyNumber::getNumberOfGoodFragments() {
1157 int count = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected