Trees | Indices | Help |
---|
|
object --+ | type --+ | RestrictionType --+ | AbstractCut --+ | NoCut
Implement the methods specific to the enzymes that do not cut.
These enzymes are generally enzymes that have been only partially characterised and the way they cut the DNA is unknow or enzymes for which the pattern of cut is to complex to be recorded in Rebase (ncuts values of 0 in emboss_e.###).
When using search() with these enzymes the values returned are at the start of the restriction site.
Their catalyse() method returns a TypeError.
Unknown and NotDefined are also part of the base classes of these enzymes.
Internal use only. Not meant to be instantiated.
|
|||
Inherited from Inherited from Inherited from |
|
|||
bool |
|
||
bool |
|
||
int |
|
||
generator of int |
|
||
tuple |
|
||
Inherited from |
|
|||
Inherited from Inherited from |
|
for internal use only. location is an integer corresponding to the location of the match for the enzyme pattern in the sequence. _modify returns the real place where the enzyme will cut. example : EcoRI pattern : GAATTC EcoRI will cut after the G. so in the sequence : ______ GAATACACGGAATTCGA | 10 dna.finditer(GAATTC, 6) will return 10 as G is the 10th base EcoRI cut after the G so : EcoRI._modify(10) -> 11. if the enzyme cut twice _modify will returns two integer corresponding to each cutting site.
|
for internal use only. as _modify for site situated on the antiparallel strand when the enzyme is not palindromic
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:31:58 2009 | http://epydoc.sourceforge.net |