 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
75 void preCheck(
Param& )
const override;
92 void addModificationToPeptideHit_(
Feature& feature,
const String& modification)
const;
94 Feature mergeFeatures_(
Feature& labeled_channel_feature,
const String& unmodified_sequence, std::map<String, Feature>& unlabeled_features_index,
Int index_channel_id,
Int labeled_channel_id)
const;
96 Feature mergeAllChannelFeatures_(
Feature& heavy_channel_feature,
const String& unmodified_feature_sequence, std::map<String, Feature>& light_channel_feature_index, std::map<String, Feature>& medium_channel_feature_index)
const;
104 bool canModificationBeApplied_(
const String& modification_id,
const String& aa)
const;
108 void updateMembers_()
override;
String heavy_channel_arginine_label_
Definition: SILACLabeler.h:102
static const int MEDIUM_FEATURE_MAPID_
Map ID for the medium labeled channel.
Definition: SILACLabeler.h:116
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
int Int
Signed integer type.
Definition: Types.h:102
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
static const int LIGHT_FEATURE_MAPID_
Map ID for the light/unlabeled channel.
Definition: SILACLabeler.h:114
static const String getProductName()
name of the model (needed by Factory)
Definition: SILACLabeler.h:69
String medium_channel_lysine_label_
Definition: SILACLabeler.h:98
static const int HEAVY_FEATURE_MAPID_
Map ID for the heavy labeled channel.
Definition: SILACLabeler.h:118
static BaseLabeler * create()
create new object (needed by Factory)
Definition: SILACLabeler.h:63
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
Abstract base class for all kinds of labeling techniques.
Definition: BaseLabeler.h:49
String medium_channel_arginine_label_
Definition: SILACLabeler.h:99
Management and storage of parameters / INI files.
Definition: Param.h:69
Simulate SILAC experiments.
Definition: SILACLabeler.h:51
String heavy_channel_lysine_label_
Definition: SILACLabeler.h:101