35 #ifndef OPENMS_ANALYSIS_QUANTITATION_ITRAQFOURPLEXQUANTITATIONMETHOD_H 36 #define OPENMS_ANALYSIS_QUANTITATION_ITRAQFOURPLEXQUANTITATIONMETHOD_H 66 const String& getName()
const;
68 const IsobaricChannelList& getChannelInformation()
const;
70 Size getNumberOfChannels()
const;
74 Size getReferenceChannel()
const;
90 void setDefaultParams_();
93 void updateMembers_();
97 #endif // OPENMS_ANALYSIS_QUANTITATION_ITRAQFOURPLEXQUANTITATIONMETHOD_H Size reference_channel_
The reference channel for this experiment.
Definition: ItraqFourPlexQuantitationMethod.h:86
A more convenient string class.
Definition: String.h:57
iTRAQ 4 plex quantitation to be used with the IsobaricQuantitation.
Definition: ItraqFourPlexQuantitationMethod.h:47
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
IsobaricChannelList channels_
the actual information on the different itraq4plex channels.
Definition: ItraqFourPlexQuantitationMethod.h:80
static const String name_
The name of the quantitation method.
Definition: ItraqFourPlexQuantitationMethod.h:83
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