Get mRNA sequence from amino acid sequence using BioPython
Genomax already pointed out some threads, but here’s another: Convert amino acid sequences into nucleotide sequences
The short answer is there is rarely if ever a good reason to do this. It’s computationally challenging to do anything meaningful with the result too.
To add insult to injury, if you’re truly after the mRNA representation, not just the coding/exonic sequences, this would be impossible as there’s no way to know how long the poly-A tail and other mRNA features beyond just the sequence would appear.
Read more here: Source link