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

Method createBAF

src/ChrCopyNumber.cpp:1622–1625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1620}
1621
1622void ChrCopyNumber::createBAF(float value) {
1623 for (int i=0; i<length_; i++)
1624 BAF_.push_back(value);
1625}
1626void ChrCopyNumber::createBAFvalues() {
1627 for (int i=0; i<length_; i++)
1628 BAFvalues_.push_back("");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected