11#include <OpenMS/config.h>
96 double correlation_coefficient_ { 0.0 };
AbsoluteQuantitationMethod is a class to hold information about the quantitation method and for apply...
Definition AbsoluteQuantitationMethod.h:44
void setCorrelationCoefficient(const double correlation_coefficient)
Set the correlation coefficient.
Param getTransformationModelParams() const
Transformation model parameters getter.
Param transformation_model_params_
transformation model parameters
Definition AbsoluteQuantitationMethod.h:86
Int getNPoints() const
Get the number of points.
std::string transformation_model_
transformation model
Definition AbsoluteQuantitationMethod.h:91
std::string getComponentName() const
Component name getter.
void setNPoints(const Int n_points)
Set the number of points.
void setULOD(const double ulod)
ULOD setter.
bool checkLOQ(const double value) const
This function checks if the value is within the limits of quantitation (LOQ)
std::string component_name_
id of the component
Definition AbsoluteQuantitationMethod.h:87
double getULOQ() const
ULOQ getter.
bool checkLOD(const double value) const
This function checks if the value is within the limits of detection (LOD)
void setConcentrationUnits(const std::string &concentration_units)
Concentration units setter.
void setLLOD(const double llod)
LLOD setter.
std::string feature_name_
name of the feature (i.e., peak_apex_int or peak_area)
Definition AbsoluteQuantitationMethod.h:88
void setComponentName(const std::string &component_name)
Component name setter.
double getLLOD() const
LLOD getter.
std::string getISName() const
IS_name getter.
void setULOQ(const double uloq)
ULOQ setter.
std::string getTransformationModel() const
Transformation model getter.
double getULOD() const
ULOD getter.
bool operator==(const AbsoluteQuantitationMethod &other) const
void setTransformationModelParams(const Param &transformation_model_params)
Transformation model parameters setter.
double getCorrelationCoefficient() const
Get the correlation coefficient.
bool operator!=(const AbsoluteQuantitationMethod &other) const
std::string concentration_units_
concentration units of the component's concentration
Definition AbsoluteQuantitationMethod.h:90
void setFeatureName(const std::string &feature_name)
Feature name setter.
std::string getConcentrationUnits() const
Concentration units getter.
std::string IS_name_
the internal standard (IS) name for the transition
Definition AbsoluteQuantitationMethod.h:89
double getLLOQ() const
LLOQ getter.
void setTransformationModel(const std::string &transformation_model)
Transformation model setter.
void setISName(const std::string &IS_name)
IS name setter.
void setLLOQ(const double lloq)
LLOQ setter.
std::string getFeatureName() const
Feature name getter.
Management and storage of parameters / INI files.
Definition Param.h:46
int Int
Signed integer type.
Definition Types.h:72
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19