35 #ifndef OPENMS_SIMULATION_LABELING_ICPLLABELER_H 36 #define OPENMS_SIMULATION_LABELING_ICPLLABELER_H 74 void preCheck(
Param& param)
const;
91 void addModificationToPeptideHit_(
Feature& feature,
const String& modification)
const;
101 void updateMembers_();
115 #endif //#ifndef OPENMS_SIMULATION_LABELING_ICPLLABELER_H static const int MEDIUM_FEATURE_MAPID_
Map ID for the medium labeled channel.
Definition: ICPLLabeler.h:109
static BaseLabeler * create()
create new object (needed by Factory)
Definition: ICPLLabeler.h:62
A more convenient string class.
Definition: String.h:57
A container for features.
Definition: FeatureMap.h:94
static const String getProductName()
name of the model (needed by Factory)
Definition: ICPLLabeler.h:68
String heavy_channel_label_
Definition: ICPLLabeler.h:99
Representation of a peptide/protein sequence.
Definition: AASequence.h:108
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
An LC-MS feature.
Definition: Feature.h:70
Simulate ICPL experiments.
Definition: ICPLLabeler.h:50
Management and storage of parameters / INI files.
Definition: Param.h:75
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
std::vector< FeatureMapSim > FeatureMapSimVector
Sim FeatureMap Vector.
Definition: SimTypes.h:100
static const int LIGHT_FEATURE_MAPID_
Map ID for the light/unlabeled channel.
Definition: ICPLLabeler.h:107
String medium_channel_label_
Definition: ICPLLabeler.h:98
static const int HEAVY_FEATURE_MAPID_
Map ID for the heavy labeled channel.
Definition: ICPLLabeler.h:111
String light_channel_label_
Definition: ICPLLabeler.h:97
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:51
Abstract base class for all kinds of labeling techniques.
Definition: BaseLabeler.h:50