ConfidenceScoring#

class pyopenms.ConfidenceScoring#

Bases: object

Cython implementation of _ConfidenceScoring

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: ConfidenceScoring) None

Methods

__init__

Overload:

initialize(self, targeted, n_decoys, ...)

initializeGlm(self, intercept, rt_coef, int_coef)

scoreMap(self, map)

Score a feature map -> make sure the class is properly initialized

initialize(self, targeted: TargetedExperiment, n_decoys: int, n_transitions: int, trafo: TransformationDescription) None#
initializeGlm(self, intercept: float, rt_coef: float, int_coef: float) None#
scoreMap(self, map: FeatureMap) None#

Score a feature map -> make sure the class is properly initialized