82 static std::vector<double>
computeCorrelation(
const ConsensusMap & map,
const double & ratio_threshold,
const std::string & acc_filter,
const std::string & desc_filter);
Intensity normalisation of a ConsensusMap by averaging per-feature intensity ratios against a referen...
Definition ConsensusMapNormalizerAlgorithmThreshold.h:36
static void normalizeMaps(ConsensusMap &map, const std::vector< double > &ratios)
Multiply every feature handle's intensity by its map's factor.
ConsensusMapNormalizerAlgorithmThreshold()
Default constructor.
ConsensusMapNormalizerAlgorithmThreshold(const ConsensusMapNormalizerAlgorithmThreshold ©in)
Copy construction is deliberately suppressed.
ConsensusMapNormalizerAlgorithmThreshold & operator=(const ConsensusMapNormalizerAlgorithmThreshold &rhs)
Assignment is deliberately suppressed.
static std::vector< double > computeCorrelation(const ConsensusMap &map, const double &ratio_threshold, const std::string &acc_filter, const std::string &desc_filter)
Compute one normalisation factor per map.
virtual ~ConsensusMapNormalizerAlgorithmThreshold()
Destructor.
A container for consensus elements.
Definition ConsensusMap.h:67
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19