LabeledPairFinder#

class pyopenms.LabeledPairFinder#

Bases: object

Cython implementation of _LabeledPairFinder

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1LabeledPairFinder.html

– Inherits from [‘BaseGroupFinder’]

Finds feature pairs that have a defined distance in RT and m/z in the same map

__init__()#

Cython signature: void LabeledPairFinder()

Methods

__init__

Cython signature: void LabeledPairFinder()

endProgress

Cython signature: void endProgress() Ends the progress display

getDefaults

Cython signature: Param getDefaults() Returns the default parameters

getLogType

Cython signature: LogType getLogType() Returns the type of progress log being used

getName

Cython signature: String getName() Returns the name

getParameters

Cython signature: Param getParameters() Returns the parameters

getProductName

Cython signature: String getProductName() Returns the name of this module

getSubsections

Cython signature: libcpp_vector[String] getSubsections()

nextProgress

Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)

registerChildren

Cython signature: void registerChildren() Register all derived classes here

run

Cython signature: void run(libcpp_vector[ConsensusMap] & input_maps, ConsensusMap & result_map) Runs the LabeledPairFinder algorithm

setLogType

Cython signature: void setLogType(LogType) Sets the progress log that should be used.

setName

Cython signature: void setName(const String &) Sets the name

setParameters

Cython signature: void setParameters(Param & param) Sets the parameters

setProgress

Cython signature: void setProgress(ptrdiff_t value) Sets the current progress

startProgress

Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)

endProgress()#

Cython signature: void endProgress() Ends the progress display

getDefaults()#

Cython signature: Param getDefaults() Returns the default parameters

getLogType()#

Cython signature: LogType getLogType() Returns the type of progress log being used

getName()#

Cython signature: String getName() Returns the name

getParameters()#

Cython signature: Param getParameters() Returns the parameters

getProductName()#

Cython signature: String getProductName() Returns the name of this module

getSubsections()#

Cython signature: libcpp_vector[String] getSubsections()

nextProgress()#

Cython signature: void nextProgress() Increment progress by 1 (according to range begin-end)

registerChildren()#

Cython signature: void registerChildren() Register all derived classes here

run()#

Cython signature: void run(libcpp_vector[ConsensusMap] & input_maps, ConsensusMap & result_map) Runs the LabeledPairFinder algorithm

setLogType()#

Cython signature: void setLogType(LogType) Sets the progress log that should be used. The default type is NONE!

setName()#

Cython signature: void setName(const String &) Sets the name

setParameters()#

Cython signature: void setParameters(Param & param) Sets the parameters

setProgress()#

Cython signature: void setProgress(ptrdiff_t value) Sets the current progress

startProgress()#

Cython signature: void startProgress(ptrdiff_t begin, ptrdiff_t end, String label)