 |
OpenMS
2.4.0
|
Go to the documentation of this file.
57 static const Int CHANNEL_COUNT[];
77 static const Int CHANNELS_FOURPLEX[4][1];
79 static const Int CHANNELS_EIGHTPLEX[8][1];
81 static const Int CHANNELS_TMT_SIXPLEX[6][1];
86 static const double ISOTOPECORRECTIONS_FOURPLEX[4][4];
88 static const double ISOTOPECORRECTIONS_EIGHTPLEX[8][4];
90 static const double ISOTOPECORRECTIONS_TMT_SIXPLEX[6][4];
117 static void updateIsotopeMatrixFromStringList(
const int itraq_type,
const StringList & channels,
IsotopeMatrices & isotope_corrections);
127 static void initChannelMap(
const int itraq_type,
ChannelMapType & map);
A more convenient string class.
Definition: String.h:57
stores information on an iTRAQ channel
Definition: ItraqConstants.h:61
Peak2D::CoordinateType center
Definition: ItraqConstants.h:66
@ TMT_SIXPLEX
Definition: ItraqConstants.h:58
Int name
Definition: ItraqConstants.h:64
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< Matrix< double > > IsotopeMatrices
(user defined?) isotope correction matrix in (-2, -1, +1, +2) row style
Definition: ItraqConstants.h:74
Some constants used throughout iTRAQ classes.
Definition: ItraqConstants.h:52
bool active
Definition: ItraqConstants.h:67
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:73
Int id
Definition: ItraqConstants.h:65
Map< Int, ChannelInfo > ChannelMapType
maps iTRAQ channel (e.g. 117) to more information
Definition: ItraqConstants.h:71
String description
Definition: ItraqConstants.h:63
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
ITRAQ_TYPES
Definition: ItraqConstants.h:58