![]() |
OpenMS
|
Represents a disulfide bond annotation in PEFF. More...
#include <OpenMS/FORMAT/PEFFFile.h>
Public Member Functions | |
| PEFFDisulfideBond ()=default | |
| PEFFDisulfideBond (const String &i1, const String &i2, const String &tag="", UInt aid=std::numeric_limits< UInt >::max()) | |
| bool | operator== (const PEFFDisulfideBond &rhs) const |
Public Attributes | |
| String | id1 |
| First cysteine reference (AnnotationIdentifier of the cysteine residue) | |
| String | id2 |
| Second cysteine reference (AnnotationIdentifier of the cysteine residue) | |
| String | optional_tag |
| Optional tag (e.g., "between chains") | |
| UInt | annotation_id {std::numeric_limits<UInt>::max()} |
| Optional annotation identifier, max() = not set. | |
Represents a disulfide bond annotation in PEFF.
Parsed from \DisulfideBond annotations.
|
default |
|
inline |
|
inline |
Optional annotation identifier, max() = not set.
Referenced by PEFFDisulfideBond::operator==().
| String id1 |
First cysteine reference (AnnotationIdentifier of the cysteine residue)
Referenced by PEFFDisulfideBond::operator==().
| String id2 |
Second cysteine reference (AnnotationIdentifier of the cysteine residue)
Referenced by PEFFDisulfideBond::operator==().
| String optional_tag |
Optional tag (e.g., "between chains")
Referenced by PEFFDisulfideBond::operator==().