OpenMS
Loading...
Searching...
No Matches
TransitionParquetFile.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
14namespace OpenSwath
15{
16 struct LightTargetedExperiment;
17}
18
19namespace OpenMS
20{
21
96 class OPENMS_DLLAPI TransitionParquetFile
97 {
98 public:
101
104
107
110 };
111
112} // namespace OpenMS
A more convenient string class.
Definition String.h:34
Read OpenSwath Parquet library input (.oswpq) into LightTargetedExperiment.
Definition TransitionParquetFile.h:97
void convertParquetToTargetedExperiment(const String &oswpq_dir, OpenSwath::LightTargetedExperiment &targeted_exp) const
Read a .oswpq library directory and populate a LightTargetedExperiment.
void convertLightTargetedExperimentToParquet(const String &oswpq_path, const OpenSwath::LightTargetedExperiment &targeted_exp) const
Write a LightTargetedExperiment to a .oswpq library (zip file or directory)
TransitionParquetFile()=default
Default constructor.
~TransitionParquetFile()=default
Default destructor.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition Scoring.h:18
Definition TransitionExperiment.h:356