NLargest#

class pyopenms.NLargest#

Bases: object

Cython implementation of _NLargest

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

– Inherits from [‘DefaultParamHandler’]

__init__()#
  • Cython signature: void NLargest()

  • Cython signature: void NLargest(NLargest &)

Methods

__init__

  • Cython signature: void NLargest()

filterPeakMap

Cython signature: void filterPeakMap(MSExperiment & exp) Keep only n-largest peaks in each spectrum of a peak map

filterPeakSpectrum

Cython signature: void filterPeakSpectrum(MSSpectrum & spec) Keep only n-largest peaks in spectrum

filterSpectrum

Cython signature: void filterSpectrum(MSSpectrum & spec) Keep only n-largest peaks in spectrum

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

filterPeakMap()#

Cython signature: void filterPeakMap(MSExperiment & exp) Keep only n-largest peaks in each spectrum of a peak map

filterPeakSpectrum()#

Cython signature: void filterPeakSpectrum(MSSpectrum & spec) Keep only n-largest peaks in spectrum

filterSpectrum()#

Cython signature: void filterSpectrum(MSSpectrum & spec) Keep only n-largest peaks in spectrum

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