OpenMS
Loading...
Searching...
No Matches
OpenSwathPeptideInference.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{
24 class OPENMS_DLLAPI OpenSwathPeptideInference
25 {
26 public:
28 std::vector<LevelContextResultRow> infer(const std::vector<LevelContextInputRow>& input,
29 const LevelContextInferenceConfig& config) const;
30 };
31} // namespace OpenMS
OpenSwath peptide-level context inference.
Definition OpenSwathPeptideInference.h:25
std::vector< LevelContextResultRow > infer(const std::vector< LevelContextInputRow > &input, const LevelContextInferenceConfig &config) const
Infer peptide-level statistics for the provided rows.
Configuration for peptide-, protein-, and gene-level context inference.
Definition OpenSwathInferenceConfig.h:91
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19