OpenMS
Loading...
Searching...
No Matches
GNPSMetaValueFile.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Axel Walter $
6// $Authors: Axel Walter $
7
9
10#pragma once
11
12namespace OpenMS
13{
14 class OPENMS_DLLAPI GNPSMetaValueFile
15 {
16 public:
18 static void store(const ConsensusMap& consensus_map, const String& output_file);
19 };
20}
A container for consensus elements.
Definition ConsensusMap.h:68
Definition GNPSMetaValueFile.h:15
static void store(const ConsensusMap &consensus_map, const String &output_file)
Generate a meta value table (tsv file) for GNPS FBMN with information on the input mzML files extract...
A more convenient string class.
Definition String.h:34
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19