ConsensusIDAlgorithmPEPIons#

class pyopenms.ConsensusIDAlgorithmPEPIons#

Bases: object

Cython implementation of _ConsensusIDAlgorithmPEPIons

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

– Inherits from [‘ConsensusIDAlgorithmSimilarity’]

__init__()#

Cython signature: void ConsensusIDAlgorithmPEPIons()

Methods

__init__

Cython signature: void ConsensusIDAlgorithmPEPIons()

apply

Cython signature: void apply(libcpp_vector[PeptideIdentification] & ids, size_t number_of_runs) Calculates the consensus ID for a set of peptide identifications of one spectrum or (consensus) feature

getDefaults

Cython signature: Param getDefaults() Returns the default parameters

getName

Cython signature: String getName() Returns the name

getParameters

Cython signature: Param getParameters() Returns the parameters

getSubsections

Cython signature: libcpp_vector[String] getSubsections()

setName

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

setParameters

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

apply()#

Cython signature: void apply(libcpp_vector[PeptideIdentification] & ids, size_t number_of_runs) Calculates the consensus ID for a set of peptide identifications of one spectrum or (consensus) feature

getDefaults()#

Cython signature: Param getDefaults() Returns the default parameters

getName()#

Cython signature: String getName() Returns the name

getParameters()#

Cython signature: Param getParameters() Returns the parameters

getSubsections()#

Cython signature: libcpp_vector[String] getSubsections()

setName()#

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

setParameters()#

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