71 void load(
const String& filename,
MRMFeatureQC& mrmfqc,
const bool is_component_group)
const;
91 void pushValuesFromLine_(
93 const std::map<String, Size>& headers,
94 std::vector<MRMFeatureQC::ComponentQCs>& c_qcs
106 void pushValuesFromLine_(
108 const std::map<String, Size>& headers,
109 std::vector<MRMFeatureQC::ComponentGroupQCs>& cg_qcs
130 std::map<
String, std::pair<double,double>>& meta_values_qc
148 const std::map<String, Size>& headers,
151 const Int default_value
168 double getCastValue_(
169 const std::map<String, Size>& headers,
172 const double default_value
190 const std::map<String, Size>& headers,
193 const String& default_value
A more convenient string class.
Definition: String.h:57
File adapter for MRMFeatureQC files.
Definition: MRMFeatureQCFile.h:51
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
This class handles csv files. Currently only loading is implemented.
Definition: CsvFile.h:49
The MRMFeatureQC is a class to handle the parameters and options for MRMFeatureFilter.
Definition: MRMFeatureQC.h:60
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:73
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
int Int
Signed integer type.
Definition: Types.h:102