OpenMS
|
Go to the source code of this file.
Classes | |
class | AbsoluteQuantitationStandards |
AbsoluteQuantitationStandards is a class to handle the relationship between runs, components, and their actual concentrations. More... | |
struct | AbsoluteQuantitationStandards::runConcentration |
Structure to map runs to components to known concentrations. More... | |
struct | AbsoluteQuantitationStandards::featureConcentration |
Structure to hold a single component and its corresponding known concentration. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
struct OpenMS::AbsoluteQuantitationStandards::runConcentration |
Structure to map runs to components to known concentrations.
Class Members | ||
---|---|---|
double | actual_concentration | |
String | component_name | |
String | concentration_units | |
double | dilution_factor | |
double | IS_actual_concentration | |
String | IS_component_name | |
String | sample_name |
struct OpenMS::AbsoluteQuantitationStandards::featureConcentration |
Structure to hold a single component and its corresponding known concentration.
Class Members | ||
---|---|---|
double | actual_concentration | |
String | concentration_units | |
double | dilution_factor | |
Feature | feature | |
double | IS_actual_concentration | |
Feature | IS_feature |