| | |
The IsoMatch struct describes a match between a theoretical isotopic cluster centroid and a centroid of the input centroided mass spectrum (observed). More...
| Header: | #include <MsXpS/libXpertMassCore/AbstractLowMassDeconvolver.hpp> |
| QString | toString() const |
| double | observedIntensity |
| double | observedMz |
| int | observedPeakIndex |
| int | theoreticalClusterIndex |
This struct is used in support of the code that performs low mass deconvolution of a given input mass spectrum.
When performing matches between calculated isotopic clusters and input mass spectrum clusters, this class documents a successful centroid match (not necessarily of the monoisotopic centroid).
Crafts a string documenting this IsoMatch instance and returns it.
Intensity value of the matching centroid in the input mass data.
m/z value of the matching centroid in the input mass data.
Index of the matching centroid in the input (experimental) isotopic cluster.
Index of the matching centroid in the calculated isotopic cluster.