![]() |
OpenMS
|
Represents a PEFF processed region (signal peptide, transit peptide, etc.). More...
#include <OpenMS/FORMAT/PEFFFile.h>
Public Member Functions | |
| PEFFProcessedRegion ()=default | |
| PEFFProcessedRegion (Size start, Size end, const String &acc, const String &n="", const String &tag="", UInt aid=std::numeric_limits< UInt >::max()) | |
| bool | operator== (const PEFFProcessedRegion &rhs) const |
Public Attributes | |
| Size | start_position {0} |
| 1-based start position | |
| Size | end_position {0} |
| 1-based end position | |
| String | accession |
| PEFF CV accession (e.g., "PEFF:0001021") | |
| String | name |
| Optional name (e.g., "signal peptide") | |
| 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 PEFF processed region (signal peptide, transit peptide, etc.).
Parsed from \Processed annotations.
|
default |
|
inline |
|
inline |
| String accession |
PEFF CV accession (e.g., "PEFF:0001021")
Referenced by PEFFProcessedRegion::operator==().
Optional annotation identifier, max() = not set.
Referenced by PEFFProcessedRegion::operator==().
| Size end_position {0} |
1-based end position
Referenced by PEFFProcessedRegion::operator==().
| String name |
Optional name (e.g., "signal peptide")
Referenced by PEFFProcessedRegion::operator==().
| String optional_tag |
Optional tag (last component of annotation tuple)
Referenced by PEFFProcessedRegion::operator==().
| Size start_position {0} |
1-based start position
Referenced by PEFFProcessedRegion::operator==().