OpenMS
Loading...
Searching...
No Matches
OpenSwathParquetExporter.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
12#include <OpenMS/config.h>
13
14namespace OpenMS
15{
21 class OPENMS_DLLAPI OpenSwathParquetExporter
22 {
23 public:
26 static void writeFeatureScores(const std::string& filename,
27 const OpenSwathFeatureScoreTable& table);
28
31 static void writeTransitionScores(const std::string& filename,
33 };
34} // namespace OpenMS
Write scored OpenSWATH feature and transition tables to Parquet.
Definition OpenSwathParquetExporter.h:22
static void writeFeatureScores(const std::string &filename, const OpenSwathFeatureScoreTable &table)
static void writeTransitionScores(const std::string &filename, const OpenSwathTransitionScoreTable &table)
Feature-level Parquet export table with dynamically discovered FEATURE_MS1 / FEATURE_MS2 columns.
Definition OpenSwathExportData.h:291
Transition-level Parquet export table with dynamically discovered FEATURE_TRANSITION columns.
Definition OpenSwathExportData.h:332
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19