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

Function ChrCopyNumber_calculateBreakpoint_wrapper

src/ChrCopyNumber.cpp:1757–1765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1755}
1756
1757void* ChrCopyNumber_calculateBreakpoint_wrapper(void *arg)
1758{
1759 ChrCopyNumberCalculateBreakpointArgWrapper* warg = (ChrCopyNumberCalculateBreakpointArgWrapper*)arg;
1760 int result = warg->chrCopyNumber.calculateBreakpoints(warg->breakPointThreshold, 0, warg->breakPointType);
1761 if (result <= 0) {
1762 cerr << "..failed to run segmentation on chr" << warg->chrCopyNumber.getChromosome() << "\n";
1763 }
1764 return NULL;
1765}
1766
1767void* ChrCopyNumber_calculateBAFBreakpoint_wrapper(void *arg)
1768{

Callers

nothing calls this directly

Calls 2

getChromosomeMethod · 0.80
calculateBreakpointsMethod · 0.45

Tested by

no test coverage detected