{ "info": { "author": "Zulko", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "Python Codon Tables\n===================\n\n.. image:: https://travis-ci.org/Edinburgh-Genome-Foundry/codon-usage-tables.svg?branch=master\n :target: https://travis-ci.org/Edinburgh-Genome-Foundry/codon-usage-tables\n\nProvides codon usage tables as dictionnaries, for Python 3+.\n\nTables for the following organisms are provided with the library (any other\ntable can be downloaded using a TaxID):\n\n- *B. subtilis*\n- *C. elegans*\n- *D. melanogaster*\n- *E. coli*\n- *G. gallus*\n- *H. sapiens*\n- *M. musculus*\n- *M. musculus domesticus*\n- *S. cerevisiae*\n\nAll the tables are from `kazusa.or.jp `_\nand here is the original paper to cite:\n\n.. code::\n\n Codon usage tabulated from the international DNA sequence databases:\n status for the year 2000.\n Nakamura, Y., Gojobori, T. and Ikemura, T. (2000) Nucl. Acids Res. 28, 292.\n\nUsage\n-----\n\n.. code:: python\n\n import python_codon_tables as pct\n\n # PRINT THE LIST OF NAMES OF ALL AVAILABLE TABLES\n print ('Available tables:', pct.available_codon_tables_names)\n\n # LOAD ONE TABLE BY NAME\n table = pct.get_codons_table(\"b_subtilis_1423\")\n print (table['T']['ACA']) # returns 0.4\n print (table['*']['TAA']) # returns 0.61\n\n # LOAD ONE TABLE BY TAXID (it will get it from the internet if it is not\n # in the builtin tables)\n table = pct.get_codons_table(1423)\n print (table['T']['ACA']) # returns 0.4\n print (table['*']['TAA']) # returns 0.61\n\n # LOAD ALL BUIL-IN TABLES AT ONCE\n codons_tables = pct.get_all_available_codons_tables()\n print (codons_tables['c_elegans_6239']['L']['CTA']) # returns 0.09\n\n- Notice that by default the tables use nucleotide T instead of U. Using\n ``get_codons_table('e_coli', replace_U_by_T=False)`` will leave Us as Us.\n\n- In ``get_codons_table`` you can also provide a \"shorthand\" notation\n``b_subtilis``, which will be automatically extended to ``b_subtilis_1423`` as\nit appears so in the built-in table (use this feature at your own risks!)\n\nContribute\n----------\n\nThis project was started at the Edinburgh Genome Foundry by Zulko and is released on `Github `_ 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.\n\nInstallation\n------------\n\nvia pip:\n\n.. code:: bash\n\n pip install python_codon_tables\n\nManual:\n\n.. code:: bash\n\n (sudo) python setup.py install\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables", "keywords": "DNA codon usage", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python_codon_tables", "package_url": "https://pypi.org/project/python_codon_tables/", "platform": "", "project_url": "https://pypi.org/project/python_codon_tables/", "project_urls": { "Homepage": "https://github.com/Edinburgh-Genome-Foundry/codon-usage-tables" }, "release_url": "https://pypi.org/project/python_codon_tables/0.1.8/", "requires_dist": null, "requires_python": "", "summary": "Codon Usage Tables for Python, from kazusa.or.jp", "version": "0.1.8" }, "last_serial": 4865536, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ccd278d43bf5b3c0509fa2ec47694e7f", "sha256": "1d5eced35ece09895821b3e07f59a3e0c19602e8cdb7bbb4e203775cf712fff2" }, "downloads": -1, "filename": "python_codon_tables-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ccd278d43bf5b3c0509fa2ec47694e7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5345, "upload_time": "2018-07-19T13:16:20", "url": "https://files.pythonhosted.org/packages/71/f5/9ba9be5046cc0e90aa0a98ea5f2168009f0838364df6fd51025c6c17edc1/python_codon_tables-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "aabdcf6ad95a1fb8662a68c63a1b750b", "sha256": "6a4960fc6e60eaaea688779a64b6696c44922dacc28b364dad7c442c6f834db5" }, "downloads": -1, "filename": "python_codon_tables-0.1.1.tar.gz", "has_sig": false, "md5_digest": "aabdcf6ad95a1fb8662a68c63a1b750b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5379, "upload_time": "2018-07-19T13:29:11", "url": "https://files.pythonhosted.org/packages/77/57/4057d3af22e0e028867de0f443fdfdc499715a29d535ef2a4fb974917ade/python_codon_tables-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "11464d72c35ba001e48df33d659b1137", "sha256": "946dc47ee30a6678f69414e44f494eee235eb365bd2210d371d15e5673a91d88" }, "downloads": -1, "filename": "python_codon_tables-0.1.2.tar.gz", "has_sig": false, "md5_digest": "11464d72c35ba001e48df33d659b1137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7719, "upload_time": "2019-02-07T20:11:47", "url": "https://files.pythonhosted.org/packages/3d/c0/20e648668b0c6154d270cafb99f2194898fc59251ae21818396449bfa4c8/python_codon_tables-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "00363796f0601639f960d58626b2ebbb", "sha256": "6a77339d32c79721b4c83f2cdde4bd40420092570fa1f8c0d3dcd92ab33b7973" }, "downloads": -1, "filename": "python_codon_tables-0.1.3.tar.gz", "has_sig": false, "md5_digest": "00363796f0601639f960d58626b2ebbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7907, "upload_time": "2019-02-08T11:06:00", "url": "https://files.pythonhosted.org/packages/eb/ba/df63393b07ca1cc0d59177caf524bb8c567e8eea305c11c3c062a549f166/python_codon_tables-0.1.3.tar.gz" } ], "0.1.3.2": [ { "comment_text": "", "digests": { "md5": "ab88d5781c5fb3b9b0ad09c4d7ce045a", "sha256": "268b61fb8a7dd4c4f53d583a451c3f222325f9bce3b50f9cd10857fea010d656" }, "downloads": -1, "filename": "python_codon_tables-0.1.3.2.tar.gz", "has_sig": false, "md5_digest": "ab88d5781c5fb3b9b0ad09c4d7ce045a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7936, "upload_time": "2019-02-11T11:41:44", "url": "https://files.pythonhosted.org/packages/ce/5f/ca85baf4f055c20b0a00070c9cec66e8a155c8d8e75dde937dc40ae15f50/python_codon_tables-0.1.3.2.tar.gz" } ], "0.1.3.3": [ { "comment_text": "", "digests": { "md5": "c465d2a73816ac36c2c4bcf0cfde5b9d", "sha256": "4aa8f75bf99e344d857d898e75000d1adce2853bfeb347127b67cda7e81d9b97" }, "downloads": -1, "filename": "python_codon_tables-0.1.3.3.tar.gz", "has_sig": false, "md5_digest": "c465d2a73816ac36c2c4bcf0cfde5b9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7947, "upload_time": "2019-02-11T11:47:23", "url": "https://files.pythonhosted.org/packages/51/db/4a5e35bb19adb1478e9ed44bced1fad327fbefe695f6ba6cf86a49a616ef/python_codon_tables-0.1.3.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "1a38280389b9cfdd9361b5c4b13fb51c", "sha256": "19e66becaad8e1d7015112024ece66fab466b5ae7cbf14d4435dec370026cf76" }, "downloads": -1, "filename": "python_codon_tables-0.1.4.tar.gz", "has_sig": false, "md5_digest": "1a38280389b9cfdd9361b5c4b13fb51c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7939, "upload_time": "2019-02-11T11:50:30", "url": "https://files.pythonhosted.org/packages/c6/2d/3cd5fd0545e7402d27b54fb08b582c5c48dfd961b9aaeb548e9a36d391ac/python_codon_tables-0.1.4.tar.gz" } ], "0.1.4.2": [ { "comment_text": "", "digests": { "md5": "dbb24b31fb95d292606610974298110f", "sha256": "0a693babbc497811e1d8cce7dec4e57c9b3ce469cb9720758a32aa98cc03b1c2" }, "downloads": -1, "filename": "python_codon_tables-0.1.4.2.tar.gz", "has_sig": false, "md5_digest": "dbb24b31fb95d292606610974298110f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7973, "upload_time": "2019-02-11T11:55:09", "url": "https://files.pythonhosted.org/packages/04/8c/bb29a28a02423ba488e874a9826e600e0680e3af8ac028560ceab3832941/python_codon_tables-0.1.4.2.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "561b69a83abf0e7ef5472da3a1da57a4", "sha256": "d924f124cae824a9612ec0e1c34737afa02e63495afcdfc838ebd2f09a66d924" }, "downloads": -1, "filename": "python_codon_tables-0.1.6.tar.gz", "has_sig": false, "md5_digest": "561b69a83abf0e7ef5472da3a1da57a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8735, "upload_time": "2019-02-11T14:32:40", "url": "https://files.pythonhosted.org/packages/a6/3c/5df9236303457dfa0c4b2abdb2fb2e897f16358574b354ac60495b601878/python_codon_tables-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "01302cf8a0bbe0441021363cffb933f0", "sha256": "667b71d4cfaf54cdc8963156b319e6d3316e1bdd436ea4909086381d271adae8" }, "downloads": -1, "filename": "python_codon_tables-0.1.7.tar.gz", "has_sig": false, "md5_digest": "01302cf8a0bbe0441021363cffb933f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8730, "upload_time": "2019-02-25T10:30:33", "url": "https://files.pythonhosted.org/packages/2c/8d/bffaf09d279f57cf30a479b45b697bb05e756b6ad859c138201c27931c34/python_codon_tables-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "7ce096c94714f3ad0764fe8f99e09d13", "sha256": "6b754f8fce091d0288b28ccc74eedde20d13c6ddd586c09436c6c68bded4f177" }, "downloads": -1, "filename": "python_codon_tables-0.1.8.tar.gz", "has_sig": false, "md5_digest": "7ce096c94714f3ad0764fe8f99e09d13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9364, "upload_time": "2019-02-25T16:35:48", "url": "https://files.pythonhosted.org/packages/01/63/3129966602d4813677a7e0977a1ccd525cf93024d53c4081f8f98f1bcd84/python_codon_tables-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7ce096c94714f3ad0764fe8f99e09d13", "sha256": "6b754f8fce091d0288b28ccc74eedde20d13c6ddd586c09436c6c68bded4f177" }, "downloads": -1, "filename": "python_codon_tables-0.1.8.tar.gz", "has_sig": false, "md5_digest": "7ce096c94714f3ad0764fe8f99e09d13", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9364, "upload_time": "2019-02-25T16:35:48", "url": "https://files.pythonhosted.org/packages/01/63/3129966602d4813677a7e0977a1ccd525cf93024d53c4081f8f98f1bcd84/python_codon_tables-0.1.8.tar.gz" } ] }