| | |
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/AbstractLowMassDeconvolver.hpp> |
| DeconvolutedFeature() | |
| DeconvolutedFeature(const MsXpS::libXpertMassCore::DeconvolutedFeature &other) | |
| QString | toString(bool with_supporting_ions = true) const |
| MsXpS::libXpertMassCore::DeconvolutedFeature & | operator=(const MsXpS::libXpertMassCore::DeconvolutedFeature &other) |
| MsXpS::libXpertMassCore::FitQuality | fitQuality |
| double | intensity |
| double | neutralMass |
| std::vector<MsXpS::libXpertMassCore::SupportingIon> | supportingIons |
Constructs an empty DeconvolutedFeature instance.
Constructs a DeconvolutedFeature instance using other as a template.
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.