Bio::Restriction
EnzymeI
Summary
Bio::Restriction::EnzymeI - Interface class for restriction endonuclease
Package variables
No package variables defined.
Inherit
Synopsis
# do not run this class directly
Description
This module defines methods for a single restriction endonuclease.
Methods
| name | No description | Code |
| site | No description | Code |
| cuts_after | No description | Code |
| cut | No description | Code |
| complementary_cut | No description | Code |
| type | No description | Code |
| seq | No description | Code |
| string | No description | Code |
| revcom | No description | Code |
| recognition_length | No description | Code |
| non_ambiguous_length | No description | Code |
| cutter | No description | Code |
| palindromic | No description | Code |
| overhang | No description | Code |
| overhang_seq | No description | Code |
| is_ambiguous | No description | Code |
| is_prototype | No description | Code |
| prototype_name | No description | Code |
| isoschizomers | No description | Code |
| purge_isoschizomers | No description | Code |
| methylation_sites | No description | Code |
| purge_methylation_sites | No description | Code |
| microbe | No description | Code |
| source | No description | Code |
| vendors | No description | Code |
| purge_vendors | No description | Code |
| vendor | No description | Code |
| references | No description | Code |
| purge_references | No description | Code |
| xxxxxxx | No description | Code |
Methods description
None available.
Methods code
sub name
{ shift->throw_not_implemented; } |
sub site
{ shift->throw_not_implemented; } |
sub cuts_after
{ shift->throw_not_implemented; } |
sub cut
{ shift->throw_not_implemented; } |
sub complementary_cut
{ shift->throw_not_implemented; } |
sub type
{ shift->throw_not_implemented; } |
sub seq
{ shift->throw_not_implemented; } |
sub string
{ shift->throw_not_implemented; } |
sub revcom
{ shift->throw_not_implemented; } |
sub recognition_length
{ shift->throw_not_implemented; } |
sub non_ambiguous_length
{ shift->throw_not_implemented; } |
sub cutter
{ shift->throw_not_implemented; } |
sub palindromic
{ shift->throw_not_implemented; } |
sub overhang
{ shift->throw_not_implemented; } |
sub overhang_seq
{ shift->throw_not_implemented; } |
sub is_ambiguous
{ shift->throw_not_implemented; } |
sub is_prototype
{ shift->throw_not_implemented; } |
sub prototype_name
{ shift->throw_not_implemented; } |
sub isoschizomers
{ shift->throw_not_implemented; } |
sub purge_isoschizomers
{ shift->throw_not_implemented; } |
sub methylation_sites
{ shift->throw_not_implemented; } |
sub purge_methylation_sites
{ shift->throw_not_implemented; } |
sub microbe
{ shift->throw_not_implemented; } |
sub source
{ shift->throw_not_implemented; } |
sub vendors
{ shift->throw_not_implemented; } |
sub purge_vendors
{ shift->throw_not_implemented; } |
sub vendor
{ shift->throw_not_implemented; } |
sub references
{ shift->throw_not_implemented; } |
sub purge_references
{ shift->throw_not_implemented; } |
sub xxxxxxx
{ shift->throw_not_implemented; } |
General documentation
User feedback is an integral part of the evolution of this and other
Bioperl modules. Send your comments and suggestions preferably to one
of the Bioperl mailing lists. Your participation is much appreciated.
bioperl-l@bioperl.org - General discussion
http://bioperl.org/wiki/Mailing_lists - About the mailing lists
Report bugs to the Bioperl bug tracking system to help us keep track
the bugs and their resolution. Bug reports can be submitted via the
web:
http://bugzilla.open-bio.org/
Heikki Lehvaslaiho, heikki-at-bioperl-dot-org
Methods beginning with a leading underscore are considered private and
are intended for internal use by this module. They are not considered
part of the public interface and are described here for documentation
purposes only.