AbsoluteQuantitationMethod

class pyopenms.AbsoluteQuantitationMethod

Bases: object

Cython implementation of _AbsoluteQuantitationMethod

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: AbsoluteQuantitationMethod) None

Methods

__init__

Overload:

checkLOD(self, value)

checkLOQ(self, value)

getComponentName(self)

getConcentrationUnits(self)

getCorrelationCoefficient(self)

getFeatureName(self)

getISName(self)

getLLOD(self)

getLLOQ(self)

getNPoints(self)

getTransformationModel(self)

getTransformationModelParams(self)

getULOD(self)

getULOQ(self)

setComponentName(self, component_name)

setConcentrationUnits(self, concentration_units)

setCorrelationCoefficient(self, ...)

setFeatureName(self, feature_name)

setISName(self, IS_name)

setLLOD(self, llod)

setLLOQ(self, lloq)

setNPoints(self, n_points)

setTransformationModel(self, ...)

setTransformationModelParams(self, ...)

setULOD(self, ulod)

setULOQ(self, uloq)

checkLOD(self, value: float) bool
checkLOQ(self, value: float) bool
getComponentName(self) Union[bytes, str, String]
getConcentrationUnits(self) Union[bytes, str, String]
getCorrelationCoefficient(self) float
getFeatureName(self) Union[bytes, str, String]
getISName(self) Union[bytes, str, String]
getLLOD(self) float
getLLOQ(self) float
getNPoints(self) int
getTransformationModel(self) Union[bytes, str, String]
getTransformationModelParams(self) Param
getULOD(self) float
getULOQ(self) float
setComponentName(self, component_name: Union[bytes, str, String]) None
setConcentrationUnits(self, concentration_units: Union[bytes, str, String]) None
setCorrelationCoefficient(self, correlation_coefficient: float) None
setFeatureName(self, feature_name: Union[bytes, str, String]) None
setISName(self, IS_name: Union[bytes, str, String]) None
setLLOD(self, llod: float) None
setLLOQ(self, lloq: float) None
setNPoints(self, n_points: int) None
setTransformationModel(self, transformation_model: Union[bytes, str, String]) None
setTransformationModelParams(self, transformation_model_param: Param) None
setULOD(self, ulod: float) None
setULOQ(self, uloq: float) None