88 static void deisotopeWithAveragineModel(
MSSpectrum& spectrum,
89 double fragment_tolerance,
90 bool fragment_unit_ppm,
91 int number_of_final_peaks = 5000,
94 bool keep_only_deisotoped =
false,
95 unsigned int min_isopeaks = 2,
96 unsigned int max_isopeaks = 10,
97 bool make_single_charged =
true,
98 bool annotate_charge =
false,
99 bool annotate_iso_peak_count =
false,
100 bool add_up_intensity =
false);
141 static void deisotopeAndSingleCharge(
MSSpectrum& spectrum,
142 double fragment_tolerance,
143 bool fragment_unit_ppm,
146 bool keep_only_deisotoped =
false,
147 unsigned int min_isopeaks = 3,
148 unsigned int max_isopeaks = 10,
149 bool make_single_charged =
true,
150 bool annotate_charge =
false,
151 bool annotate_iso_peak_count =
false,
152 bool use_decreasing_model =
true,
153 unsigned int start_intensity_check = 2,
154 bool add_up_intensity =
false);