63 double fragment_tolerance,
64 bool fragment_unit_ppm,
65 int number_of_final_peaks = 5000,
68 bool keep_only_deisotoped =
false,
69 unsigned int min_isopeaks = 2,
70 unsigned int max_isopeaks = 10,
71 bool make_single_charged =
true,
72 bool annotate_charge =
false,
73 bool annotate_iso_peak_count =
false,
74 bool add_up_intensity =
false);
116 double fragment_tolerance,
117 bool fragment_unit_ppm,
120 bool keep_only_deisotoped =
false,
121 unsigned int min_isopeaks = 3,
122 unsigned int max_isopeaks = 10,
123 bool make_single_charged =
true,
124 bool annotate_charge =
false,
125 bool annotate_iso_peak_count =
false,
126 bool use_decreasing_model =
true,
127 unsigned int start_intensity_check = 2,
128 bool add_up_intensity =
false);
Definition: Deisotoper.h:21
static void deisotopeWithAveragineModel(MSSpectrum &spectrum, double fragment_tolerance, bool fragment_unit_ppm, int number_of_final_peaks=5000, int min_charge=1, int max_charge=3, bool keep_only_deisotoped=false, unsigned int min_isopeaks=2, unsigned int max_isopeaks=10, bool make_single_charged=true, bool annotate_charge=false, bool annotate_iso_peak_count=false, bool add_up_intensity=false)
Detect isotopic clusters in a mass spectrum.
static void deisotopeAndSingleCharge(MSSpectrum &spectrum, double fragment_tolerance, bool fragment_unit_ppm, int min_charge=1, int max_charge=3, bool keep_only_deisotoped=false, unsigned int min_isopeaks=3, unsigned int max_isopeaks=10, bool make_single_charged=true, bool annotate_charge=false, bool annotate_iso_peak_count=false, bool use_decreasing_model=true, unsigned int start_intensity_check=2, bool add_up_intensity=false)
Detect isotopic clusters in a mass spectrum.
The representation of a 1D spectrum.
Definition: MSSpectrum.h:44
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19