| 103 | } |
| 104 | |
| 105 | void EntryCNV::setType (string type) { |
| 106 | type_=type; |
| 107 | } |
| 108 | |
| 109 | float EntryCNV::compare(EntryCNV c2, int overlapPrecision, int & left, int & right, float ploidy, float controlPloidy) { //return overlap |
| 110 | if (chr_.compare(c2.getChr())!=0) |
no outgoing calls
no test coverage detected