|
OpenMS
2.5.0
|
Go to the documentation of this file.
66 const String name_ =
"Ms2IdentificationRate";
95 const String& getName()
const override;
98 const std::vector<IdentificationRateData>& getResults()
const;
std::vector< IdentificationRateData > rate_result_
container that stores results
Definition: Ms2IdentificationRate.h:69
OPENMS_UINT64_TYPE UInt64
Unsigned integer type (64bit)
Definition: Types.h:77
UInt64 num_peptide_identification
Definition: Ms2IdentificationRate.h:59
Storing a status of available/needed inputs (i.e. a set of Requires) as UInt64.
Definition: QCBase.h:118
Structure for storing results.
Definition: Ms2IdentificationRate.h:57
A more convenient string class.
Definition: String.h:58
double identification_rate
Definition: Ms2IdentificationRate.h:61
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
UInt64 num_ms2_spectra
Definition: Ms2IdentificationRate.h:60
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
This class serves as an abstract base class for all QC classes.
Definition: QCBase.h:52
A container for features.
Definition: FeatureMap.h:95
This class is a metric for the QualityControl-ToppTool.
Definition: Ms2IdentificationRate.h:53