59 void static updatePeakGroupQvalues(std::vector<DeconvolvedSpectrum>& deconvolved_spectra, std::vector<DeconvolvedSpectrum>& deconvolved_decoy_spectra);
63 static uint getBinNumber(
float qscore, uint total_bin_number);
65 static float getBinValue(uint bin_number, uint total_bin_number);
67 static std::vector<float> getDistribution(
const std::vector<float>& qscores, uint bin_number);
69 static std::vector<float> getDistributionWeights(
const std::vector<float>& mixed_dist,
const std::vector<std::vector<float>>& comp_dists, uint num_iterations = 100);
log transformed peak. After deconvolution, all necessary information from deconvolution such as charg...
Definition: FLASHDeconvHelperStructs.h:164
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
FLASHDeconvHelperStructs::LogMzPeak LogMzPeak
Definition: Qvalue.h:54
Qvalue : contains functions to calculate Qvalues from deconvolution quality score.
Definition: Qvalue.h:51