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

Method setNotNprofileAt

src/ChrCopyNumber.cpp:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334void ChrCopyNumber::setNotNprofileAt(int i, float value) {
335 if (i<int(notNprofile_.size()))
336 notNprofile_[i] = value;
337 else
338 cout <<"out of boundaries!!\n";
339}
340
341void ChrCopyNumber::setMappabilityProfileAt(int i, float value) {
342 mappabilityProfile_[i] = value;

Callers 1

focusOnCaptureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected