![]() |
OpenMS
|
Represents a simple PEFF variant (single amino acid substitution). More...
#include <OpenMS/FORMAT/PEFFFile.h>
Public Member Functions | |
| PEFFVariantSimple ()=default | |
| PEFFVariantSimple (Size pos, char aa, const String &tag="", UInt aid=std::numeric_limits< UInt >::max()) | |
| bool | operator== (const PEFFVariantSimple &rhs) const |
Public Attributes | |
| Size | position {0} |
| 1-based position | |
| char | variant_aa {'\0'} |
| Variant amino acid. | |
| String | optional_tag |
| Optional tag (last component of annotation tuple) | |
| UInt | annotation_id {std::numeric_limits<UInt>::max()} |
| Optional annotation identifier, max() = not set. | |
Represents a simple PEFF variant (single amino acid substitution).
Parsed from \VariantSimple annotations.
|
default |
|
inline |
|
inline |
Optional annotation identifier, max() = not set.
Referenced by PEFFVariantSimple::operator==().
| String optional_tag |
Optional tag (last component of annotation tuple)
Referenced by PEFFVariantSimple::operator==().
| Size position {0} |
1-based position
Referenced by PEFFVariantSimple::operator==().
| char variant_aa {'\0'} |
Variant amino acid.
Referenced by PEFFVariantSimple::operator==().