| | |
This struct holds the data about an analyte's neutral mass and intensity as defined by the deconvolution of one or more isotopic clusters representing different ionization levels of the same analyte. More...
| Header: | #include <MsXpS/libXpertMassCore/Processing/AbstractLowMassDeconvolver.hpp> |
| QString | toString(bool with_supporting_ions = true) const |
| MsXpS::libXpertMassCore::Processing::DeconvolutedFeature & | operator=(const MsXpS::libXpertMassCore::Processing::DeconvolutedFeature &other) |
| MsXpS::libXpertMassCore::Processing::FitQuality | fitQuality |
| double | intensity |
| double | neutralMass |
| std::vector<MsXpS::libXpertMassCore::Processing::SupportingIon> | supportingIons |
Crafts a string representing this instance and returns it. If with_supporting_ions is true, the string also reports the supporting ions contained in this instance.
Initialized this instance using other as a template.
FitQuality computed for this deconvoluted feature.
This intensity value is a combination of the different intensity values of the different ions of differing charges (if any) that were found to correspond to the neutral mass of the analyte characterized by this deconvoluted feature.
Neutral mass of the feature.
Set of SupportingIon instances that were determined as contributing to the deconvolution of this feature.