Merge files according to experimental design.
More...
#include <OpenMS/ANALYSIS/QUANTITATION/QuantitativeExperimentalDesign.h>
List of all members.
Public Member Functions |
| | QuantitativeExperimentalDesign () |
| | Default constructor.
|
| virtual | ~QuantitativeExperimentalDesign () |
| void | applyDesign2Resolver (ProteinResolver &resolver, TextFile &file, StringList &fileNames) |
| | xxxxxxx
|
| void | applyDesign2Quantifier (PeptideAndProteinQuant &quantifier, TextFile &file, StringList &fileNames) |
| | xxxxxxx
|
Private Member Functions |
| | QuantitativeExperimentalDesign (const QuantitativeExperimentalDesign &) |
| | Not implemented.
|
| QuantitativeExperimentalDesign & | operator= (const QuantitativeExperimentalDesign &) |
| | Not implemented.
|
| void | mergeFeatureMaps_ (FeatureMap<> &map, const String &experiment, StringList &file_paths) |
| void | mergeConsensusMaps_ (ConsensusMap &map, const String &experiment, StringList &file_paths) |
| void | mergeIDFiles_ (std::vector< ProteinIdentification > &proteins, std::vector< PeptideIdentification > &peptides, const String &experiment, StringList &file_paths) |
| void | findRelevantFilePaths_ (std::map< String, StringList > &design2FileBaseName, std::map< String, StringList > &design2FilePath, StringList &filePaths) |
| void | analyzeHeader_ (UInt &expCol, UInt &fileCol, StringList &header) |
| | Analyze header, which column represents filename and experimental setting.
|
| void | getSeparator_ (String &separator) |
| | Helper class to get separator of the experimental design text file.
|
| void | mapFiles2Design_ (std::map< String, StringList > &experiments, TextFile &file) |
| | helper class. which file name belongs to which experimental setting
|
Detailed Description
Merge files according to experimental design.
This class
Constructor & Destructor Documentation
Member Function Documentation
Analyze header, which column represents filename and experimental setting.
| void getSeparator_ |
( |
String & |
separator |
) |
[private] |
Helper class to get separator of the experimental design text file.
helper class. which file name belongs to which experimental setting
| OpenMS / TOPP release 1.10.0 |
Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |