![]()  | 
  
    OpenMS
    2.4.0
    
   | 
 
Bundles multiple (e.g. indistinguishable) proteins in a group. More...
#include <OpenMS/METADATA/ProteinIdentification.h>
Public Member Functions | |
| ProteinGroup () | |
| bool | operator== (const ProteinGroup &rhs) const | 
| Equality operator.  More... | |
| bool | operator< (const ProteinGroup &rhs) const | 
Public Attributes | |
| double | probability | 
| Probability of this group.  More... | |
| std::vector< String > | accessions | 
| Accessions of (indistinguishable) proteins that belong to the same group.  More... | |
Bundles multiple (e.g. indistinguishable) proteins in a group.
| ProteinGroup | ( | ) | 
| bool operator< | ( | const ProteinGroup & | rhs | ) | const | 
| bool operator== | ( | const ProteinGroup & | rhs | ) | const | 
Equality operator.
| std::vector<String> accessions | 
Accessions of (indistinguishable) proteins that belong to the same group.
| double probability | 
Probability of this group.
 1.8.14