35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMQUANTILE_H 
   36 #define OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMQUANTILE_H 
   75     static void resample(
const std::vector<double> & data_in, std::vector<double> & data_out, 
UInt n_resampling_points);
 
   82     static void extractIntensityVectors(
const ConsensusMap & map, std::vector<std::vector<double> > & out_intensities);
 
   89     static void setNormalizedIntensityValues(
const std::vector<std::vector<double> > & feature_ints, 
ConsensusMap & map);
 
   94 #endif // OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMQUANTILE_H 
A container for consensus elements. 
Definition: ConsensusMap.h:60
Algorithms of ConsensusMapNormalizer. 
Definition: ConsensusMapNormalizerAlgorithmQuantile.h:47