MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getStats

Method getStats

src/openms_gui/source/VISUAL/LayerDataPeak.cpp:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

showStatisticsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected