37 #include <OpenMS/config.h>
94 const std::vector<AbsoluteQuantitationStandards::runConcentration>& run_concentrations,
95 const std::vector<FeatureMap>& feature_maps,
96 std::map<
String, std::vector<AbsoluteQuantitationStandards::featureConcentration>>& components_to_concentrations
113 const std::vector<AbsoluteQuantitationStandards::runConcentration>& run_concentrations,
114 const std::vector<FeatureMap>& feature_maps,
115 const String& component_name,
116 std::vector<AbsoluteQuantitationStandards::featureConcentration>& feature_concentrations
129 const String& component_name,
AbsoluteQuantitationStandards is a class to handle the relationship between runs, components,...
Definition: AbsoluteQuantitationStandards.h:52
String component_name
Definition: AbsoluteQuantitationStandards.h:65
Feature feature
Definition: AbsoluteQuantitationStandards.h:76
String concentration_units
Definition: AbsoluteQuantitationStandards.h:69
~AbsoluteQuantitationStandards()=default
Destructor.
double IS_actual_concentration
Definition: AbsoluteQuantitationStandards.h:68
void getComponentFeatureConcentrations(const std::vector< AbsoluteQuantitationStandards::runConcentration > &run_concentrations, const std::vector< FeatureMap > &feature_maps, const String &component_name, std::vector< AbsoluteQuantitationStandards::featureConcentration > &feature_concentrations) const
Get the feature concentrations from a single component.
String sample_name
Definition: AbsoluteQuantitationStandards.h:64
double actual_concentration
Definition: AbsoluteQuantitationStandards.h:67
bool findComponentFeature_(const FeatureMap &feature_map, const String &component_name, Feature &feature_found) const
Finds a feature for a given component name.
Feature IS_feature
Definition: AbsoluteQuantitationStandards.h:77
String IS_component_name
Definition: AbsoluteQuantitationStandards.h:66
void mapComponentsToConcentrations(const std::vector< AbsoluteQuantitationStandards::runConcentration > &run_concentrations, const std::vector< FeatureMap > &feature_maps, std::map< String, std::vector< AbsoluteQuantitationStandards::featureConcentration >> &components_to_concentrations) const
Method to map runs to components to known concentrations.
AbsoluteQuantitationStandards()=default
Constructor.
double dilution_factor
Definition: AbsoluteQuantitationStandards.h:70
Structure to hold a single component and its corresponding known concentration.
Definition: AbsoluteQuantitationStandards.h:75
Structure to map runs to components to known concentrations.
Definition: AbsoluteQuantitationStandards.h:63
A container for features.
Definition: FeatureMap.h:105
An LC-MS feature.
Definition: Feature.h:72
A more convenient string class.
Definition: String.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47