 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
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);
UInt progress_
Definition: ConsensusXMLHandler.h:145
PeptideIdentification pep_id_
Temporary peptide ProteinIdentification.
Definition: ConsensusXMLHandler.h:127
ProteinIdentification::SearchParameters search_param_
Temporary search parameters file.
Definition: ConsensusXMLHandler.h:143
This class provides Input functionality for ConsensusMaps and Output functionality for alignments and...
Definition: ConsensusXMLHandler.h:64
MetaInfoInterface * last_meta_
Pointer to last read object as a MetaInfoInterface, or null.
Definition: ConsensusXMLHandler.h:123
Base class for XML handlers.
Definition: XMLHandler.h:323
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
A more convenient string class.
Definition: String.h:58
Representation of a protein hit.
Definition: ProteinHit.h:58
const ConsensusMap * cconsensus_map_
Definition: ConsensusXMLHandler.h:116
Representation of a protein identification run.
Definition: ProteinIdentification.h:70
std::map< String, String > proteinid_to_accession_
Map from protein id to accession.
Definition: ConsensusXMLHandler.h:135
ProteinIdentification prot_id_
Temporary protein ProteinIdentification.
Definition: ConsensusXMLHandler.h:125
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
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
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
PeptideHit pep_hit_
Temporary peptide hit.
Definition: ConsensusXMLHandler.h:131
A consensus feature spanning multiple LC-MS/MS experiments.
Definition: ConsensusFeature.h:69
A container for consensus elements.
Definition: ConsensusMap.h:82
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
ConsensusFeature act_cons_element_
Definition: ConsensusXMLHandler.h:117
DPosition< 2 > pos_
Definition: ConsensusXMLHandler.h:118
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
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:63
ActionMode
Action to set the current mode (for error messages)
Definition: XMLHandler.h:341
ConsensusMap * consensus_map_
Definition: ConsensusXMLHandler.h:115
Options for loading files containing peak data.
Definition: PeakFileOptions.h:47
double it_
Definition: ConsensusXMLHandler.h:119
std::vector< PeptideEvidence > peptide_evidences_
Temporary peptide evidences.
Definition: ConsensusXMLHandler.h:133
Search parameters of the DB search.
Definition: ProteinIdentification.h:258
Representation of a peptide hit.
Definition: PeptideHit.h:55