Git Product home page Git Product logo

dna_protein_translation's Introduction

DNA_Protein_Transcription

Program for Translation from DNA sequence to protein sequence

Language: C

Neelotpal Dutta and Anirudh Nistala

Date: November, 2016

Overview:

This program translates DNA sequences present in an input file to their corresponding protein sequences and their respective lengths which are printed in another external file.

Input:

->The DNA sequences must be present in a file, in either a Multi Fasta or a Uni Fasta format,the address of which must be passed to the program via a shell command at the time of execution.

->The input file must contain no more than a 1000 sequences keeping in view the storage capabilities of the CPU.

Translation:

->Every DNA sequence is translated into 6 different frames by convention(3 forward frames and 3 backward frames) ->Translation of codons to their corresponding amino acid takes place in reference to the standard codon table. (to see the codon table visit (www.winstudent.com/the-genetic-code/) )

->The symbol ‘X’ in the protein sequence stands for any codon which doesn’t have a corresponding amino acid according to the codon table. Symbol ’M’ stand for the START codon whereas the symbol ’#’ stands for a STOP codon .

Output:

->The name of an external file in which you desire to view the translated protein sequences must also be passed to the program through a shell command.

Sample shell command:

$ myprog inputfile.txt outputfile.txt

Check the number of sequences in the input file before using it

If the user does not enter any output file, the program considers a default output file.

THE PROGRAM IGNORES ANY CHARACTER OTHER THAN ALPHABETS IN THE SEQUENCE

dna_protein_translation's People

Contributors

neelotpal-d avatar

Watchers

 avatar  avatar

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.