AbsoluteQuantitationMethod#
- class pyopenms.AbsoluteQuantitationMethod#
Bases:
objectCython implementation of _AbsoluteQuantitationMethod
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1AbsoluteQuantitationMethod.html
- __init__()#
Cython signature: void AbsoluteQuantitationMethod()
Cython signature: void AbsoluteQuantitationMethod(AbsoluteQuantitationMethod &)
Methods
Cython signature: void AbsoluteQuantitationMethod()
Cython signature: bool checkLOD(double value)
Cython signature: bool checkLOQ(double value)
Cython signature: String getComponentName()
Cython signature: String getConcentrationUnits()
Cython signature: double getCorrelationCoefficient()
Cython signature: String getFeatureName()
Cython signature: String getISName()
Cython signature: double getLLOD()
Cython signature: double getLLOQ()
Cython signature: int getNPoints()
Cython signature: String getTransformationModel()
Cython signature: Param getTransformationModelParams()
Cython signature: double getULOD()
Cython signature: double getULOQ()
Cython signature: void setComponentName(const String & component_name)
Cython signature: void setConcentrationUnits(const String & concentration_units)
Cython signature: void setCorrelationCoefficient(double correlation_coefficient)
Cython signature: void setFeatureName(const String & feature_name)
Cython signature: void setISName(const String & IS_name)
Cython signature: void setLLOD(double llod)
Cython signature: void setLLOQ(double lloq)
Cython signature: void setNPoints(int n_points)
Cython signature: void setTransformationModel(const String & transformation_model)
Cython signature: void setTransformationModelParams(Param transformation_model_param)
Cython signature: void setULOD(double ulod)
Cython signature: void setULOQ(double uloq)
- checkLOD()#
Cython signature: bool checkLOD(double value)
- checkLOQ()#
Cython signature: bool checkLOQ(double value)
- getComponentName()#
Cython signature: String getComponentName()
- getConcentrationUnits()#
Cython signature: String getConcentrationUnits()
- getCorrelationCoefficient()#
Cython signature: double getCorrelationCoefficient()
- getFeatureName()#
Cython signature: String getFeatureName()
- getISName()#
Cython signature: String getISName()
- getLLOD()#
Cython signature: double getLLOD()
- getLLOQ()#
Cython signature: double getLLOQ()
- getNPoints()#
Cython signature: int getNPoints()
- getTransformationModel()#
Cython signature: String getTransformationModel()
- getTransformationModelParams()#
Cython signature: Param getTransformationModelParams()
- getULOD()#
Cython signature: double getULOD()
- getULOQ()#
Cython signature: double getULOQ()
- setComponentName()#
Cython signature: void setComponentName(const String & component_name)
- setConcentrationUnits()#
Cython signature: void setConcentrationUnits(const String & concentration_units)
- setCorrelationCoefficient()#
Cython signature: void setCorrelationCoefficient(double correlation_coefficient)
- setFeatureName()#
Cython signature: void setFeatureName(const String & feature_name)
- setISName()#
Cython signature: void setISName(const String & IS_name)
- setLLOD()#
Cython signature: void setLLOD(double llod)
- setLLOQ()#
Cython signature: void setLLOQ(double lloq)
- setNPoints()#
Cython signature: void setNPoints(int n_points)
- setTransformationModel()#
Cython signature: void setTransformationModel(const String & transformation_model)
- setTransformationModelParams()#
Cython signature: void setTransformationModelParams(Param transformation_model_param)
- setULOD()#
Cython signature: void setULOD(double ulod)
- setULOQ()#
Cython signature: void setULOQ(double uloq)