83 void mergeIDFiles_(std::vector<ProteinIdentification> & proteins, std::vector<PeptideIdentification> & peptides,
const String & experiment,
StringList & file_paths);
85 void findRelevantFilePaths_(std::map<String, StringList> & design2FileBaseName, std::map<String, StringList> & design2FilePath,
StringList & filePaths);
91 void getSeparator_(
String & separator);
94 void mapFiles2Design_(std::map<String, StringList> & experiments,
TextFile & file);
A more convenient string class.
Definition: String.h:58
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:91
Merge files according to experimental design.
Definition: QuantitativeExperimentalDesign.h:56
Helper class for peptide and protein quantification based on feature data annotated with IDs...
Definition: ProteinResolver.h:56
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
A container for consensus elements.
Definition: ConsensusMap.h:79
This class provides some basic file handling methods for text files.
Definition: TextFile.h:46