75 static PeakMap preprocessSpectra(
PeakMap& exp,
double fragment_mass_tolerance,
bool fragment_mass_tolerance_unit_ppm,
Size peptide_min_size,
Int min_precursor_charge,
Int max_precursor_charge,
bool deisotope,
bool labeled);
89 static void getSpectrumAlignmentFastCharge(
90 std::vector<std::pair<Size, Size> > & alignment,
double fragment_mass_tolerance,
91 bool fragment_mass_tolerance_unit_ppm,
97 double intensity_cutoff = 0.0);
116 static PeakSpectrum deisotopeAndSingleChargeMSSpectrum(
PeakSpectrum& old_spectrum,
Int min_charge,
Int max_charge,
double fragment_tolerance,
bool fragment_tolerance_unit_ppm,
bool keep_only_deisotoped =
false,
Size min_isopeaks = 3,
Size max_isopeaks = 10,
bool make_single_charged =
false);
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Float data array class.
Definition: DataArrays.h:45
Integer data array class.
Definition: DataArrays.h:51
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
Definition: OPXLSpectrumProcessingAlgorithms.h:46
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
int Int
Signed integer type.
Definition: Types.h:102