GNPSMGFFile#

class pyopenms.GNPSMGFFile#

Bases: object

Cython implementation of _GNPSMGFFile

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

– Inherits from [‘DefaultParamHandler’]

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

  • Cython signature: void GNPSMGFFile(GNPSMGFFile &)

Methods

__init__

  • Cython signature: void GNPSMGFFile()

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

store

Cython signature: void store(String & consensus_file_path, StringList & mzml_file_paths, String & out) Export consensus file from default workflow to GNPS MGF format

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

store()#

Cython signature: void store(String & consensus_file_path, StringList & mzml_file_paths, String & out) Export consensus file from default workflow to GNPS MGF format