![]() |
OpenMS
|
Label for cross-links, branches, or ambiguous grouping. More...
#include <OpenMS/CHEMISTRY/ProForma.h>
Public Types | |
| enum class | Type { CROSSLINK , BRANCH , AMBIGUOUS } |
| The type of label. More... | |
Public Attributes | |
| Type | type |
| The label type. | |
| String | identifier |
The label identifier (e.g., XL1, BRANCH, g1) | |
| std::optional< double > | score |
| Optional localization score for ambiguous labels (e.g., 0.90) | |
Label for cross-links, branches, or ambiguous grouping.
Labels are used to:
[XLMOD:02001#XL1]...[#XL1][#BRANCH][Phospho#g1(0.90)]
|
strong |
| String identifier |
The label identifier (e.g., XL1, BRANCH, g1)
Referenced by OpenMS::from_json(), and OpenMS::to_json().
| std::optional<double> score |
Optional localization score for ambiguous labels (e.g., 0.90)
Referenced by OpenMS::from_json(), and OpenMS::to_json().
| Type type |
The label type.
Referenced by OpenMS::from_json(), and OpenMS::to_json().