37 #include <OpenMS/config.h> 70 correlation_coefficient_,
72 transformation_model_,
73 transformation_model_params_
93 return !(*
this == other);
96 void setComponentName(
const String& component_name);
97 String getComponentName()
const;
99 void setFeatureName(
const String& feature_name);
100 String getFeatureName()
const;
102 void setISName(
const String& IS_name);
105 void setLLOD(
const double llod);
106 double getLLOD()
const;
107 void setULOD(
const double ulod);
108 double getULOD()
const;
109 bool checkLOD(
const double value)
const;
111 void setLLOQ(
const double lloq);
112 double getLLOQ()
const;
113 void setULOQ(
const double uloq);
114 double getULOQ()
const;
115 bool checkLOQ(
const double value)
const;
117 void setNPoints(
const Int n_points);
118 Int getNPoints()
const;
120 void setCorrelationCoefficient(
const double correlation_coefficient);
121 double getCorrelationCoefficient()
const;
123 void setConcentrationUnits(
const String& concentration_units);
124 String getConcentrationUnits()
const;
126 void setTransformationModel(
const String& transformation_model);
127 String getTransformationModel()
const;
129 void setTransformationModelParams(
const Param& transformation_model_params);
130 Param getTransformationModelParams()
const;
bool operator!=(const AbsoluteQuantitationMethod &other) const
Definition: AbsoluteQuantitationMethod.h:91
A more convenient string class.
Definition: String.h:57
double llod_
lower limit of detection (LLOD) of the transition
Definition: AbsoluteQuantitationMethod.h:136
String transformation_model_
transformation model
Definition: AbsoluteQuantitationMethod.h:143
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Int n_points_
number of points used in a calibration curve
Definition: AbsoluteQuantitationMethod.h:140
String concentration_units_
concentration units of the component's concentration
Definition: AbsoluteQuantitationMethod.h:142
AbsoluteQuantitationMethod is a class to hold information about the quantitation method and for apply...
Definition: AbsoluteQuantitationMethod.h:52
String IS_name_
the internal standard (IS) name for the transition
Definition: AbsoluteQuantitationMethod.h:135
bool operator==(const AbsoluteQuantitationMethod &other) const
Definition: AbsoluteQuantitationMethod.h:58
String component_name_
id of the component
Definition: AbsoluteQuantitationMethod.h:133
double ulod_
upper limit of detection (ULOD) of the transition
Definition: AbsoluteQuantitationMethod.h:137
double uloq_
upper limit of quantitation (ULOQ) of the transition
Definition: AbsoluteQuantitationMethod.h:139
double lloq_
lower limit of quantitation (LLOQ) of the transition
Definition: AbsoluteQuantitationMethod.h:138
Management and storage of parameters / INI files.
Definition: Param.h:74
double correlation_coefficient_
the Pearson R value for the correlation coefficient of the calibration curve
Definition: AbsoluteQuantitationMethod.h:141
Param transformation_model_params_
transformation model parameters
Definition: AbsoluteQuantitationMethod.h:144
String feature_name_
name of the feature (i.e., peak_apex_int or peak_area)
Definition: AbsoluteQuantitationMethod.h:134
int Int
Signed integer type.
Definition: Types.h:102