| 314 | } |
| 315 | |
| 316 | void ProteinIdentification::insertProteinGroup(const ProteinIdentification::ProteinGroup& group) |
| 317 | { |
| 318 | protein_groups_.push_back(group); |
| 319 | } |
| 320 | |
| 321 | const vector<ProteinIdentification::ProteinGroup>& |
| 322 | ProteinIdentification::getIndistinguishableProteins() const |
no test coverage detected