OpenMS
|
#include <OpenMS/METADATA/ID/ParentSequence.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <boost/multi_index/member.hpp>
Go to the source code of this file.
Classes | |
struct | ParentGroup |
: Group of ambiguously identified parent sequences (e.g. protein group) More... | |
struct | ParentGroupSet |
Set of groups of ambiguously identified parent sequences (e.g. results of running a protein inference algorithm) More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::IdentificationDataInternal | |
Typedefs | |
typedef boost::multi_index_container< ParentGroup, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::member< ParentGroup, std::set< ParentSequenceRef >, &ParentGroup::parent_refs > > > > | ParentGroups |
typedef IteratorWrapper< ParentGroups::iterator > | ParentGroupRef |
typedef std::vector< ParentGroupSet > | ParentGroupSets |
struct OpenMS::IdentificationDataInternal::ParentGroup |
: Group of ambiguously identified parent sequences (e.g. protein group)
Class Members | ||
---|---|---|
set< ParentSequenceRef > | parent_refs | |
map< ScoreTypeRef, double > | scores |