92 static void resample(
const std::vector<double> & data_in, std::vector<double> & data_out,
UInt n_resampling_points);
Quantile-normalisation of feature intensities across the maps of a ConsensusMap.
Definition ConsensusMapNormalizerAlgorithmQuantile.h:30
static void resample(const std::vector< double > &data_in, std::vector< double > &data_out, UInt n_resampling_points)
Linearly resample data_in to n_resampling_points evenly-spaced positions.
ConsensusMapNormalizerAlgorithmQuantile(const ConsensusMapNormalizerAlgorithmQuantile ©in)
Copy construction is deliberately suppressed.
ConsensusMapNormalizerAlgorithmQuantile & operator=(const ConsensusMapNormalizerAlgorithmQuantile &rhs)
Assignment is deliberately suppressed.
ConsensusMapNormalizerAlgorithmQuantile()
Default constructor.
static void normalizeMaps(ConsensusMap &map)
Quantile-normalise the feature intensities of map in place.
static void extractIntensityVectors(const ConsensusMap &map, std::vector< std::vector< double > > &out_intensities)
Collect the feature-handle intensities of map into one vector per source map.
static void setNormalizedIntensityValues(const std::vector< std::vector< double > > &feature_ints, ConsensusMap &map)
Push the per-map intensity vectors back into the corresponding feature handles.
virtual ~ConsensusMapNormalizerAlgorithmQuantile()
Destructor.
A container for consensus elements.
Definition ConsensusMap.h:67
unsigned int UInt
Unsigned integer type.
Definition Types.h:64
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19