MsInspectFile

class pyopenms.MsInspectFile

Bases: object

Cython implementation of _MsInspectFile

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

__init__()
  • Cython signature: void MsInspectFile()

  • Cython signature: void MsInspectFile(MsInspectFile &)

Methods

__init__

  • Cython signature: void MsInspectFile()

load

Cython signature: void load(const String & filename, FeatureMap & feature_map)

store

Cython signature: void store(const String & filename, MSSpectrum & spectrum) Stores a featureXML as a MsInspect file

load()

Cython signature: void load(const String & filename, FeatureMap & feature_map)

The content of the file is stored in features :raises:

Exception: FileNotFound is thrown if the file could not be opened

Raises

Exception: ParseError is thrown if an error occurs during parsing

store()

Cython signature: void store(const String & filename, MSSpectrum & spectrum) Stores a featureXML as a MsInspect file