| 1609 | |
| 1610 | |
| 1611 | ChrCopyNumber::~ChrCopyNumber(void) |
| 1612 | { |
| 1613 | coordinates_.clear(); |
| 1614 | readCount_.clear(); |
| 1615 | smoothedProfile_.clear(); |
| 1616 | fragmentNotNA_lengths_.clear(); //TODO all other vectors |
| 1617 | length_ = 0; |
| 1618 | copy_number_subc_.clear(); |
| 1619 | population_subc_.clear(); |
| 1620 | } |
| 1621 | |
| 1622 | void ChrCopyNumber::createBAF(float value) { |
| 1623 | for (int i=0; i<length_; i++) |
nothing calls this directly
no outgoing calls
no test coverage detected