Skip to content
View anindya-cel's full-sized avatar

Block or report anindya-cel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
anindya-cel/README.md

DNA to mRNA to Protein Transcriber

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.

How to Use

  1. Input your DNA sequence into the "Input DNA (3'-5') Sequence" textarea.
  2. Click the "Transcribe" button to convert the DNA sequence into mRNA.
  3. The mRNA sequence will be displayed in the "mRNA Sequence" textarea.
  4. Click the "Translate" button to translate the mRNA sequence into a protein sequence.
  5. The protein sequence will be displayed in the "Protein Sequence" textarea.

Features

  • Converts DNA to mRNA.
  • Translates mRNA to protein using the genetic code table.
  • Copy mRNA and protein sequences to the clipboard.

Genetic Code Table

The genetic code table used for translation is as follows:

Codon Amino Acid
UUU, UUC Phe
UUA, UUG, CUU, CUC, CUA, CUG Leu
... ...

Technologies Used

  • HTML
  • CSS
  • JavaScript

Demo

You can see a live demo here.

Installation

  1. Clone the repository: git clone https://github.com/your/repository.git
  2. Open index.html in your web browser.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -am 'Add your feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Popular repositories Loading

  1. SIP-CALCULATOR SIP-CALCULATOR Public

  2. anindya-cel anindya-cel Public

    Config files for my GitHub profile.

    HTML