90 static void deisotopeWithAveragineModel(
MSSpectrum& spectrum,
91 double fragment_tolerance,
92 bool fragment_unit_ppm,
93 int number_of_final_peaks = 5000,
96 bool keep_only_deisotoped =
false,
97 unsigned int min_isopeaks = 2,
98 unsigned int max_isopeaks = 10,
99 bool make_single_charged =
true,
100 bool annotate_charge =
false,
101 bool annotate_iso_peak_count =
false,
102 bool add_up_intensity =
false);
143 static void deisotopeAndSingleCharge(
MSSpectrum& spectrum,
144 double fragment_tolerance,
145 bool fragment_unit_ppm,
148 bool keep_only_deisotoped =
false,
149 unsigned int min_isopeaks = 3,
150 unsigned int max_isopeaks = 10,
151 bool make_single_charged =
true,
152 bool annotate_charge =
false,
153 bool annotate_iso_peak_count =
false,
154 bool use_decreasing_model =
true,
155 unsigned int start_intensity_check = 2,
156 bool add_up_intensity =
false);
Definition: Deisotoper.h:48
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66