my_seq.transcribe().back_transcribe()#reverse mRNA to DNA
Seq('AGTACACTGGT', DNAAlphabet())
翻译
my_seq.translate()#translate to protein or
/home/djs/miniconda3/lib/python3.8/site-packages/biopython-1.69-py3.8-linux-x86_64.egg/Bio/Seq.py:2092: BiopythonWarning: Partial codon, len(sequence) not a multiple of three. Explicitly trim the sequence or add trailing N before translation. This may become an error in future.
warnings.warn("Partial codon, len(sequence) not a multiple of three. "
Seq('STL', ExtendedIUPACProtein())
my_seq.transcribe().translate()#same as coding DNA