OpenMS
|
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>
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 |
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.
|
inline |
References MSExperiment::addSpectrum().
MSExperiment spectra_all_peaks |
MSExperiment spectra_linear_peaks |
merge spectrum of linear peaks (present in both spectra)
MSExperiment spectra_xlink_peaks |
Xlink peaks in the light spectrum (linear peaks between spectra_light_different and spectra heavy_to_light)