GNPSMetaValueFile#

class pyopenms.GNPSMetaValueFile#

Bases: object

Cython implementation of _GNPSMetaValueFile

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: GNPSMetaValueFile) None

Methods

__init__

Overload:

store(self, consensus_map, output_file)

Write meta value table (tsv file) from a list of mzML files.

store(self, consensus_map: ConsensusMap, output_file: bytes | str | String) None#

Write meta value table (tsv file) from a list of mzML files. Required for GNPS FBMN.

This will produce the minimal required meta values and can be extended manually.

Parameters:
  • consensus_map – Input ConsensusMap from which the input mzML files will be determined.

  • output_file – Output file path for the meta value table.