88 void exportRowFromFeature_(
93 const std::multimap<
OpenMS::String, std::pair<OpenMS::Size, OpenMS::Size>>& UIDs,
96 const std::map<OpenMS::String,OpenMS::String>& prot_map = {});
131 void exportFeatureMap(
135 const std::map<OpenMS::String,OpenMS::String>& prot_map = {});
A more convenient string class.
Definition: String.h:58
std::fstream file_
Stream where the data is added to create evidence.txt.
Definition: MQEvidenceExporter.h:63
A container for features.
Definition: FeatureMap.h:98
A container for consensus elements.
Definition: ConsensusMap.h:83
OpenMS::String filename_
path and name of the evidence.txt
Definition: MQEvidenceExporter.h:65
two way mapping from ms-run-path to protID|pepID-identifier
Definition: ProteinIdentification.h:82
An LC-MS feature.
Definition: Feature.h:70
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Builds a MaxQuant Evidence.txt.
Definition: MQEvidenceExporter.h:47