#include <RestrictionEnzymes.h>
Public Member Functions | |
| TRestrictionEnzyme () | |
| ~TRestrictionEnzyme () | |
| Empty constructor. | |
| bool | differ (TRestrictionEnzyme &e) |
| Dummy destructor. | |
| wxString | getEndUpperLeft (bool first_strand=true) |
| The "upper left" sequence after the cut. | |
| wxString | getEndLowerLeft (bool first_strand=true) |
| The "lower left" sequence after the cut. | |
| wxString | getEndUpperRight (bool first_strand=true) |
| The "upper right" sequence after the cut. | |
| wxString | getEndLowerRight (bool first_strand=true) |
| The "lower right" sequence after the cut. | |
| wxString | invertSequence () |
| The recognition sequence, inverted. | |
| int | getCut (bool first_strand=true) |
| void | setCut (int c) |
| int | getOverlap (bool first_strand=true) |
| void | setOverlap (int o) |
| wxString | getName () |
| void | setName (wxString _name) |
| wxString | getSequence () |
| void | setSequence (wxString _seq) |
| bool | isPalindromic () |
Public Attributes | |
| wxString | location |
| The physical location of the vial containing the enzyme, if entered. | |
| wxString | note |
| A note about the enzyme, if entered. | |
| unsigned long | dbid |
| Database ID of the enzyme. | |
Private Attributes | |
| wxString | name |
| The enzyme name. | |
| wxString | sequence |
| The recognition sequence. | |
| bool | palindromic |
| int | cut |
| Where the cut occurs. | |
| int | overlap |
| Length of the sticky ends (negative=<--). | |
|
|
|
|
|
Empty constructor.
|
|
|
Dummy destructor.
|
|
|
|
|
|
The "lower left" sequence after the cut.
|
|
|
The "lower right" sequence after the cut.
|
|
|
The "upper left" sequence after the cut.
|
|
|
The "upper right" sequence after the cut.
|
|
|
|
|
|
|
|
|
|
|
|
The recognition sequence, inverted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Where the cut occurs.
|
|
|
Database ID of the enzyme.
|
|
|
The physical location of the vial containing the enzyme, if entered.
|
|
|
The enzyme name.
|
|
|
A note about the enzyme, if entered.
|
|
|
Length of the sticky ends (negative=<--).
|
|
|
|
|
|
The recognition sequence.
|
1.4.1