Algorithms of ConsensusMapNormalizer. More...
#include <OpenMS/ANALYSIS/MAPMATCHING/ConsensusMapNormalizerAlgorithmThreshold.h>
Public Member Functions | |
| ConsensusMapNormalizerAlgorithmThreshold () | |
| default constructor is not implemented -> private | |
| virtual | ~ConsensusMapNormalizerAlgorithmThreshold () |
| destructor is not implemented -> private | |
Static Public Member Functions | |
| static std::vector< double > | computeCorrelation (const ConsensusMap &map, const double &ratio_threshold) |
| determines the ratio of all maps to the map with the most features | |
| static void | normalizeMaps (ConsensusMap &map, const std::vector< double > &ratios) |
| applies the given ratio to the maps of the consensusMap | |
Private Member Functions | |
| ConsensusMapNormalizerAlgorithmThreshold (const ConsensusMapNormalizerAlgorithmThreshold ©in) | |
| copy constructor is not implemented -> private | |
| ConsensusMapNormalizerAlgorithmThreshold & | operator= (const ConsensusMapNormalizerAlgorithmThreshold &rhs) |
| assignment operator is not implemented -> private | |
Algorithms of ConsensusMapNormalizer.
| ConsensusMapNormalizerAlgorithmThreshold | ( | const ConsensusMapNormalizerAlgorithmThreshold & | copyin | ) | [private] |
copy constructor is not implemented -> private
default constructor is not implemented -> private
| virtual ~ConsensusMapNormalizerAlgorithmThreshold | ( | ) | [virtual] |
destructor is not implemented -> private
| static std::vector<double> computeCorrelation | ( | const ConsensusMap & | map, | |
| const double & | ratio_threshold | |||
| ) | [static] |
determines the ratio of all maps to the map with the most features
| map | ConsensusMap | |
| ratio_threshold | threshold for the ratio |
| static void normalizeMaps | ( | ConsensusMap & | map, | |
| const std::vector< double > & | ratios | |||
| ) | [static] |
applies the given ratio to the maps of the consensusMap
| map | ConsensusMap | |
| ratios | ratios for the normalization |
| ConsensusMapNormalizerAlgorithmThreshold& operator= | ( | const ConsensusMapNormalizerAlgorithmThreshold & | rhs | ) | [private] |
assignment operator is not implemented -> private
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:49 using doxygen 1.7.1 |