OpenMS
OPXLDataStructs::PreprocessedPairSpectra Struct Reference

The PreprocessedPairSpectra struct represents the result of comparing a light and a heavy labeled spectra to each other. More...

#include <OpenMS/ANALYSIS/XLMS/OPXLDataStructs.h>

Collaboration diagram for OPXLDataStructs::PreprocessedPairSpectra:
[legend]

Public Member Functions

 PreprocessedPairSpectra (Size size)
 

Public Attributes

MSExperiment spectra_linear_peaks
 merge spectrum of linear peaks (present in both spectra) More...
 
MSExperiment spectra_xlink_peaks
 Xlink peaks in the light spectrum (linear peaks between spectra_light_different and spectra heavy_to_light) More...
 
MSExperiment spectra_all_peaks
 

Detailed Description

The PreprocessedPairSpectra struct represents the result of comparing a light and a heavy labeled spectra to each other.

OpenPepXL can use labeled cross-linkers to denoise MS2 spectra. The PeakMaps contained in this struct represent the result of this denoising process for a whole mzML input file.

Constructor & Destructor Documentation

◆ PreprocessedPairSpectra()

Member Data Documentation

◆ spectra_all_peaks

MSExperiment spectra_all_peaks

◆ spectra_linear_peaks

MSExperiment spectra_linear_peaks

merge spectrum of linear peaks (present in both spectra)

◆ spectra_xlink_peaks

MSExperiment spectra_xlink_peaks

Xlink peaks in the light spectrum (linear peaks between spectra_light_different and spectra heavy_to_light)