73 void preCheck(
Param& param)
const override;
90 void addModificationToPeptideHit_(
Feature& feature,
const String& modification)
const;
100 void updateMembers_()
override;
static const int MEDIUM_FEATURE_MAPID_
Map ID for the medium labeled channel.
Definition: ICPLLabeler.h:108
static BaseLabeler * create()
create new object (needed by Factory)
Definition: ICPLLabeler.h:61
A more convenient string class.
Definition: String.h:57
A container for features.
Definition: FeatureMap.h:93
static const String getProductName()
name of the model (needed by Factory)
Definition: ICPLLabeler.h:67
String heavy_channel_label_
Definition: ICPLLabeler.h:98
Representation of a peptide/protein sequence.
Definition: AASequence.h:107
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
An LC-MS feature.
Definition: Feature.h:70
Simulate ICPL experiments.
Definition: ICPLLabeler.h:49
Management and storage of parameters / INI files.
Definition: Param.h:74
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
std::vector< FeatureMapSim > FeatureMapSimVector
Sim FeatureMap Vector.
Definition: SimTypes.h:99
static const int LIGHT_FEATURE_MAPID_
Map ID for the light/unlabeled channel.
Definition: ICPLLabeler.h:106
String medium_channel_label_
Definition: ICPLLabeler.h:97
static const int HEAVY_FEATURE_MAPID_
Map ID for the heavy labeled channel.
Definition: ICPLLabeler.h:110
String light_channel_label_
Definition: ICPLLabeler.h:96
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
Abstract base class for all kinds of labeling techniques.
Definition: BaseLabeler.h:49