Package Bio :: Module Transcribe
[hide private]
[frames] | no frames]

Module Transcribe

source code

Code to transcribe DNA into RNA or back (DEPRECATED).

You are now encouraged to use the Seq object methods or the functions in Bio.Seq instead.

This module is now deprecated, and will be removed in a future release of Biopython.

Classes [hide private]
  Transcribe
Variables [hide private]
  generic_transcriber = Transcribe(Alphabet.generic_dna, Alphabe...
  ambiguous_transcriber = Transcribe(IUPAC.ambiguous_dna, IUPAC....
  unambiguous_transcriber = Transcribe(IUPAC.unambiguous_dna, IU...
  __package__ = 'Bio'
  __warningregistry__ = {('Bio.Translate and Bio.Transcribe are ...
Variables Details [hide private]

generic_transcriber

Value:
Transcribe(Alphabet.generic_dna, Alphabet.generic_rna)

ambiguous_transcriber

Value:
Transcribe(IUPAC.ambiguous_dna, IUPAC.ambiguous_rna)

unambiguous_transcriber

Value:
Transcribe(IUPAC.unambiguous_dna, IUPAC.unambiguous_rna)

__warningregistry__

Value:
{('Bio.Translate and Bio.Transcribe are deprecated, and will be remove\
d in a future release of Biopython. Please use the functions or object\
 methods defined in Bio.Seq instead (described in the tutorial). If yo\
u want to continue to use this code, please get in contact with the Bi\
opython developers via the mailing lists to avoid its permanent remova\
l from Biopython.',
  <class 'Bio.BiopythonDeprecationWarning'>,
  18): True}