18#ifndef MS_PEPTIDE_QUANT_RATIO_HPP
19#define MS_PEPTIDE_QUANT_RATIO_HPP
26namespace matrix_science {
27 class ms_peptide_quant_key;
83 bool isMissing()
const;
86 bool isInfinite()
const;
89 double getValue()
const;
95 std::string getRatioName()
const;
98 bool isExcluded()
const;
101 double getWeight()
const;
109 std::string ratioName_;
Feature key identifying a peptide ratio.
Definition: ms_peptide_quant_key.hpp:69
Peptide abundance in one component relative to another in a quantitation experiment.
Definition: ms_peptide_quant_ratio.hpp:61