  | 
  
    OpenMS
    2.6.0
    
   | 
 
 
 
  
  
 
Go to the documentation of this file.
   45 #include <unordered_map> 
  100     void endElement(
const XMLCh* 
const , 
const XMLCh* 
const , 
const XMLCh* 
const qname) 
override;
 
  103     void startElement(
const XMLCh* 
const , 
const XMLCh* 
const , 
const XMLCh* 
const qname, 
const xercesc::Attributes& attributes) 
override;
 
  106     void characters(
const XMLCh* 
const chars, 
const XMLSize_t length) 
override;
 
  114     void addProteinGroups_(
MetaInfoInterface& meta, 
const std::vector<ProteinIdentification::ProteinGroup>& groups,
 
  115                            const String& group_name, 
const std::unordered_map<std::string, UInt>& accession_to_id,
 
  119     void getProteinGroups_(std::vector<ProteinIdentification::ProteinGroup>& groups, 
const String& group_name);
 
  
PeakFileOptions options_
Options that can be set.
Definition: ConsensusXMLFile.h:122
 
std::unordered_map< std::string, UInt > accession_to_id_
Map from search identifier concatenated with protein accession to id.
Definition: ConsensusXMLFile.h:147
 
Base class for XML handlers.
Definition: XMLHandler.h:151
 
PeptideIdentification pep_id_
Temporary peptide ProteinIdentification.
Definition: ConsensusXMLFile.h:137
 
ProteinIdentification prot_id_
Temporary protein ProteinIdentification.
Definition: ConsensusXMLFile.h:135
 
A more convenient string class.
Definition: String.h:59
 
Representation of a protein hit.
Definition: ProteinHit.h:58
 
Map< String, String > identifier_id_
Map from identification run identifier to file xs:id (for linking peptide identifications to the corr...
Definition: ConsensusXMLFile.h:149
 
Representation of a protein identification run.
Definition: ProteinIdentification.h:70
 
Map< String, String > id_identifier_
Map from file xs:id to identification run identifier (for linking peptide identifications to the corr...
Definition: ConsensusXMLFile.h:151
 
Map< String, String > proteinid_to_accession_
Map from protein id to accession.
Definition: ConsensusXMLFile.h:145
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
 
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
 
ProteinHit prot_hit_
Temporary protein hit.
Definition: ConsensusXMLFile.h:139
 
DPosition< 2 > pos_
Definition: ConsensusXMLFile.h:128
 
A consensus feature spanning multiple LC-MS/MS experiments.
Definition: ConsensusFeature.h:69
 
UInt progress_
Definition: ConsensusXMLFile.h:155
 
PeptideHit pep_hit_
Temporary peptide hit.
Definition: ConsensusXMLFile.h:141
 
A container for consensus elements.
Definition: ConsensusMap.h:80
 
unsigned int UInt
Unsigned integer type.
Definition: Types.h:94
 
ProteinIdentification::SearchParameters search_param_
Temporary search parameters file.
Definition: ConsensusXMLFile.h:153
 
Represents the peptide hits for a spectrum.
Definition: PeptideIdentification.h:62
 
MetaInfoInterface * last_meta_
Pointer to last read object as a MetaInfoInterface, or null.
Definition: ConsensusXMLFile.h:133
 
ActionMode
Action to set the current mode (for error messages)
Definition: XMLHandler.h:169
 
ConsensusMap * consensus_map_
Definition: ConsensusXMLFile.h:126
 
Options for loading files containing peak data.
Definition: PeakFileOptions.h:47
 
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48
 
Map class based on the STL map (containing several convenience functions)
Definition: Map.h:50
 
Search parameters of the DB search.
Definition: ProteinIdentification.h:258
 
double it_
Definition: ConsensusXMLFile.h:129
 
ConsensusFeature act_cons_element_
Definition: ConsensusXMLFile.h:127
 
std::vector< PeptideEvidence > peptide_evidences_
Temporary peptide evidences.
Definition: ConsensusXMLFile.h:143
 
This class provides Input functionality for ConsensusMaps and Output functionality for alignments and...
Definition: ConsensusXMLFile.h:62
 
Representation of a peptide hit.
Definition: PeptideHit.h:55