39 #include <boost/multi_index_container.hpp>
40 #include <boost/multi_index/ordered_index.hpp>
41 #include <boost/multi_index/member.hpp>
45 namespace IdentificationDataInternal
94 typedef boost::multi_index_container<
96 boost::multi_index::indexed_by<
97 boost::multi_index::ordered_unique<boost::multi_index::member<
A more convenient string class.
Definition: String.h:61
boost::multi_index_container< ParentMolecule, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< ParentMolecule, String, &ParentMolecule::accession > > > > ParentMolecules
Definition: ParentMolecule.h:99
MoleculeType
Definition: MetaData.h:64
@ PROTEIN
Definition: MetaData.h:65
IteratorWrapper< ParentMolecules::iterator > ParentMoleculeRef
Definition: ParentMolecule.h:100
boost::multi_index_container< AppliedProcessingStep, boost::multi_index::indexed_by< boost::multi_index::sequenced<>, boost::multi_index::ordered_unique< boost::multi_index::member< AppliedProcessingStep, boost::optional< ProcessingStepRef >, &AppliedProcessingStep::processing_step_opt > > > > AppliedProcessingSteps
Definition: AppliedProcessingStep.h:116
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Wrapper that adds operator< to iterators, so they can be used as (part of) keys in maps/sets or multi...
Definition: MetaData.h:44
Representation of a parent molecule that is identified only indirectly (e.g. a protein).
Definition: ParentMolecule.h:50
ParentMolecule(const String &accession, MoleculeType molecule_type=MoleculeType::PROTEIN, const String &sequence="", const String &description="", double coverage=0.0, bool is_decoy=false, const AppliedProcessingSteps &steps_and_scores=AppliedProcessingSteps())
Definition: ParentMolecule.h:65
bool is_decoy
Definition: ParentMolecule.h:63
String sequence
Definition: ParentMolecule.h:57
String description
Definition: ParentMolecule.h:59
double coverage
sequence coverage as a fraction between 0 and 1
Definition: ParentMolecule.h:61
String accession
Definition: ParentMolecule.h:51
enum MoleculeType molecule_type
Definition: ParentMolecule.h:53
ParentMolecule & operator+=(const ParentMolecule &other)
Definition: ParentMolecule.h:80
ParentMolecule(const ParentMolecule &)=default
Base class for ID data with scores and processing steps (and meta info)
Definition: ScoredProcessingResult.h:45
ScoredProcessingResult & operator+=(const ScoredProcessingResult &other)
Merge in data from another object.
Definition: ScoredProcessingResult.h:107
AppliedProcessingSteps steps_and_scores
Definition: ScoredProcessingResult.h:46