OpenMS
Qscore Class Reference

Qscore : quality score for PeakGroup. This class is being updated. For now, simply it calculate the Qscore using a fixed weight vector. The weight vector has been determined by logistic regression. But afterwards, the training part for the Qscore should be added in here. Or other technique such as deep learning would be used. This class also contains tsv output function. The tsv file contains features of PeakGroups which are used for training. More...

#include <OpenMS/ANALYSIS/TOPDOWN/Qscore.h>

Public Types

typedef FLASHDeconvHelperStructs::LogMzPeak LogMzPeak
 

Static Public Member Functions

static float getQscore (const PeakGroup *pg)
 get QScore for a peak group of specific abs_charge More...
 

Static Private Member Functions

static std::vector< double > toFeatureVector_ (const PeakGroup *pg)
 convert a peak group to a feature vector for Qscore calculation More...
 

Detailed Description

Qscore : quality score for PeakGroup. This class is being updated. For now, simply it calculate the Qscore using a fixed weight vector. The weight vector has been determined by logistic regression. But afterwards, the training part for the Qscore should be added in here. Or other technique such as deep learning would be used. This class also contains tsv output function. The tsv file contains features of PeakGroups which are used for training.

Member Typedef Documentation

◆ LogMzPeak

Member Function Documentation

◆ getQscore()

static float getQscore ( const PeakGroup pg)
static

get QScore for a peak group of specific abs_charge

◆ toFeatureVector_()

static std::vector<double> toFeatureVector_ ( const PeakGroup pg)
staticprivate

convert a peak group to a feature vector for Qscore calculation