This web application converts a given DNA sequence into mRNA and then translates the mRNA sequence into a protein sequence using the genetic code table.
- Input your DNA sequence into the "Input DNA (3'-5') Sequence" textarea.
- Click the "Transcribe" button to convert the DNA sequence into mRNA.
- The mRNA sequence will be displayed in the "mRNA Sequence" textarea.
- Click the "Translate" button to translate the mRNA sequence into a protein sequence.
- The protein sequence will be displayed in the "Protein Sequence" textarea.
- Converts DNA to mRNA.
- Translates mRNA to protein using the genetic code table.
- Copy mRNA and protein sequences to the clipboard.
The genetic code table used for translation is as follows:
Codon | Amino Acid |
---|---|
UUU, UUC | Phe |
UUA, UUG, CUU, CUC, CUA, CUG | Leu |
... | ... |
- HTML
- CSS
- JavaScript
You can see a live demo here.
- Clone the repository:
git clone https://github.com/your/repository.git
- Open
index.html
in your web browser.
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -am 'Add your feature'
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE.md file for details.