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{
29 class OPENMS_DLLAPI GNPSMetaValueFile
30 {
31 public:
45 static void store(const ConsensusMap& consensus_map, const std::string& output_file);
46 };
47}
A container for consensus elements.
Definition ConsensusMap.h:67
Writer for the meta-value (.TSV) table consumed by GNPS Feature-Based Molecular Networking.
Definition GNPSMetaValueFile.h:30
static void store(const ConsensusMap &consensus_map, const std::string &output_file)
Write the FBMN meta-value TSV seed.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19