|
OpenMS
2.6.0
|
Go to the documentation of this file.
79 static void normalizeMaps(
ConsensusMap & map, NormalizationMethod method,
const String& acc_filter,
const String& desc_filter);
89 static Size computeMedians(
const ConsensusMap & map, std::vector<double> & medians,
const String& acc_filter,
const String& desc_filter);
Base class for TOPP applications.
Definition: TOPPBase.h:144
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
Normalization of intensity values.
Definition: DataProcessing.h:70
void sortBySize()
Sorts with respect to the size (number of elements)
A more convenient string class.
Definition: String.h:59
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
#define OPENMS_LOG_WARN
Macro if a warning, a piece of information which should be read by the user, should be logged.
Definition: LogStream.h:460
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::vector< ConsensusFeature >::const_iterator ConstIterator
Non-mutable iterator.
Definition: ConsensusMap.h:172
A container for consensus elements.
Definition: ConsensusMap.h:80
static void normalizeMaps(ConsensusMap &map, const std::vector< double > &ratios)
applies the given ratio to the maps of the consensusMap
int main(int argc, const char **argv)
Definition: INIFileEditor.cpp:73
static void normalizeMaps(ConsensusMap &map)
normalizes the maps of the consensusMap
std::ifstream infile
Questionable file tested by TEST_FILE_EQUAL.
Algorithms of ConsensusMapNormalizer.
Definition: ConsensusMapNormalizerAlgorithmThreshold.h:46
This class provides Input functionality for ConsensusMaps and Output functionality for alignments and...
Definition: ConsensusXMLFile.h:62