OpenMS
Loading...
Searching...
No Matches
ItraqEightPlexQuantitationMethod.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: Stephan Aiche $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11#include <OpenMS/config.h>
12
14
15namespace OpenMS
16{
70} // namespace
71
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition IsobaricQuantitationMethod.h:32
std::vector< IsobaricChannelInformation > IsobaricChannelList
Definition IsobaricQuantitationMethod.h:72
iTRAQ 8 plex quantitation to be used with the IsobaricQuantitation.
Definition ItraqEightPlexQuantitationMethod.h:24
ItraqEightPlexQuantitationMethod(const ItraqEightPlexQuantitationMethod &other)
Copy c'tor.
Size reference_channel_
The reference channel for this experiment.
Definition ItraqEightPlexQuantitationMethod.h:61
const IsobaricChannelList & getChannelInformation() const override
Returns information on the different channels used by the quantitation method.
Size getReferenceChannel() const override
Returns the index of the reference channel in the IsobaricChannelList (see IsobaricQuantitationMethod...
void setDefaultParams_()
implemented for DefaultParamHandler
Matrix< double > getIsotopeCorrectionMatrix() const override
Returns an isotope correction matrix suitable for the given quantitation method.
Size getNumberOfChannels() const override
Gives the number of channels available for this quantitation method.
ItraqEightPlexQuantitationMethod & operator=(const ItraqEightPlexQuantitationMethod &rhs)
Assignment operator.
void updateMembers_() override
implemented for DefaultParamHandler
const String & getMethodName() const override
Methods to implement from IsobaricQuantitationMethod.
static const String name_
The name of the quantitation method.
Definition ItraqEightPlexQuantitationMethod.h:58
IsobaricChannelList channels_
the actual information on the different itraq8plex channels.
Definition ItraqEightPlexQuantitationMethod.h:55
A 2D matrix class with efficient buffer access for NumPy interoperability.
Definition Matrix.h:35
A more convenient string class.
Definition String.h:34
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