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

Method createBAFvalues

src/ChrCopyNumber.cpp:1626–1629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1624 BAF_.push_back(value);
1625}
1626void ChrCopyNumber::createBAFvalues() {
1627 for (int i=0; i<length_; i++)
1628 BAFvalues_.push_back("");
1629}
1630
1631void ChrCopyNumber::addBAFinfo(SNPinGenome & snpingenome,int indexSNP) {
1632

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected