OpenMS
Loading...
Searching...
No Matches
TargetedDataFileLoader.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
14#include <memory>
15
16namespace OpenMS
17{
18 namespace Interfaces { class IMSDataConsumer; }
19
22 struct OPENMS_DLLAPI TargetedDataFileLoader
23 {
25 static std::vector<::OpenSwath::SwathMap> loadFile(const String& file,
26 const String& tmp,
27 std::shared_ptr<ExperimentalSettings>& exp_meta,
28 const String& readoptions,
29 Interfaces::IMSDataConsumer* plugin_consumer = nullptr);
30 };
31
32}
subpage TOPP_TargetedFileConverter Converts targeted feature or consensus feature files subpage TOPP_FileInfo Shows basic information about the file
Definition TOPP.doxygen:44
The interface of a consumer of spectra and chromatograms.
Definition IMSDataConsumer.h:46
A more convenient string class.
Definition String.h:34
IMSDataConsumer IMSDataConsumer
Definition IMSDataConsumer.h:103
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition TargetedDataFileLoader.h:23
static std::vector<::OpenSwath::SwathMap > loadFile(const String &file, const String &tmp, std::shared_ptr< ExperimentalSettings > &exp_meta, const String &readoptions, Interfaces::IMSDataConsumer *plugin_consumer=nullptr)
Load a file and return Swath maps (may represent chromatogram-only SRM/MRM data)