AbsoluteQuantitationMethod

class pyopenms.AbsoluteQuantitationMethod

Bases: object

Cython 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

__init__

  • Cython signature: void AbsoluteQuantitationMethod()

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)

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)