36 #ifndef OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTTRANSFORMER_H 37 #define OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTTRANSFORMER_H 40 #include <OpenMS/config.h> 49 class TransformationDescription;
51 class PeptideIdentification;
52 class ConsensusFeature;
62 static void transformRetentionTimes(
PeakMap& msexp,
64 bool store_original_rt =
false);
67 static void transformRetentionTimes(
69 bool store_original_rt =
false);
72 static void transformRetentionTimes(
74 bool store_original_rt =
false);
77 static void transformRetentionTimes(
78 std::vector<PeptideIdentification>& pep_ids,
83 static void applyToFeature_(
Feature& feature,
85 bool store_original_rt =
false);
88 static void applyToBaseFeature_(
BaseFeature& feature,
90 bool store_original_rt =
false);
93 static void applyToConsensusFeature_(
95 bool store_original_rt =
false);
110 #endif // OPENMS_ANALYSIS_MAPMATCHING_MAPALIGNMENTTRANSFORMER_H
A container for features.
Definition: FeatureMap.h:94
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
A basic LC-MS feature.
Definition: BaseFeature.h:56
An LC-MS feature.
Definition: Feature.h:70
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
A 2-dimensional consensus feature.
Definition: ConsensusFeature.h:65