![]() |
OpenMS
|
setQscore : quality score for PeakGroup. This class is being updated. For now, simply it calculate the setQscore using a fixed weight vector. The weight vector has been determined by logistic regression. But afterwards, the training part for the setQscore 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 FLASHHelperClasses::LogMzPeak | LogMzPeak |
Static Public Member Functions | |
| static double | getQscore (const PeakGroup *pg, const MSSpectrum &spectrum) |
| get QScore for a peak group of specific abs_charge More... | |
| static void | writeAttCsvForQscoreTraining (const DeconvolvedSpectrum &deconvolved_spectrum, std::fstream &f) |
| static void | writeAttCsvForQscoreTrainingHeader (std::fstream &f) |
Static Private Member Functions | |
| static std::vector< double > | toFeatureVector_ (const PeakGroup *pg) |
| convert a peak group to a feature vector for setQscore calculation More... | |
Static Private Attributes | |
| static std::vector< double > | weight_centroid_ |
| static std::vector< double > | weight_profile_ |
| static std::vector< double > | weight_CV_0_ |
| static std::vector< double > | weight_CV_40_ |
| static std::vector< double > | weight_CV_50_ |
| static std::vector< double > | weight_CV_60_ |
setQscore : quality score for PeakGroup. This class is being updated. For now, simply it calculate the setQscore using a fixed weight vector. The weight vector has been determined by logistic regression. But afterwards, the training part for the setQscore 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.
|
static |
get QScore for a peak group of specific abs_charge
|
staticprivate |
convert a peak group to a feature vector for setQscore calculation
|
static |
Referenced by TOPPFLASHDeconv::main_().
|
static |
Referenced by TOPPFLASHDeconv::main_().
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |