Trees | Indices | Help |
---|
|
object --+ | type --+ | RestrictionType
RestrictionType. Type from which derives all enzyme classes.
Implement the operator methods.
|
|||
RestrictionType instance |
|
||
RestrictionBatch() |
|
||
list |
|
||
list |
|
||
list |
|
||
list |
|
||
list |
|
||
list |
|
||
str |
|
||
str |
|
||
int |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Not intended to be used in normal operation. The enzymes are instantiated when importing the module. see below.
|
if other is an enzyme returns a batch of the two enzymes. if other is already a RestrictionBatch add enzyme to it.
|
return the name of the enzyme.
|
used with eval or exec will instantiate the enzyme.
|
hash(x)
|
RE == other -> bool True if RE and other are the same enzyme. Specifically this checks they are the same Python object.
|
RE != other -> bool. isoschizomer strict, same recognition site, same restriction -> False all the other-> True WARNING - This is not the inverse of the __eq__ method.
|
RE >> other -> bool. neoschizomer : same recognition site, different restriction. -> True all the others : -> False |
a % b -> bool. Test compatibility of the overhang of a and b. True if a and b have compatible overhang. |
a >= b -> bool. a is greater or equal than b if the a site is longer than b site. if their site have the same length sort by alphabetical order of their names.
|
a > b -> bool. sorting order:
|
a <= b -> bool. sorting order:
|
a < b -> bool. sorting order:
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Apr 1 00:42:38 2011 | http://epydoc.sourceforge.net |