OpenMS
Loading...
Searching...
No Matches
Qvalue.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: Kyowon Jeong $
6// $Authors: Kyowon Jeong $
7// --------------------------------------------------------------------------
8
9#pragma once
10
14
15namespace 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:189
Qvalue : contains functions to calculate Qvalues from deconvolution quality score (Qscore) defined in...
Definition Qvalue.h:25
FLASHHelperClasses::LogMzPeak LogMzPeak
Definition Qvalue.h:27
static double updatePeakGroupQvalues(std::vector< DeconvolvedSpectrum > &deconvolved_spectra)
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19