GNPSMetaValueFile
- class pyopenms.GNPSMetaValueFile
Bases:
objectCython implementation of _GNPSMetaValueFile
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1GNPSMetaValueFile.html
- __init__()
Cython signature: void GNPSMetaValueFile()
Cython signature: void GNPSMetaValueFile(GNPSMetaValueFile &)
Methods
Cython signature: void GNPSMetaValueFile()
Cython signature: void store(const ConsensusMap & consensus_map, const String & output_file)
- store()
Cython signature: void store(const ConsensusMap & consensus_map, const String & output_file)
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.
- consensus_map: ConsensusMap
Input ConsensusMap from which the input mzML files will be determined.
- output_filestr
Output file path for the meta value table.