96 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);
131 std::vector<std::pair<Size, Size> > & alignment,
double fragment_mass_tolerance,
132 bool fragment_mass_tolerance_unit_ppm,
138 double intensity_cutoff = 0.0);
162 std::vector<std::pair<Size, Size> > & alignment,
163 double fragment_mass_tolerance,
164 bool fragment_mass_tolerance_unit_ppm,
165 const std::vector< SimpleTSGXLMS::SimplePeak >& theo_spectrum,
Float data array class.
Definition DataArrays.h:25
Integer data array class.
Definition DataArrays.h:75
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
The representation of a 1D spectrum.
Definition MSSpectrum.h:44
Spectrum preprocessing and theoretical-vs-experimental peak alignment helpers used by the OpenPepXL c...
Definition OPXLSpectrumProcessingAlgorithms.h:37
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)
Preprocess an MSExperiment for cross-link search and return the surviving MS2 spectra.
static PeakSpectrum mergeAnnotatedSpectra(PeakSpectrum &first_spectrum, PeakSpectrum &second_spectrum)
Merge two annotated spectra into one peak list, preserving paired DataArrays.
static void getSpectrumAlignmentFastCharge(std::vector< std::pair< Size, Size > > &alignment, double fragment_mass_tolerance, bool fragment_mass_tolerance_unit_ppm, const PeakSpectrum &theo_spectrum, const PeakSpectrum &exp_spectrum, const DataArrays::IntegerDataArray &theo_charges, const DataArrays::IntegerDataArray &exp_charges, DataArrays::FloatDataArray &ppm_error_array, double intensity_cutoff=0.0)
Align a theoretical and an experimental fragment spectrum using charge annotations and an intensity-r...
static void getSpectrumAlignmentSimple(std::vector< std::pair< Size, Size > > &alignment, double fragment_mass_tolerance, bool fragment_mass_tolerance_unit_ppm, const std::vector< SimpleTSGXLMS::SimplePeak > &theo_spectrum, const PeakSpectrum &exp_spectrum, const DataArrays::IntegerDataArray &exp_charges)
Align a SimplePeak-based theoretical spectrum to an experimental spectrum using charge annotations on...
int Int
Signed integer type.
Definition Types.h:72
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition Types.h:97
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19