64 SIZE_OF_DERIVATIZATIONAGENT
71 SIZE_OF_MASSINTENSITYTYPE
74 static const std::string NamesOfDerivatizationAgent[
static_cast<int>(DerivatizationAgent::SIZE_OF_DERIVATIZATIONAGENT)];
76 static const std::string NamesOfMassIntensityType[
static_cast<int>(MassIntensityType::SIZE_OF_MASSINTENSITYTYPE)];
92 void isotopicCorrection(
110 void isotopicCorrections(
125 void calculateIsotopicPurity(
127 const std::vector<double>& experiment_data,
const std::string& isotopic_purity_name);
140 void calculateIsotopicPurities(
142 const std::vector<std::vector<double>>& experiment_data,
const std::vector<std::string>& isotopic_purity_name);
152 void calculateMDVAccuracy(
154 const std::string& feature_name,
const std::string& fragment_isotopomer_theoretical_formula);
164 void calculateMDVAccuracies(
166 const std::string& feature_name,
167 const std::map<std::string, std::string>& fragment_isotopomer_theoretical_formulas);
199 void updateMembers_()
override;
A container for features.
Definition: FeatureMap.h:98
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
MassIntensityType
Definition: IsotopeLabelingMDVs.h:67
An LC-MS feature.
Definition: Feature.h:70
IsotopeLabelingMDVs is a class to support and analyze isotopic labeling experiments (i...
Definition: IsotopeLabelingMDVs.h:48
DerivatizationAgent
Definition: IsotopeLabelingMDVs.h:60
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92