11#include <OpenMS/config.h>
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition IsobaricQuantitationMethod.h:35
std::vector< IsobaricChannelInformation > IsobaricChannelList
Definition IsobaricQuantitationMethod.h:111
A 2D matrix class with efficient buffer access for NumPy interoperability.
Definition Matrix.h:35
TMT 32plex quantitation to be used for the IsobaricQuantitation. .
Definition TMTThirtyTwoPlexQuantitationMethod.h:20
TMTThirtyTwoPlexQuantitationMethod()
Default Constructor.
static const std::vector< std::string > channel_names_
List of available channel names as they are presented to the user.
Definition TMTThirtyTwoPlexQuantitationMethod.h:48
Size reference_channel_
The reference channel for this experiment.
Definition TMTThirtyTwoPlexQuantitationMethod.h:45
const IsobaricChannelList & getChannelInformation() const override
Methods to implement from IsobaricQuantitationMethod.
Size getReferenceChannel() const override
Returns the index of the reference channel in the IsobaricChannelList (see IsobaricQuantitationMethod...
void setDefaultParams_()
implemented for DefaultParamHandler
~TMTThirtyTwoPlexQuantitationMethod() override=default
Destructor.
Matrix< double > getIsotopeCorrectionMatrix() const override
Returns an isotope correction matrix suitable for the given quantitation method.
TMTThirtyTwoPlexQuantitationMethod & operator=(const TMTThirtyTwoPlexQuantitationMethod &rhs)
Assignment operator.
Size getNumberOfChannels() const override
Gives the number of channels available for this quantitation method.
TMTThirtyTwoPlexQuantitationMethod(const TMTThirtyTwoPlexQuantitationMethod &other)
Copy Constructor.
void updateMembers_() override
implemented for DefaultParamHandler
IsobaricChannelList channels_
The actual information on the different TMT 32plex channels.
Definition TMTThirtyTwoPlexQuantitationMethod.h:42
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition Types.h:97
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19