ConsensusIDAlgorithmBest#

class pyopenms.ConsensusIDAlgorithmBest#

Bases: object

Cython implementation of _ConsensusIDAlgorithmBest

Original C++ documentation is available here

– Inherits from [‘ConsensusIDAlgorithmIdentity’]

__init__(self) None#

Methods

__init__(self)

apply(self, ids, number_of_runs)

Calculates the consensus ID for a set of peptide identifications of one spectrum or (consensus) feature

getDefaults(self)

Returns the default parameters

getName(self)

Returns the name

getParameters(self)

Returns the parameters

getSubsections(self)

setName(self, in_0)

Sets the name

setParameters(self, param)

Sets the parameters

apply(self, ids: List[PeptideIdentification], number_of_runs: int) None#

Calculates the consensus ID for a set of peptide identifications of one spectrum or (consensus) feature

getDefaults(self) Param#

Returns the default parameters

getName(self) bytes | str | String#

Returns the name

getParameters(self) Param#

Returns the parameters

getSubsections(self) List[bytes]#
setName(self, in_0: bytes | str | String) None#

Sets the name

setParameters(self, param: Param) None#

Sets the parameters