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

Function ChrCopyNumber_calculateBAFBreakpoint_wrapper

src/ChrCopyNumber.cpp:1767–1775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1765}
1766
1767void* ChrCopyNumber_calculateBAFBreakpoint_wrapper(void *arg)
1768{
1769 ChrCopyNumberCalculateBreakpointArgWrapper* warg = (ChrCopyNumberCalculateBreakpointArgWrapper*)arg;
1770 int result = warg->chrCopyNumber.calculateBAFBreakpoints(warg->breakPointThreshold, 0, warg->breakPointType);
1771 if (result == 0) {
1772 cerr << "..failed to run BAF segmentation on chr" << warg->chrCopyNumber.getChromosome() << "\n";
1773 }
1774 return NULL;
1775}

Callers

nothing calls this directly

Calls 2

getChromosomeMethod · 0.80

Tested by

no test coverage detected