GithubHelp home page GithubHelp logo

codons's Introduction

Codon Translator ๐Ÿงฌ๐Ÿ“ƒ

Translation of nucleotides in the mRNA into a sequence of amino acids using the genetic code

Genes provide instructions for the formation of proteins and are expressed in two steps: transcription and translation. In this project, we take the translated sequence of the DNA (messenger RNA or mRNA) and translate it into a sequence of amino acids in a polypeptide chain. Cells decode mRNAs by reading their nucleotides in groups of three, called codons. The 'start' codon marks the beginning of the protein (AUG = Met), while three codons indicate the 'stop' of the protein sequencing. mRNA codons are read from 5' to 3' and specify amino acids from the N-terminus to C-terminus. Full relationships between codons and amino acids summarized in a genetic code.

In this program, user enters an mRNA sequence to be decoded and translated into an amino acid sequence. The program identifies the start codon (AUG) and divides the string into three's (as codons are three nucleotides). Each codon is compared to the codons written in table.txt and attributed an amino acid at that index. New string of amino acid formed and printed out.

codons's People

Contributors

zulfa-varvani avatar

Watchers

 avatar

Forkers

venkataduvvuri

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.