#include <OpenMS/ANALYSIS/ID/SiriusMSConverter.h>
◆ store()
Internal structure used in SiriusAdapter that is used for the conversion of a MzMlFile to an internal format.
Store .ms file. Comments (see CompoundInfo) are written to SIRIUS .ms file and additionally stores in CompoundInfo struct. If adduct information for a spectrum is missing, no adduct information is addded. In this case, SIRIUS assumes default adducts for the respective spectrum.
- Returns
- writes .ms file
-
stores CompoundInfo
- Parameters
-
spectra | Peakmap from input mzml. |
msfile | Writtes .ms file from sirius. |
feature_mapping | Adducts and features (index). |
feature_only | Only use features. |
isotope_pattern_iterations | At which depth to stop isotope_pattern extraction (if possible). |
v_cmpinfo | Vector of CompoundInfo. |