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

Method createMappabilityProfile

src/ChrCopyNumber.cpp:1407–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1405}
1406
1407void ChrCopyNumber::createMappabilityProfile() {
1408 for (int i=0; i<length_; i++)
1409 mappabilityProfile_.push_back(0);
1410}
1411
1412void ChrCopyNumber::checkOrCreateNotNprofileWithZeros() {
1413 int sizeOfNonN = notNprofile_.size();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected