#include <BioRestrictionEnzymeLibrary.h>
List of all members.
Public Member Functions |
| | BioRestrictionEnzymeLibrary () |
| | BioRestrictionEnzymeLibrary (string id_, string et_, string ac_, string os_, string pt_, string rs_, string ms_) |
| string | getEnzymeName () |
| string | getEnzymeType () |
| string | getAccessionNumber () |
| string | getOrganismName () |
| string | getOrganismStrain () |
| string | getPrototype () |
| string | getRestrictionSite () |
| string | getSequence () |
| int | getCutSite () |
| string | getMethylationSite () |
| int | getMethylationBase () |
| string | getMethylationType () |
Static Public Member Functions |
| static void | initialised () |
| static unsigned int | getNumberOfRestrictionEnzymes () |
| static string | getRestrictionEnzyme (unsigned int) |
| static vector< string > | getUnAmbigousRestrictionEnzymes () |
| static vector< string > | getAmbigousRestrictionEnzymes () |
| static vector< string > | getUniqueUnAmbigousRestrictionEnzymes () |
| static vector< string > | getUniqueAmbigousRestrictionEnzymes () |
| static vector< string > | getRestrictionEnzymes (const string &) |
Static Public Attributes |
static map< const string,
BioRestrictionEnzymeLibrary > | RestrictionEnzyme |
Friends |
| bool | operator> (const BioRestrictionEnzymeLibrary &, const BioRestrictionEnzymeLibrary &) |
| bool | operator< (const BioRestrictionEnzymeLibrary &, const BioRestrictionEnzymeLibrary &) |
| bool | operator== (const BioRestrictionEnzymeLibrary &, const BioRestrictionEnzymeLibrary &) |
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: