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);
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);
Definition: Deisotoper.h:47
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:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48