35 #ifndef OPENMS_ANALYSIS_QUANTITATION_TMTELEVENPLEXQUANTITATIONMETHOD_H 36 #define OPENMS_ANALYSIS_QUANTITATION_TMTELEVENPLEXQUANTITATIONMETHOD_H 38 #include <OpenMS/config.h> 68 const String& getName()
const;
72 Size getNumberOfChannels()
const;
76 Size getReferenceChannel()
const;
95 void setDefaultParams_();
98 void updateMembers_();
103 #endif // OPENMS_ANALYSIS_QUANTITATION_TMTELEVENPLEXQUANTITATIONMETHOD_H A more convenient string class.
Definition: String.h:57
static const String name_
The name of the quantitation method.
Definition: TMTElevenPlexQuantitationMethod.h:85
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
TMT 11plex quantitation to be used with the IsobaricQuantitation.
Definition: TMTElevenPlexQuantitationMethod.h:49
static const std::vector< String > channel_names_
List of available channel names as they are presented to the user.
Definition: TMTElevenPlexQuantitationMethod.h:91
IsobaricChannelList channels_
the actual information on the different tmt11plex channels.
Definition: TMTElevenPlexQuantitationMethod.h:82
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition: IsobaricQuantitationMethod.h:55
std::vector< IsobaricChannelInformation > IsobaricChannelList
Definition: IsobaricQuantitationMethod.h:110
Size reference_channel_
The reference channel for this experiment.
Definition: TMTElevenPlexQuantitationMethod.h:88