| 1620 | } |
| 1621 | |
| 1622 | void ChrCopyNumber::createBAF(float value) { |
| 1623 | for (int i=0; i<length_; i++) |
| 1624 | BAF_.push_back(value); |
| 1625 | } |
| 1626 | void ChrCopyNumber::createBAFvalues() { |
| 1627 | for (int i=0; i<length_; i++) |
| 1628 | BAFvalues_.push_back(""); |
nothing calls this directly
no outgoing calls
no test coverage detected