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.
| OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:12 using doxygen 1.8.13 |