OpenMS
|
Algorithms of ConsensusMapNormalizer. More...
#include <OpenMS/ANALYSIS/MAPMATCHING/ConsensusMapNormalizerAlgorithmThreshold.h>
Public Member Functions | |
ConsensusMapNormalizerAlgorithmThreshold () | |
default constructor is not implemented -> private More... | |
virtual | ~ConsensusMapNormalizerAlgorithmThreshold () |
destructor is not implemented -> private More... | |
Static Public Member Functions | |
static std::vector< double > | computeCorrelation (const ConsensusMap &map, const double &ratio_threshold, const String &acc_filter, const String &desc_filter) |
determines the ratio of all maps to the map with the most features More... | |
static void | normalizeMaps (ConsensusMap &map, const std::vector< double > &ratios) |
applies the given ratio to the maps of the consensusMap More... | |
Private Member Functions | |
ConsensusMapNormalizerAlgorithmThreshold (const ConsensusMapNormalizerAlgorithmThreshold ©in) | |
copy constructor is not implemented -> private More... | |
ConsensusMapNormalizerAlgorithmThreshold & | operator= (const ConsensusMapNormalizerAlgorithmThreshold &rhs) |
assignment operator is not implemented -> private More... | |
Algorithms of ConsensusMapNormalizer.
|
private |
copy constructor is not implemented -> private
default constructor is not implemented -> private
|
virtual |
destructor is not implemented -> private
|
static |
determines the ratio of all maps to the map with the most features
map | ConsensusMap |
ratio_threshold | threshold for the ratio |
acc_filter | string describing the regular expression for filtering accessions |
desc_filter | string describing the regular expression for filtering descriptions |
|
static |
applies the given ratio to the maps of the consensusMap
map | ConsensusMap |
ratios | ratios for the normalization |
|
private |
assignment operator is not implemented -> private