|
OpenMS
2.5.0
|
Go to the documentation of this file.
42 class IsobaricQuantitationMethod;
81 void setDefaultParams_();
84 void updateMembers_()
override;
100 void computeLabelingStatistics_(
ConsensusMap& consensus_map_out);
Given the extracted channel intensities the IsobaricQuantifier corrects and normalizes the intensitie...
Definition: IsobaricQuantifier.h:51
const IsobaricQuantitationMethod * quant_method_
The quantification method used for the dataset to be analyzed.
Definition: IsobaricQuantifier.h:91
bool isotope_correction_enabled_
Is true if isotope correction is enabled, false otherwise.
Definition: IsobaricQuantifier.h:94
Statistics for quantitation performance and comparison of NNLS vs. naive method (aka matrix inversion...
Definition: IsobaricQuantifierStatistics.h:48
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition: IsobaricQuantitationMethod.h:54
A container for consensus elements.
Definition: ConsensusMap.h:79
bool normalization_enabled_
Is true if normalization is enabled, false otherwise.
Definition: IsobaricQuantifier.h:97
IsobaricQuantifierStatistics stats_
Stats of current quantitation run.
Definition: IsobaricQuantifier.h:88