![]() |
OpenMS
|
Represents a complex PEFF variant (insertion, deletion, or substitution of multiple amino acids). More...
#include <OpenMS/FORMAT/PEFFFile.h>
Public Member Functions | |
| PEFFVariantComplex ()=default | |
| PEFFVariantComplex (Size start, Size end, const String &repl, const String &tag="", UInt aid=std::numeric_limits< UInt >::max()) | |
| bool | operator== (const PEFFVariantComplex &rhs) const |
Public Attributes | |
| Size | start_position {0} |
| 1-based start position | |
| Size | end_position {0} |
| 1-based end position | |
| String | replacement |
| Replacement sequence (empty = deletion) | |
| 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 complex PEFF variant (insertion, deletion, or substitution of multiple amino acids).
Parsed from \VariantComplex annotations.
|
default |
|
inline |
|
inline |
Optional annotation identifier, max() = not set.
Referenced by PEFFVariantComplex::operator==().
| Size end_position {0} |
1-based end position
Referenced by PEFFVariantComplex::operator==().
| String optional_tag |
Optional tag (last component of annotation tuple)
Referenced by PEFFVariantComplex::operator==().
| String replacement |
Replacement sequence (empty = deletion)
Referenced by PEFFVariantComplex::operator==().
| Size start_position {0} |
1-based start position
Referenced by PEFFVariantComplex::operator==().