Giter Club home page Giter Club logo

codonanalysis's Introduction

CodonAnalysis

Tool to analyze DNA sequences to identify relevant amino acids.

Initially in python with potential for a version in a compiled language.

Inputs

  • path to directory of files containing DNA sequences
  • prompt for sequence direction (forward/coding vs reverse/complement)
    • May need to reverse the sequence direction then generate complementary base sequence
  • nucleotide sequence of start codon (or arbitrary string)
    • default: ATG
  • amino acid sequence of tag/ stop codon
    • default: GAACAAAAGCTTATTTCTGAAGAGGACTTG [3]

Procedure

Given a DNA sequence (~1k bases), a start codon, and a stop codon...

  1. Read DNA sequence base-wise in the specified direction
  2. Identify location of start codon
  3. Identify location of tag
  4. Create open reading frame (ORF) between start and tag
  5. Translate into amino acids backwards from tag
  6. Continue translation until start codon reached
  7. Report following data points:
    • Sample metadata
    • Original and transformed sequence
    • ORF sequence and nucleotide count
    • In frame? yes/no
    • AA sequence from start to stop

Resources

  1. DNA to Protein in Python 3
  2. DNA and RNA codon tables
  3. myc-tag

codonanalysis's People

Contributors

noconnor29 avatar

Stargazers

 avatar

Watchers

 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.