44 #include <unordered_map> 84 void writeTo(std::ostream& os)
override;
89 void endElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname)
override;
92 void startElement(
const XMLCh*
const ,
const XMLCh*
const ,
const XMLCh*
const qname,
const xercesc::Attributes& attributes)
override;
95 void characters(
const XMLCh*
const chars,
const XMLSize_t length)
override;
103 void addProteinGroups_(
MetaInfoInterface& meta,
const std::vector<ProteinIdentification::ProteinGroup>& groups,
104 const String& group_name,
const std::unordered_map<std::string, UInt>& accession_to_id,
108 void getProteinGroups_(std::vector<ProteinIdentification::ProteinGroup>& groups,
const String& group_name);
Representation of a protein identification run.
Definition: ProteinIdentification.h:74
double it_
Definition: ConsensusXMLHandler.h:119
UInt progress_
Definition: ConsensusXMLHandler.h:145
A more convenient string class.
Definition: String.h:58
MetaInfoInterface * last_meta_
Pointer to last read object as a MetaInfoInterface, or null.
Definition: ConsensusXMLHandler.h:123
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
PeptideIdentification pep_id_
Temporary peptide ProteinIdentification.
Definition: ConsensusXMLHandler.h:127
A container for consensus elements.
Definition: ConsensusMap.h:83
Base class for XML handlers.
Definition: XMLHandler.h:324
ActionMode
Action to set the current mode (for error messages)
Definition: XMLHandler.h:342
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Search parameters of the DB search.
Definition: ProteinIdentification.h:271
PeakFileOptions options_
Options that can be set.
Definition: ConsensusXMLHandler.h:111
std::unordered_map< std::string, UInt > accession_to_id_
Map from search identifier concatenated with protein accession to id.
Definition: ConsensusXMLHandler.h:137
ProteinIdentification::SearchParameters search_param_
Temporary search parameters file.
Definition: ConsensusXMLHandler.h:143
std::map< String, String > proteinid_to_accession_
Map from protein id to accession.
Definition: ConsensusXMLHandler.h:135
Representation of a peptide hit.
Definition: PeptideHit.h:55
ConsensusMap * consensus_map_
Definition: ConsensusXMLHandler.h:115
std::map< String, String > identifier_id_
Map from identification run identifier to file xs:id (for linking peptide identifications to the corr...
Definition: ConsensusXMLHandler.h:139
ConsensusFeature act_cons_element_
Definition: ConsensusXMLHandler.h:117
std::map< String, String > id_identifier_
Map from file xs:id to identification run identifier (for linking peptide identifications to the corr...
Definition: ConsensusXMLHandler.h:141
PeptideHit pep_hit_
Temporary peptide hit.
Definition: ConsensusXMLHandler.h:131
Representation of a protein hit.
Definition: ProteinHit.h:58
ProteinHit prot_hit_
Temporary protein hit.
Definition: ConsensusXMLHandler.h:129
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:52
This class provides Input functionality for ConsensusMaps and Output functionality for alignments and...
Definition: ConsensusXMLHandler.h:64
Options for loading files containing peak data.
Definition: PeakFileOptions.h:47
const ConsensusMap * cconsensus_map_
Definition: ConsensusXMLHandler.h:116
std::vector< PeptideEvidence > peptide_evidences_
Temporary peptide evidences.
Definition: ConsensusXMLHandler.h:133
DPosition< 2 > pos_
Definition: ConsensusXMLHandler.h:118
ProteinIdentification prot_id_
Temporary protein ProteinIdentification.
Definition: ConsensusXMLHandler.h:125
A consensus feature spanning multiple LC-MS/MS experiments.
Definition: ConsensusFeature.h:69
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63