OpenMS
Loading...
Searching...
No Matches
OMSSACSVFile.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: Timo Sachsenberg $
6// $Authors: $
7// --------------------------------------------------------------------------
8
9#pragma once
10
14
15#include <vector>
16
17
18namespace OpenMS
19{
28 class OPENMS_DLLAPI OMSSACSVFile
29 {
30public:
31
35 virtual ~OMSSACSVFile();
36
47 void load(const std::string & filename, ProteinIdentification & protein_identification, PeptideIdentificationList & id_data) const;
48 };
49} // namespace OpenMS
50
Definition OMSSACSVFile.h:29
OMSSACSVFile()
Default constructor.
virtual ~OMSSACSVFile()
Destructor.
void load(const std::string &filename, ProteinIdentification &protein_identification, PeptideIdentificationList &id_data) const
Loads a OMSSA file.
Container for peptide identifications from multiple spectra.
Definition PeptideIdentificationList.h:66
Representation of a protein identification run.
Definition ProteinIdentification.h:55
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19