59 void load(
const String & filename,
60 std::vector< PeptideIdentification > & pep_ids,
61 std::vector< ProteinIdentification > & prot_ids
69 void store(
const String& filename,
70 const std::vector<ProteinIdentification>& poid,
71 const std::vector<PeptideIdentification>& peid)
const;
77 int getNumberOfHits()
const;
83 double getMinScore()
const;
89 double getMaxScore()
const;
100 static void writeXQuestXMLSpec(
String out_file,
String base_name,
const OPXLDataStructs::PreprocessedPairSpectra& preprocessed_pair_spectra,
const std::vector< std::pair<Size, Size> >& spectrum_pairs,
const std::vector< std::vector< OPXLDataStructs::CrossLinkSpectrumMatch > >& all_top_csms,
const PeakMap& spectra);
109 static void writeXQuestXMLSpec(
String out_file,
String base_name,
const std::vector< std::vector< OPXLDataStructs::CrossLinkSpectrumMatch > >& all_top_csms,
const PeakMap& spectra);
A more convenient string class.
Definition: String.h:57
double min_score_
Definition: XQuestResultXMLFile.h:131
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
The representation of a 1D spectrum.
Definition: MSSpectrum.h:66
Definition: XQuestResultXMLFile.h:45
The PreprocessedPairSpectra struct represents the result of comparing a light and a heavy labeled spe...
Definition: OPXLDataStructs.h:281
int n_hits_
Definition: XQuestResultXMLFile.h:129
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
double max_score_
Definition: XQuestResultXMLFile.h:132
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48