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

Module Transcribe

source code

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

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

This module is now considered to be obsolete, and is likely to be deprecated in a future release of Biopython, and later removed.

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'
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)