OpenMS
Qvalue.h
Go to the documentation of this file.
1 // Copyright (c) 2002-present, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Kyowon Jeong $
6 // $Authors: Kyowon Jeong $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
13 #include <OpenMS/KERNEL/Peak1D.h>
14 
15 namespace OpenMS
16 {
17  class PeakGroup;
18 
24  class OPENMS_DLLAPI Qvalue
25  {
26  public:
28 
32  static double updatePeakGroupQvalues(std::vector<DeconvolvedSpectrum>& deconvolved_spectra);
33 
34  private:
35  };
36 } // namespace OpenMS
log transformed peak. After deconvolution, all necessary information from deconvolution such as charg...
Definition: FLASHHelperClasses.h:177
Qvalue : contains functions to calculate Qvalues from deconvolution quality score.
Definition: Qvalue.h:25
FLASHHelperClasses::LogMzPeak LogMzPeak
Definition: Qvalue.h:27
static double updatePeakGroupQvalues(std::vector< DeconvolvedSpectrum > &deconvolved_spectra)
FLASHIda C++ to C# (or vice versa) bridge functions The functions here are called in C# to invoke fun...
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19