|
OpenMS
2.6.0
|
Go to the documentation of this file.
37 #include <OpenMS/config.h>
58 void setComponentName(
const String& component_name);
59 String getComponentName()
const;
61 void setFeatureName(
const String& feature_name);
62 String getFeatureName()
const;
64 void setISName(
const String& IS_name);
67 void setLLOD(
const double llod);
68 double getLLOD()
const;
69 void setULOD(
const double ulod);
70 double getULOD()
const;
71 bool checkLOD(
const double value)
const;
73 void setLLOQ(
const double lloq);
74 double getLLOQ()
const;
75 void setULOQ(
const double uloq);
76 double getULOQ()
const;
77 bool checkLOQ(
const double value)
const;
79 void setNPoints(
const Int n_points);
80 Int getNPoints()
const;
82 void setCorrelationCoefficient(
const double correlation_coefficient);
83 double getCorrelationCoefficient()
const;
85 void setConcentrationUnits(
const String& concentration_units);
86 String getConcentrationUnits()
const;
88 void setTransformationModel(
const String& transformation_model);
89 String getTransformationModel()
const;
91 void setTransformationModelParams(
const Param& transformation_model_params);
92 Param getTransformationModelParams()
const;
101 double llod_ { 0.0 };
102 double ulod_ { 0.0 };
103 double lloq_ { 0.0 };
104 double uloq_ { 0.0 };
105 double correlation_coefficient_ { 0.0 };
Param transformation_model_params_
transformation model parameters
Definition: AbsoluteQuantitationMethod.h:95
String feature_name_
name of the feature (i.e., peak_apex_int or peak_area)
Definition: AbsoluteQuantitationMethod.h:97
A more convenient string class.
Definition: String.h:59
bool operator!=(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:824
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
String IS_name_
the internal standard (IS) name for the transition
Definition: AbsoluteQuantitationMethod.h:98
String component_name_
id of the component
Definition: AbsoluteQuantitationMethod.h:96
AbsoluteQuantitationMethod is a class to hold information about the quantitation method and for apply...
Definition: AbsoluteQuantitationMethod.h:52
bool operator==(const IDBoostGraph::ProteinGroup &lhs, const IDBoostGraph::ProteinGroup &rhs)
String concentration_units_
concentration units of the component's concentration
Definition: AbsoluteQuantitationMethod.h:99
String transformation_model_
transformation model
Definition: AbsoluteQuantitationMethod.h:100
Management and storage of parameters / INI files.
Definition: Param.h:73