| 247 | } |
| 248 | |
| 249 | ProteinIdentification::ProteinIdentification() : |
| 250 | MetaInfoInterface(), |
| 251 | id_(), |
| 252 | search_engine_(), |
| 253 | search_engine_version_(), |
| 254 | search_parameters_(), |
| 255 | date_(), |
| 256 | protein_score_type_(), |
| 257 | higher_score_better_(true), |
| 258 | protein_hits_(), |
| 259 | protein_groups_(), |
| 260 | indistinguishable_proteins_(), |
| 261 | protein_significance_threshold_(0.0) |
| 262 | { |
| 263 | } |
| 264 | |
| 265 | ProteinIdentification::~ProteinIdentification() = default; |
| 266 |
no outgoing calls