35 #ifndef OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMTHRESHOLD_H 36 #define OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMTHRESHOLD_H 70 static std::vector<double> computeCorrelation(
const ConsensusMap & map,
const double & ratio_threshold,
const String & acc_filter,
const String & desc_filter);
77 static void normalizeMaps(
ConsensusMap & map,
const std::vector<double> & ratios);
82 #endif // OPENMS_ANALYSIS_MAPMATCHING_CONSENSUSMAPNORMALIZERALGORITHMTHRESHOLD_H A more convenient string class.
Definition: String.h:57
A container for consensus elements.
Definition: ConsensusMap.h:72
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Algorithms of ConsensusMapNormalizer.
Definition: ConsensusMapNormalizerAlgorithmThreshold.h:47