OpenMS
|
Summary of an isobaric quantitation channel. More...
#include <OpenMS/ANALYSIS/QUANTITATION/IsobaricQuantitationMethod.h>
Public Member Functions | |
IsobaricChannelInformation (String local_name, const Int local_id, String local_description, const Peak2D::CoordinateType &local_center, const std::vector< Int > &affected_channels) | |
C'tor. More... | |
Public Attributes | |
String | name |
The name of the channel. More... | |
Int | id |
The id of the channel. More... | |
String | description |
Optional description of the channel. More... | |
Peak2D::CoordinateType | center |
The expected centroid position of the channel peak in m/z. More... | |
std::vector< Int > | affected_channels |
Ids of the affected channels. Must contain 4 or 8 entries, depending on the number of columns in the Thermo data sheet (with or without subchannels). Order has to match the ones from the correction matrix parameter. More... | |
Summary of an isobaric quantitation channel.
|
inline |
C'tor.
std::vector<Int> affected_channels |
Ids of the affected channels. Must contain 4 or 8 entries, depending on the number of columns in the Thermo data sheet (with or without subchannels). Order has to match the ones from the correction matrix parameter.
Peak2D::CoordinateType center |
The expected centroid position of the channel peak in m/z.
String description |
Optional description of the channel.
Int id |
The id of the channel.
String name |
The name of the channel.