|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   69     void load(
const String & filename,
 
   70               std::vector< PeptideIdentification > & pep_ids,
 
   71               std::vector< ProteinIdentification > & prot_ids
 
   79     void store(
const String& filename,
 
   80                const std::vector<ProteinIdentification>& poid,
 
   81                const std::vector<PeptideIdentification>& peid) 
const;
 
   87     int getNumberOfHits() 
const;
 
   93     double getMinScore() 
const;
 
   99     double getMaxScore() 
const;
 
  110     static void writeXQuestXMLSpec(
const String& out_file, 
const String& base_name,
 
  112                                    const std::vector< std::pair<Size, Size> >& spectrum_pairs,
 
  113                                    const std::vector< std::vector< OPXLDataStructs::CrossLinkSpectrumMatch > >& all_top_csms,
 
  123     static void writeXQuestXMLSpec(
const String& out_file, 
const String& base_name,
 
  124                                    const std::vector< std::vector< OPXLDataStructs::CrossLinkSpectrumMatch > >& all_top_csms,
 
  
A more convenient string class.
Definition: String.h:59
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
int n_hits_
Total number of hits within the result file.
Definition: XQuestResultXMLFile.h:146
The PreprocessedPairSpectra struct represents the result of comparing a light and a heavy labeled spe...
Definition: OPXLDataStructs.h:303
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Used to load and store xQuest result files.
Definition: XQuestResultXMLFile.h:55
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
double max_score_
Maximum score encountered in file.
Definition: XQuestResultXMLFile.h:148
double min_score_
Minimum score encountered in file.
Definition: XQuestResultXMLFile.h:147
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67