Representation of a peptide/protein sequence.
Definition: AASequence.h:112
Abstract base class for all kinds of labeling techniques.
Definition: BaseLabeler.h:51
A container for features.
Definition: FeatureMap.h:105
An LC-MS feature.
Definition: Feature.h:72
Simulate ICPL experiments.
Definition: ICPLLabeler.h:51
String medium_channel_label_
Definition: ICPLLabeler.h:97
Feature mergeFeatures_(Feature &labeled_channel_feature, const AASequence &unmodified_sequence, Map< String, Feature > &unlabeled_features_index) const
void postRawTandemMSHook(SimTypes::FeatureMapSimVector &, SimTypes::MSSimExperiment &) override
Labeling after Tandem MS (e.g. iTRAQ)
ICPLLabeler()
default constructor
void addModificationToPeptideHit_(Feature &feature, const String &modification) const
void postIonizationHook(SimTypes::FeatureMapSimVector &) override
Labeling after ionization.
String getUnmodifiedAASequence_(const Feature &feature, const String &label) const
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
void addLabelToProteinHits_(SimTypes::FeatureMapSim &features, const String &label) const
void postRTHook(SimTypes::FeatureMapSimVector &) override
Labeling after rt simulation.
void postDigestHook(SimTypes::FeatureMapSimVector &) override
Labeling between digestion and rt simulation.
void setUpHook(SimTypes::FeatureMapSimVector &) override
Hook to prepare the simulation process.
void postRawMSHook(SimTypes::FeatureMapSimVector &) override
Labeling after raw signal generation.
String heavy_channel_label_
Definition: ICPLLabeler.h:98
void postDetectabilityHook(SimTypes::FeatureMapSimVector &) override
Labeling after detectability simulation.
~ICPLLabeler() override
destructor
void updateMembers_() override
This method is used to update extra member variables at the end of the setParameters() method.
String light_channel_label_
Definition: ICPLLabeler.h:96
static const int LIGHT_FEATURE_MAPID_
Map ID for the light/unlabeled channel.
Definition: ICPLLabeler.h:106
static const String getProductName()
name of the model (needed by Factory)
Definition: ICPLLabeler.h:67
void preCheck(Param ¶m) const override
Checks the (simulation) params passed if they are consistent with the labeling technique.
static const int HEAVY_FEATURE_MAPID_
Map ID for the heavy labeled channel.
Definition: ICPLLabeler.h:110
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:52
Management and storage of parameters / INI files.
Definition: Param.h:70
A more convenient string class.
Definition: String.h:61
std::vector< FeatureMapSim > FeatureMapSimVector
Sim FeatureMap Vector.
Definition: SimTypes.h:99
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47