37 #include <OpenMS/config.h> 67 const String& getName()
const override;
71 Size getNumberOfChannels()
const override;
75 Size getReferenceChannel()
const override;
94 void setDefaultParams_();
97 void updateMembers_()
override;
A more convenient string class.
Definition: String.h:57
static const String name_
The name of the quantitation method.
Definition: TMTElevenPlexQuantitationMethod.h:84
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
TMT 11plex quantitation to be used with the IsobaricQuantitation.
Definition: TMTElevenPlexQuantitationMethod.h:48
static const std::vector< String > channel_names_
List of available channel names as they are presented to the user.
Definition: TMTElevenPlexQuantitationMethod.h:90
IsobaricChannelList channels_
the actual information on the different tmt11plex channels.
Definition: TMTElevenPlexQuantitationMethod.h:81
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition: IsobaricQuantitationMethod.h:54
std::vector< IsobaricChannelInformation > IsobaricChannelList
Definition: IsobaricQuantitationMethod.h:109
Size reference_channel_
The reference channel for this experiment.
Definition: TMTElevenPlexQuantitationMethod.h:87