| 1744 | |
| 1745 | |
| 1746 | void 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 | |
| 1757 | void* ChrCopyNumber_calculateBreakpoint_wrapper(void *arg) |
| 1758 | { |