OpenMS  2.5.0
MzIdentMLHandler.h
Go to the documentation of this file.
1 // --------------------------------------------------------------------------
2 // OpenMS -- Open-Source Mass Spectrometry
3 // --------------------------------------------------------------------------
4 // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
5 // ETH Zurich, and Freie Universitaet Berlin 2002-2020.
6 //
7 // This software is released under a three-clause BSD license:
8 // * Redistributions of source code must retain the above copyright
9 // notice, this list of conditions and the following disclaimer.
10 // * Redistributions in binary form must reproduce the above copyright
11 // notice, this list of conditions and the following disclaimer in the
12 // documentation and/or other materials provided with the distribution.
13 // * Neither the name of any author or any participating institution
14 // may be used to endorse or promote products derived from this software
15 // without specific prior written permission.
16 // For a full list of authors, refer to the file AUTHORS.
17 // --------------------------------------------------------------------------
18 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 // ARE DISCLAIMED. IN NO EVENT SHALL ANY OF THE AUTHORS OR THE CONTRIBUTING
22 // INSTITUTIONS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
23 // EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25 // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28 // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 //
30 // --------------------------------------------------------------------------
31 // $Maintainer: Mathias Walzer $
32 // $Authors: Mathias Walzer, Andreas Bertsch $
33 // --------------------------------------------------------------------------
34 
35 #pragma once
36 
38 
48 
50 
51 #include <vector>
52 
53 namespace OpenMS
54 {
55  class ProgressLogger;
56 
57  namespace Internal
58  {
59 
69  class OPENMS_DLLAPI MzIdentMLHandler :
70  public XMLHandler
71  {
72 public:
75  MzIdentMLHandler(const Identification& id, const String& filename, const String& version, const ProgressLogger& logger);
78  MzIdentMLHandler(const std::vector<ProteinIdentification>& pro_id, const std::vector<PeptideIdentification>& pep_id, const String& filename, const String& version, const ProgressLogger& logger);
79 
81  MzIdentMLHandler(Identification& id, const String& filename, const String& version, const ProgressLogger& logger);
83  MzIdentMLHandler(std::vector<ProteinIdentification>& pro_id, std::vector<PeptideIdentification>& pep_id, const String& filename, const String& version, const ProgressLogger& logger);
84 
86  ~MzIdentMLHandler() override;
88 
89 
90  // Docu in base class
91  void endElement(const XMLCh* const /*uri*/, const XMLCh* const /*local_name*/, const XMLCh* const qname) override;
92 
93  // Docu in base class
94  void startElement(const XMLCh* const /*uri*/, const XMLCh* const /*local_name*/, const XMLCh* const qname, const xercesc::Attributes& attributes) override;
95 
96  // Docu in base class
97  void characters(const XMLCh* const chars, const XMLSize_t length) override;
98 
99  //Docu in base class
100  void writeTo(std::ostream& os) override;
101 
102 protected:
105 
110 
111  //~ PeakMap* ms_exp_;
112 
115 
119  std::vector<ProteinIdentification>* pro_id_;
121  std::vector<PeptideIdentification>* pep_id_;
122 
124  const std::vector<ProteinIdentification>* cpro_id_;
125  const std::vector<PeptideIdentification>* cpep_id_;
126 
129 
132 
134  void handleCVParam_(const String& parent_parent_tag, const String& parent_tag, const String& accession, /* const String& name, */ /* const String& value, */ const xercesc::Attributes& attributes, const String& cv_ref /* , const String& unit_accession="" */);
135 
137  void handleUserParam_(const String& parent_parent_tag, const String& parent_tag, const String& name, const String& type, const String& value);
138 
140  void writeMetaInfos_(String& s, const MetaInfoInterface& meta, UInt indent) const;
141 
143  ControlledVocabulary::CVTerm getChildWithName_(const String& parent_accession, const String& name) const;
144 
146  //void writeSourceFile_(std::ostream& os, const String& id, const SourceFile& software);
147 
149  void writeEnzyme_(String& s, DigestionEnzymeProtein enzy, UInt miss, UInt indent) const;
150 
152  void writeModParam_(String& s, const std::vector<String>& mod_names, bool fixed, UInt indent) const;
153 
155  void writeFragmentAnnotations_(String& s, const std::vector<PeptideHit::PeakAnnotation>& annotations, UInt indent, bool is_ppxl) const;
156 
158  String trimOpenMSfileURI(const String file) const;
159 
161  void writePeptideHit(const PeptideHit& hit,
162  std::vector<PeptideIdentification>::const_iterator& it,
163  std::map<String, String>& pep_ids,
164  String cv_ns, std::set<String>& sen_set,
165  std::map<String, String>& sen_ids,
166  std::map<String, std::vector<String> >& pep_evis,
167  std::map<String, double>& pp_identifier_2_thresh,
168  String& sidres);
169 
171  void writeXLMSPeptideHit(const PeptideHit& hit,
172  std::vector<PeptideIdentification>::const_iterator& it,
173  String ppxl_linkid, std::map<String, String>& pep_ids,
174  String cv_ns, std::set<String>& sen_set,
175  std::map<String, String>& sen_ids,
176  std::map<String, std::vector<String> >& pep_evis,
177  std::map<String, double>& pp_identifier_2_thresh,
178  double ppxl_crosslink_mass,
179  std::map<String, String>& ppxl_specref_2_element,
180  String& sid, bool alpha_peptide);
181 
182 private:
185  MzIdentMLHandler& operator=(const MzIdentMLHandler& rhs);
187  std::map<String, String> pp_identifier_2_sil_;
188  std::map<String, String> sil_2_sdb_;
189  std::map<String, String> sil_2_sdat_;
190  std::map<String, String> ph_2_sdat_;
191  std::map<String, String> sil_2_sip_;
195 
196  };
197  } // namespace Internal
198 } // namespace OpenMS
LogStream.h
OpenMS::Internal::MzIdentMLHandler::sil_2_sdb_
std::map< String, String > sil_2_sdb_
mapping spectrumidentificationlist to the search data bases
Definition: MzIdentMLHandler.h:188
OpenMS::Internal::MzIdentMLHandler::pep_id_
std::vector< PeptideIdentification > * pep_id_
Identification Item for peptides.
Definition: MzIdentMLHandler.h:121
OpenMS::Internal::MzIdentMLHandler::cpep_id_
const std::vector< PeptideIdentification > * cpep_id_
Definition: MzIdentMLHandler.h:125
OpenMS::ControlledVocabulary
Representation of a controlled vocabulary.
Definition: ControlledVocabulary.h:54
OpenMS::Internal::XMLHandler
Base class for XML handlers.
Definition: XMLHandler.h:151
ControlledVocabulary.h
OpenMS::Internal::MzIdentMLHandler::cv_
ControlledVocabulary cv_
Controlled vocabulary (psi-ms from OpenMS/share/OpenMS/CV/psi-ms.obo)
Definition: MzIdentMLHandler.h:107
OpenMS::Internal::MzIdentMLHandler
XML STREAM handler for MzIdentMLFile.
Definition: MzIdentMLHandler.h:69
OpenMS::Internal::MzIdentMLHandler::pp_identifier_2_sil_
std::map< String, String > pp_identifier_2_sil_
mapping peptide/proteinidentification identifier_ to spectrumidentificationlist
Definition: MzIdentMLHandler.h:187
OpenMS::String
A more convenient string class.
Definition: String.h:58
OpenMS::Internal::MzIdentMLHandler::sil_2_sip_
std::map< String, String > sil_2_sip_
mapping spectrumidentificationlist to the search protocol (where the params are at)
Definition: MzIdentMLHandler.h:191
OpenMS::Internal::MzIdentMLHandler::current_spectrum_id_
SpectrumIdentification current_spectrum_id_
SpectrumIdentification Item.
Definition: MzIdentMLHandler.h:128
IdentificationHit.h
OpenMS::ProteinHit
Representation of a protein hit.
Definition: ProteinHit.h:57
OpenMS::Internal::MzIdentMLHandler::ph_2_sdat_
std::map< String, String > ph_2_sdat_
mapping identification runs (mapping PeptideIdentifications and ProteinIdentifications via ....
Definition: MzIdentMLHandler.h:190
OpenMS::Internal::MzIdentMLHandler::pep_sequences_
Map< String, AASequence > pep_sequences_
Definition: MzIdentMLHandler.h:186
OpenMS::Internal::MzIdentMLHandler::current_mod_location_
Int current_mod_location_
Definition: MzIdentMLHandler.h:193
OpenMS::Internal::MzIdentMLHandler::actual_protein_
ProteinHit actual_protein_
Definition: MzIdentMLHandler.h:194
XMLHandler.h
Identification.h
OpenMS::Internal::MzIdentMLHandler::actual_peptide_
AASequence actual_peptide_
Definition: MzIdentMLHandler.h:192
OpenMS::Internal::MzIdentMLHandler::unimod_
ControlledVocabulary unimod_
Controlled vocabulary for modifications (unimod from OpenMS/share/OpenMS/CV/unimod....
Definition: MzIdentMLHandler.h:109
OpenMS
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
DigestionEnzymeProtein.h
OpenMS::Internal::MzIdentMLHandler::cid_
const Identification * cid_
Definition: MzIdentMLHandler.h:123
OpenMS::ProgressLogger
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
OpenMS::Internal::MzIdentMLHandler::current_id_hit_
IdentificationHit current_id_hit_
IdentificationHit Item.
Definition: MzIdentMLHandler.h:131
OpenMS::MetaInfoInterface
Interface for classes that can store arbitrary meta information (Type-Name-Value tuples).
Definition: MetaInfoInterface.h:60
ProteinHit.h
int
ProteinIdentification.h
OpenMS::DigestionEnzymeProtein
Representation of a digestion enzyme for proteins (protease)
Definition: DigestionEnzymeProtein.h:48
OpenMS::Internal::MzIdentMLHandler::pro_id_
std::vector< ProteinIdentification > * pro_id_
internal Identification Item for proteins
Definition: MzIdentMLHandler.h:119
OpenMS::IdentificationHit
Represents a object which can store the information of an analysisXML instance.
Definition: IdentificationHit.h:48
OpenMS::UInt
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
OpenMS::Internal::MzIdentMLHandler::tag_
String tag_
XML tag parse element.
Definition: MzIdentMLHandler.h:114
AASequence.h
OpenMS::ControlledVocabulary::CVTerm
Representation of a CV term.
Definition: ControlledVocabulary.h:60
OpenMS::Identification
Represents a object which can store the information of an analysisXML instance.
Definition: Identification.h:52
OpenMS::SpectrumIdentification
Represents a object which can store the information of an analysisXML instance.
Definition: SpectrumIdentification.h:49
OpenMS::Internal::MzIdentMLHandler::cpro_id_
const std::vector< ProteinIdentification > * cpro_id_
Definition: MzIdentMLHandler.h:124
OpenMS::AASequence
Representation of a peptide/protein sequence.
Definition: AASequence.h:113
OpenMS::Map
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
OpenMS::Internal::MzIdentMLHandler::logger_
const ProgressLogger & logger_
Progress logger.
Definition: MzIdentMLHandler.h:104
PeptideIdentification.h
OpenMS::Internal::MzIdentMLHandler::id_
Identification * id_
Identification Item.
Definition: MzIdentMLHandler.h:117
StandardTypes.h
OpenMS::Internal::MzIdentMLHandler::sil_2_sdat_
std::map< String, String > sil_2_sdat_
mapping spectrumidentificationlist to the search input
Definition: MzIdentMLHandler.h:189
OpenMS::PeptideHit
Representation of a peptide hit.
Definition: PeptideHit.h:54