Trees | Indices | Help |
---|
|
object --+ | type --+ | RestrictionType --+ | AbstractCut --+ | Blunt
Implement the methods specific to the enzymes for which the overhang is blunt.
The enzyme cuts the + strand and the - strand of the DNA at the same place.
Internal use only. Not meant to be instantiated.
|
|||
Inherited from Inherited from Inherited from |
|
|||
tuple of DNA |
|
||
tuple of DNA |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
str |
|
||
list |
|
||
Inherited from |
|
|||
bool |
|
|
|||
Inherited from Inherited from |
|
RE.catalyze(dna, linear=True) -> tuple of DNA. return a tuple of dna as will be produced by using RE to restrict the dna. dna must be a Bio.Seq.Seq instance or a Bio.Seq.MutableSeq instance. if linear is False, the sequence is considered to be circular and the output will be modified accordingly.
|
RE.catalyze(dna, linear=True) -> tuple of DNA. return a tuple of dna as will be produced by using RE to restrict the dna. dna must be a Bio.Seq.Seq instance or a Bio.Seq.MutableSeq instance. if linear is False, the sequence is considered to be circular and the output will be modified accordingly.
|
True if the enzyme produces blunt end. see also : RE.is_3overhang() RE.is_5overhang() RE.is_unknown()
|
True if the enzyme produces 5' overhang sticky end. see also : RE.is_3overhang() RE.is_blunt() RE.is_unknown()
|
True if the enzyme produces 3' overhang sticky end. see also : RE.is_5overhang() RE.is_blunt() RE.is_unknown()
|
type of overhang of the enzyme., can be "3' overhang", "5' overhang", "blunt", "unknown"
|
for internal use only test for the compatibility of restriction ending of RE and other.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:26:37 2008 | http://epydoc.sourceforge.net |