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>
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.
◆ LogMzPeak
◆ 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