|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   39 #include <OpenMS/config.h> 
   48   class TransformationDescription;
 
   50   class PeptideIdentification;
 
   51   class ConsensusFeature;
 
   61     static void transformRetentionTimes(
PeakMap& msexp,
 
   63                                         bool store_original_rt = 
false);
 
   66     static void transformRetentionTimes(
 
   68       bool store_original_rt = 
false);
 
   71     static void transformRetentionTimes(
 
   73       bool store_original_rt = 
false);
 
   76     static void transformRetentionTimes(
 
   77       std::vector<PeptideIdentification>& pep_ids,
 
   82     static void applyToFeature_(
Feature& feature,
 
   84                                 bool store_original_rt = 
false);
 
   87     static void applyToBaseFeature_(
BaseFeature& feature,
 
   89                                     bool store_original_rt = 
false);
 
   92     static void applyToConsensusFeature_(
 
   94       bool store_original_rt = 
false);
 
  
A basic LC-MS feature.
Definition: BaseFeature.h:56
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
A consensus feature spanning multiple LC-MS/MS experiments.
Definition: ConsensusFeature.h:69
A container for consensus elements.
Definition: ConsensusMap.h:80
A container for features.
Definition: FeatureMap.h:97
An LC-MS feature.
Definition: Feature.h:70