 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
74 void preCheck(
Param& param)
const override;
91 void addModificationToPeptideHit_(
Feature& feature,
const String& modification)
const;
95 Feature mergeFeatures_(
Feature& labeled_channel_feature,
const AASequence& unmodified_sequence, std::map<String, Feature>& unlabeled_features_index)
const;
101 void updateMembers_()
override;
static const int LIGHT_FEATURE_MAPID_
Map ID for the light/unlabeled channel.
Definition: ICPLLabeler.h:107
static BaseLabeler * create()
create new object (needed by Factory)
Definition: ICPLLabeler.h:62
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
static const int MEDIUM_FEATURE_MAPID_
Map ID for the medium labeled channel.
Definition: ICPLLabeler.h:109
Simulate ICPL experiments.
Definition: ICPLLabeler.h:50
std::vector< FeatureMapSim > FeatureMapSimVector
Sim FeatureMap Vector.
Definition: SimTypes.h:99
A container for features.
Definition: FeatureMap.h:98
An LC-MS feature.
Definition: Feature.h:70
String heavy_channel_label_
Definition: ICPLLabeler.h:99
Abstract base class for all kinds of labeling techniques.
Definition: BaseLabeler.h:49
Management and storage of parameters / INI files.
Definition: Param.h:69
Representation of a peptide/protein sequence.
Definition: AASequence.h:111
static const String getProductName()
name of the model (needed by Factory)
Definition: ICPLLabeler.h:68
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