| 255 | } |
| 256 | |
| 257 | std::unique_ptr<LayerStatistics> LayerDataPeak::getStats() const |
| 258 | { |
| 259 | return make_unique<LayerStatisticsPeakMap>(*peak_map_); |
| 260 | } |
| 261 | |
| 262 | bool LayerDataPeak::annotate(const vector<PeptideIdentification>& identifications, const vector<ProteinIdentification>& protein_identifications) |
| 263 | { |