OpenMS
2.7.0
|
Summary of an isobaric quantitation channel. More...
#include <OpenMS/ANALYSIS/QUANTITATION/IsobaricQuantitationMethod.h>
Public Member Functions | |
IsobaricChannelInformation (const String local_name, const Int local_id, const String &local_description, const Peak2D::CoordinateType &local_center, const Int minus_2, const Int minus_1, const Int plus_1, const Int plus_2) | |
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... | |
Int | channel_id_minus_2 |
Id of the -2 isotopic channel (== -1 -> no channel) More... | |
Int | channel_id_minus_1 |
Id of the -1 isotopic channel (== -1 -> no channel) More... | |
Int | channel_id_plus_1 |
Id of the +1 isotopic channel (== -1 -> no channel) More... | |
Int | channel_id_plus_2 |
Summary of an isobaric quantitation channel.
|
inline |
C'tor.
Peak2D::CoordinateType center |
The expected centroid position of the channel peak in m/z.
Int channel_id_minus_1 |
Id of the -1 isotopic channel (== -1 -> no channel)
Int channel_id_minus_2 |
Id of the -2 isotopic channel (== -1 -> no channel)
Int channel_id_plus_1 |
Id of the +1 isotopic channel (== -1 -> no channel)
Int channel_id_plus_2 |
String description |
Optional description of the channel.
Int id |
The id of the channel.
String name |
The name of the channel.