LabeledPairFinder#
- class pyopenms.LabeledPairFinder#
Bases:
objectCython implementation of _LabeledPairFinder
- Original C++ documentation is available here
– Inherits from [‘BaseGroupFinder’]
The LabeledPairFinder allows the matching of labeled features (features with a fixed distance)
Finds feature pairs that have a defined distance in RT and m/z in the same map
- __init__(self) None#
Methods
__init__(self)endProgress(self)Ends the progress display
getDefaults(self)Returns the default parameters
getLogType(self)Returns the type of progress log being used
getName(self)Returns the name
getParameters(self)Returns the parameters
getSubsections(self)nextProgress(self)Increment progress by 1 (according to range begin-end)
run(self, input_maps, result_map)Runs the LabeledPairFinder algorithm
setLogType(self, in_0)Sets the progress log that should be used.
setName(self, in_0)Sets the name
setParameters(self, param)Sets the parameters
setProgress(self, value)Sets the current progress
startProgress(self, begin, end, label)- endProgress(self) None#
Ends the progress display
- getLogType(self) int#
Returns the type of progress log being used
- getSubsections(self) List[bytes]#
- nextProgress(self) None#
Increment progress by 1 (according to range begin-end)
- run(self, input_maps: List[ConsensusMap], result_map: ConsensusMap) None#
Runs the LabeledPairFinder algorithm
- setLogType(self, in_0: int) None#
Sets the progress log that should be used. The default type is NONE!
- setProgress(self, value: int) None#
Sets the current progress