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