58 static const Int CHANNEL_COUNT[];
78 static const Int CHANNELS_FOURPLEX[4][1];
80 static const Int CHANNELS_EIGHTPLEX[8][1];
82 static const Int CHANNELS_TMT_SIXPLEX[6][1];
87 static const double ISOTOPECORRECTIONS_FOURPLEX[4][4];
89 static const double ISOTOPECORRECTIONS_EIGHTPLEX[8][4];
91 static const double ISOTOPECORRECTIONS_TMT_SIXPLEX[6][4];
Some constants used throughout iTRAQ classes.
Definition: ItraqConstants.h:54
bool active
channel actually added to the experiment?
Definition: ItraqConstants.h:68
static Matrix< double > translateIsotopeMatrix(const int &itraq_type, const IsotopeMatrices &isotope_corrections)
translate isotope correction matrix in -2,-1,+1,+2 form into 114,115,116,117 format
Int name
114-117 or 113 to 121
Definition: ItraqConstants.h:65
static void updateIsotopeMatrixFromStringList(const int itraq_type, const StringList &channels, IsotopeMatrices &isotope_corrections)
convert strings to isotope correction matrix rows
Int id
0-4 or 0-8
Definition: ItraqConstants.h:66
static void initChannelMap(const int itraq_type, ChannelMapType &map)
information about an iTRAQ channel
ITRAQ_TYPES
Definition: ItraqConstants.h:59
@ EIGHTPLEX
Definition: ItraqConstants.h:59
String description
description given by experimentalist (e.g. lung tissue)
Definition: ItraqConstants.h:64
Peak2D::CoordinateType center
expected centroid of peak in MZ
Definition: ItraqConstants.h:67
std::vector< Matrix< double > > IsotopeMatrices
(user defined?) isotope correction matrix in (-2, -1, +1, +2) row style
Definition: ItraqConstants.h:75
std::map< Int, ChannelInfo > ChannelMapType
maps iTRAQ channel (e.g. 117) to more information
Definition: ItraqConstants.h:72
static StringList getIsotopeMatrixAsStringList(const int itraq_type, const IsotopeMatrices &isotope_corrections)
convert isotope correction matrix to stringlist
static void updateChannelMap(const StringList &active_channels, ChannelMapType &map)
activate & annotate channels
stores information on an iTRAQ channel
Definition: ItraqConstants.h:63
double CoordinateType
Coordinate type (of the position)
Definition: Peak2D.h:64
A more convenient string class.
Definition: String.h:60
int Int
Signed integer type.
Definition: Types.h:102
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:48