You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains simple CSV files (see[``data/tables/``](https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables/tree/master/data/tables)) of the codon usage of various organisms,
4
+
This repository contains simple CSV files (in[``data/tables/``](https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables/tree/master/data/tables)) of the codon usage of various organisms,
5
5
meant to be used by codon optimization software. All files in are of the form
6
6
7
7
```
@@ -16,6 +16,8 @@ K,AAG,0.24
16
16
etc.
17
17
```
18
18
19
+
It also contains a script to download new codon usage tables, using a TaxID to identify organisms.
20
+
19
21
The data comes from [http://www.kazusa.or.jp](http://www.kazusa.or.jp) (they computed the codon usages from NCBI sequence data).
20
22
21
23
More informations are available [here](http://www.kazusa.or.jp/codon/readme_codon.html
@@ -27,15 +29,15 @@ status for the year 2000.
27
29
Nakamura, Y., Gojobori, T. and Ikemura, T. (2000) Nucl. Acids Res. 28, 292.
28
30
```
29
31
30
-
Language bindings
31
-
-----------------
32
+
Python bindings
33
+
---------------
34
+
35
+
To get these tables from Python, use the [python_codon_tables](https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables/tree/master/python_codon_tables) package.
32
36
33
-
This repositories also hosts the [python_codon_tables](https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables/tree/master/python_codon_tables) package, which allows to use these tables from Python and download any new tables from Kazusa using taxonomic IDs.
34
37
35
-
If you need these tables in another language, and you see a way to turn the repository into a package for that language, please submit a PR.
36
38
37
39
Contribute
38
40
----------
39
41
40
-
This repo was started at the Edinburgh Genome Foundry by [Zulko](https://github.com/Zulko) and is released
42
+
This repo was started at the Edinburgh Genome Foundry by Zulko and is released
41
43
on [Github](https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables) under a Public Domain licence (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.
- Notice that by default the tables use nucleotide T instead of U. Using
57
-
``get_codons_table('e_coli', replace_U_by_T=False)`` will leave Us as Us.
56
+
- Notice that by default the tables use nucleotide T instead of U. Using ``get_codons_table('e_coli', replace_U_by_T=False)`` will leave Us as Us.
58
57
59
-
- In ``get_codons_table`` you can also provide a "shorthand" notation
60
-
``b_subtilis``, which will be automatically extended to ``b_subtilis_1423`` as
61
-
it appears so in the built-in table (use this feature at your own risks!)
58
+
- In ``get_codons_table`` you can also provide a "shorthand" notation ``b_subtilis``, which will be automatically extended to ``b_subtilis_1423`` as it appears so in the built-in table (use this feature at your own risks!)
This library is part of the `EGF Codons <https://edinburgh-genome-foundry.github.io/>`_ synthetic biology software suite for DNA design, manufacturing and validation.
0 commit comments