101 void addScore(
const String & score_name,
double score);
109 const std::vector<Feature> & getFeatures()
const;
112 void getFeatureIDs(std::vector<String> & result)
const;
115 void addPrecursorFeature(
const Feature & feature,
const String& key);
117 void addPrecursorFeature(
Feature && feature,
const String& key);
120 void getPrecursorFeatureIDs(std::vector<String> & result)
const;
126 const Feature & getPrecursorFeature(
const String& key)
const;
A more convenient string class.
Definition: String.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::map< String, int > precursor_feature_map_
map native ids to the precursor features
Definition: MRMFeature.h:144
OpenSwath_Scores pg_scores_
peak group scores
Definition: MRMFeature.h:138
Definition: OpenSwathScores.h:197
FeatureListType precursor_features_
Definition: MRMFeature.h:135
An LC-MS feature.
Definition: Feature.h:70
FeatureListType features_
Definition: MRMFeature.h:133
A structure to hold the different scores computed by OpenSWATH.
Definition: OpenSwathScores.h:82
std::map< String, int > feature_map_
map native ids to the features
Definition: MRMFeature.h:141
A multi-chromatogram MRM feature.
Definition: MRMFeature.h:50
std::vector< Feature > FeatureListType
Type definitions.
Definition: MRMFeature.h:58