OpenMS
Loading...
Searching...
No Matches
GNPSQuantificationFile.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
8#pragma once
9
11
12namespace OpenMS
13{
31 class OPENMS_DLLAPI GNPSQuantificationFile
32 {
33 public:
51 static void store(const ConsensusMap& consensus_map, const std::string& output_file);
52 };
53}
A container for consensus elements.
Definition ConsensusMap.h:67
Writer for the feature-quantification (.TXT) table required by GNPS Feature-Based Molecular Networkin...
Definition GNPSQuantificationFile.h:32
static void store(const ConsensusMap &consensus_map, const std::string &output_file)
Write the FBMN feature-quantification table.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19