Trees | Indices | Help |
---|
|
object --+ | type --+ | RestrictionType --+ | AbstractCut --+ | NotDefined
Implement the methods specific to the enzymes for which the overhang is not characterised.
Correspond to NoCut and Unknown.
Internal use only. Not meant to be instantiated.
|
|||
Inherited from Inherited from Inherited from |
|
|||
list |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
bool |
|
||
str |
|
||
Inherited from |
|
|||
Inherited from Inherited from |
|
for internal use only. drop the site that are situated outside the sequence in linear sequence. modify the index for site in circular sequences.
|
True if the sequence recognised and cut is constant, i.e. the recognition site is not degenerated AND the enzyme cut inside the site. see also : RE.is_ambiguous() RE.is_unknown()
|
True if the sequence recognised and cut is ambiguous, i.e. the recognition site is degenerated AND/OR the enzyme cut outside the site. see also : RE.is_defined() RE.is_unknown()
|
True if the sequence is unknown, i.e. the recognition site has not been characterised yet. see also : RE.is_defined() RE.is_ambiguous()
|
for internal use only test for the compatibility of restriction ending of RE and other.
|
return a representation of the site with the cut on the (+) strand represented as '^' and the cut on the (-) strand as '_'. ie : >>> EcoRI.elucidate() # 5' overhang 'G^AATT_C' >>> KpnI.elucidate() # 3' overhang 'G_GTAC^C' >>> EcoRV.elucidate() # blunt 'GAT^_ATC' >>> SnaI.elucidate() # NotDefined, cut profile unknown. '? GTATAC ?' >>>
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Sep 22 19:52:29 2009 | http://epydoc.sourceforge.net |