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

Method saveToFile

src/openms_gui/source/VISUAL/VISITORS/LayerStoreData.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 void LayerStoreDataPeakMapVisible::saveToFile(const String& path, const ProgressLogger::LogType lt) const
46 {
47 savePeakMapToFile(path, pm_, lt, getSupportedExtension_(path));
48 }
49
50 // helper to filter a single MS1 spectrum
51 // Returns true if filtered spectrum contains data

Callers 2

saveCurrentLayerMethod · 0.80
runTOPPTool_Method · 0.80

Calls 5

savePeakMapToFileFunction · 0.85
saveFeatureMapToFileFunction · 0.85
saveConsensusMapToFileFunction · 0.85
savePepIdsToFileFunction · 0.85

Tested by

no test coverage detected