ConsensusIDAlgorithmPEPMatrix#
- class pyopenms.ConsensusIDAlgorithmPEPMatrix#
Bases:
objectCython implementation of _ConsensusIDAlgorithmPEPMatrix
- Original C++ documentation is available here
– Inherits from [‘ConsensusIDAlgorithmSimilarity’]
- __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: PeptideIdentificationList, number_of_runs: int) None#
Calculates the consensus ID for a set of peptide identifications of one spectrum or (consensus) feature
- getSubsections(self) List[bytes]#