Skip to content

AA reverse translation and DNA optimization tool

License

Notifications You must be signed in to change notification settings

ArsenicMeatball/codon-harmony

 
 

Repository files navigation

Codon Harmony

image

MIT License

image

Documentation status

Coverage report

Updates

Code style: black

Amino acid reverse translation and DNA optimization tool based on species-specific codon-use distributions. Species-specifc data can be found on the Codon Usage Database using the NCBI Taxonomy database id (e.g. 413997) or the organism's Latin name (e.g. Escherichia coli B). Mapping species names to Taxonomy IDs can be done here.

Features

  1. Reverse translates input amino acid sequence to DNA.
  2. Calculates the host's per-AA codon usage profile – codons used less than a specified threshold (defaults to 10%) are dropped.
  3. Compares the reverse-translated DNA sequence to the host profile, determines which codons are overused/underused.
  4. Stochastically mutates codons according to host profile.
  5. Ranks sequences by codon adaptation index relative to host
  6. Processes DNA to remove unwanted features:
    • high GC content within a sliding window and across the entire sequence
    • unwanted restriction sites
    • alternate start positions (GA-rich regions 18 bp upstream of ATG/GTG/TTG)
    • 3-consecutive identical codons and 9-mer repeat chunks
    • areas with more than 4 (variable) consecutive identical bps ("local homopolymers")
    • RNA hairpins, detected by looking for 10-mers with reverse complements (including wobble bases) in the sequence
    • RNA splice sites, detected by similarity to consensus donor and acceptor site sequences

The process is repeated from step 3 for a specified number of cycles (defaults to 1000) OR until the per-AA codon profile of current DNA and host profile matches (within tolerance).

Future work

  • More advanced RNA-structure removal

About

AA reverse translation and DNA optimization tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.3%
  • Makefile 2.4%
  • Shell 0.3%