ConsensusIDAlgorithmSimilarity

class pyopenms.ConsensusIDAlgorithmSimilarity

Bases: object

Cython implementation of _ConsensusIDAlgorithmSimilarity

Original C++ documentation is available here

– Inherits from [‘ConsensusIDAlgorithm’]

__init__()

Methods

__init__()

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) Union[bytes, str, String]

Returns the name

getParameters(self) Param

Returns the parameters

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

Sets the name

setParameters(self, param: Param) None

Sets the parameters