Trees | Indices | Help |
---|
|
Convert a serie of Rebase files into a Restriction_Dictionary.py module. The Rebase files are in the emboss format: emboss_e.### -> contains informations about the restriction sites. emboss_r.### -> contains general informations about the enzymes. emboss_s.### -> contains informations about the suppliers. ### is a 3 digit number. The first digit is the year and the two last the month.
|
|||
OverhangError Exception for dealing with overhang. |
|||
newenzyme construct the attributes of the enzyme corresponding to 'name'. |
|||
TypeCompiler Build the different types possible for Restriction Enzymes |
|||
DictionaryBuilder |
|
|||
string |
|
||
string |
|
||
string |
|
||
bool |
|
||
string |
|
|
|||
dna_alphabet =
|
|||
complement_alphabet =
|
|||
enzymedict =
|
|||
suppliersdict =
|
|||
classdict =
|
|||
typedict =
|
|||
start =
|
|||
AllEnzymes = RestrictionBatch(['AanI', 'AarI', 'AasI', 'AatI',
|
|||
CommOnly = RestrictionBatch(['AanI', 'AarI', 'AasI', 'AatI', '
|
|||
NonComm = RestrictionBatch(['AceIII', 'AhaIII', 'AlwFI', 'ApaB
|
|||
__package__ =
|
|||
__warningregistry__ =
|
|
given a degenerated base, returns its meaning in IUPAC alphabet. i.e: b= 'A' -> 'A' b= 'N' -> 'ACGT' etc...
|
Construct a regular expression from a DNA sequence. i.e.: site = 'ABCGN' -> 'A[CGT]CG.'
|
True is the sequence is a palindrom. sequence is a DNA object.
|
|
dna_alphabet
|
complement_alphabet
|
start
|
AllEnzymes
|
CommOnly
|
NonComm
|
__warningregistry__
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jul 14 01:35:44 2010 | http://epydoc.sourceforge.net |