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

Method setRCountToZeroForNNNN

src/ChrCopyNumber.cpp:1746–1755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1744
1745
1746void ChrCopyNumber::setRCountToZeroForNNNN() {
1747 for (unsigned int i = 0; i< notNprofile_.size(); i++) {
1748 if (notNprofile_[i]==0) {
1749 readCount_[i]=0;
1750 }
1751 }
1752 for (unsigned int i = notNprofile_.size(); i< readCount_.size(); i++) {
1753 readCount_[i]=0;
1754 }
1755}
1756
1757void* ChrCopyNumber_calculateBreakpoint_wrapper(void *arg)
1758{

Callers 1

focusOnCaptureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected