#include <RestrictionEnzymes.h>
Public Member Functions | |
| TProtease (wxString _name=_T(""), wxString m=_T(""), wxString _note=_T("")) | |
| Constructor. | |
| bool | does_match (wxString s) |
| Does this protease recognize this sequence? | |
| int | len () |
| Returns the number of different recognition sequences. | |
Public Attributes | |
| wxString | name |
| The name of the protease. | |
| wxArrayString | match |
| The different recognition sequences. | |
| int | cut |
| Where the cut occurs, starting at 0. | |
| bool | use |
| Use this protease? | |
| wxString | note |
| A note about the protease. | |
| wxString | str_match |
| A note about the protease. | |
|
||||||||||||||||
|
Constructor.
|
|
|
Does this protease recognize this sequence?
|
|
|
Returns the number of different recognition sequences.
|
|
|
Where the cut occurs, starting at 0.
|
|
|
The different recognition sequences.
|
|
|
The name of the protease.
|
|
|
A note about the protease.
|
|
|
A note about the protease.
|
|
|
Use this protease?
|
1.4.1