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
unsigned int UInt
Unsigned integer type.
Definition: Types.h:95
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Algorithms of ConsensusMapNormalizer.
Definition: ConsensusMapNormalizerAlgorithmQuantile.h:47