OpenMS
Loading...
Searching...
No Matches
OpenSwathResultsExporter.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: Justin Sing $
6// $Authors: Justin Sing $
7// --------------------------------------------------------------------------
8
9#pragma once
10
13#include <OpenMS/config.h>
14
15#include <vector>
16
17namespace OpenMS
18{
27 class OPENMS_DLLAPI OpenSwathResultsExporter
28 {
29 public:
32 static void write(const std::string& filename,
33 const std::vector<OpenSwathExportRow>& rows,
34 const OpenSwathResultsExportConfig& config);
35 };
36} // namespace OpenMS
Write filtered OpenSWATH feature results to TSV or Parquet.
Definition OpenSwathResultsExporter.h:28
static void write(const std::string &filename, const std::vector< OpenSwathExportRow > &rows, const OpenSwathResultsExportConfig &config)
Configuration for user-facing feature results exports.
Definition OpenSwathExportConfig.h:53
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19