Giter VIP home page Giter VIP logo

codon_tables's Introduction

codon_tables

Parsed, simplified alternative codon tables. This repository contains the common NCBI alternative codon tables (with alternative start codons) in a simple format that is easier to parse for quick scripts.

Data tables

code_info/ contains the codon tables in the most convenient format per code. These files are tab-delimited with self-explanatory columns. Stop codons are indicated with "*" in the "amino_acid" column. Note that for codes 27, 28, and 31, that the amino acid can be either "*" or an actual amino acid, which is indicated with a "/". The "possible_start" column indicates whether a codon can be a possible start codon, and code for M, when they are the initial codon in a sequence.

The codes are also in the original NCBI format in combined tables within combined_table.

Processing

I downloaded the (text) ASN.1 format of alternative codon tables (gc.prt) from NCBI (ftp://ftp.ncbi.nih.gov/entrez/misc/data/gc.prt) on March 19th, 2024.

I then converted this to a simple tab-delimited format (output to codon_tables.tsv) using scripts/simplify_codon_asn1.py.

I then split this combined table into individual tables per code (output to code_info/) with scripts/split_codes.py.

codon_tables's People

Contributors

gavinmdouglas 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.