All Projects â†’ Edinburgh-Genome-Foundry â†’ codon-usage-tables

Edinburgh-Genome-Foundry / codon-usage-tables

Licence: CC0-1.0 license
📊 Codon usage tables in code-friendly format + Python bindings

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to codon-usage-tables

ensembl-compara
The Ensembl Compara Perl API and SQL schema
Stars: ✭ 43 (+104.76%)
Mutual labels:  bioinformatics
gnparser
GNparser normalises scientific names and extracts their semantic elements.
Stars: ✭ 26 (+23.81%)
Mutual labels:  bioinformatics
GRAFIMO
GRAph-based Finding of Individual Motif Occurrences
Stars: ✭ 22 (+4.76%)
Mutual labels:  bioinformatics
CANDO
Computational Analysis of Novel Drug Opportunities
Stars: ✭ 27 (+28.57%)
Mutual labels:  bioinformatics
unimap
A EXPERIMENTAL fork of minimap2 optimized for assembly-to-reference alignment
Stars: ✭ 76 (+261.9%)
Mutual labels:  bioinformatics
BridgeDb
The BridgeDb Library source code
Stars: ✭ 22 (+4.76%)
Mutual labels:  bioinformatics
jgi-query
A simple command-line tool to download data from Joint Genome Institute databases
Stars: ✭ 38 (+80.95%)
Mutual labels:  bioinformatics
rkmh
Classify sequencing reads using MinHash.
Stars: ✭ 42 (+100%)
Mutual labels:  bioinformatics
TeamTeri
Genomics using open source tools, running on GCP or AWS
Stars: ✭ 30 (+42.86%)
Mutual labels:  bioinformatics
awesome-phages
A curated list of phage related software and computational resources for phage scientists, bioinformaticians and enthusiasts.
Stars: ✭ 14 (-33.33%)
Mutual labels:  bioinformatics
PHAT
Pathogen-Host Analysis Tool - A modern Next-Generation Sequencing (NGS) analysis platform
Stars: ✭ 17 (-19.05%)
Mutual labels:  bioinformatics
PrimerMiner
R mased batch sequence downloader, with primer development and in silico evaluation capabilities
Stars: ✭ 27 (+28.57%)
Mutual labels:  bioinformatics
protwis
Protwis is the backbone of the GPCRdb. The GPCRdb contains reference data, interactive visualisation and experiment design tools for G protein-coupled receptors (GPCRs).
Stars: ✭ 20 (-4.76%)
Mutual labels:  bioinformatics
Scaff10X
Pipeline for scaffolding and breaking a genome assembly using 10x genomics linked-reads
Stars: ✭ 21 (+0%)
Mutual labels:  bioinformatics
CeleScope
Single Cell Analysis Pipelines
Stars: ✭ 36 (+71.43%)
Mutual labels:  bioinformatics
faster lmm d
A faster lmm for GWAS. Supports GPU backend.
Stars: ✭ 12 (-42.86%)
Mutual labels:  bioinformatics
sample-sheet
A permissively licensed library designed to replace Illumina's Experiment Manager
Stars: ✭ 42 (+100%)
Mutual labels:  bioinformatics
paccmann datasets
pytoda - PaccMann PyTorch Dataset Classes. Read the docs: https://paccmann.github.io/paccmann_datasets/
Stars: ✭ 15 (-28.57%)
Mutual labels:  bioinformatics
sirius
SIRIUS is a software for discovering a landscape of de-novo identification of metabolites using tandem mass spectrometry. This repository contains the code of the SIRIUS Software (GUI and CLI)
Stars: ✭ 32 (+52.38%)
Mutual labels:  bioinformatics
dysgu
dysgu-SV is a collection of tools for calling structural variants using short or long reads
Stars: ✭ 47 (+123.81%)
Mutual labels:  bioinformatics

Codon usage tables for various organisms, in CSV format

This repository contains simple CSV files (in data/tables/) of the codon usage of various organisms, meant to be used by codon optimization software. All files are in the form

amino_acid,codon,relative_frequency
*,UAA,0.64
*,UAG,0.07
*,UGA,0.29
A,GCA,0.21
A,GCC,0.27
K,AAA,0.76
K,AAG,0.24
etc.

It also contains a script to download new codon usage tables, using a TaxID to identify organisms.

The data comes from http://www.kazusa.or.jp (they computed the codon usages from NCBI sequence data).

More informations are available here and here is the original paper to cite:

Codon usage tabulated from the international DNA sequence databases:
status for the year 2000.
Nakamura, Y., Gojobori, T. and Ikemura, T. (2000) Nucl. Acids Res. 28, 292.

Python bindings

To get these tables from Python, use the python_codon_tables package.

Contribute

This repo was started at the Edinburgh Genome Foundry by Zulko and is released on Github into the Public Domain, and is also available under the CC0 license (and no warranty whatsoever, please cross-check the codon usage with other sources if you are not sure). Feel free to add other tables if you think of more commonly used species.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].