{ "info": { "author": "kerug", "author_email": "keru.work@gmail.com", "bugtrack_url": null, "classifiers": [ "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "==========================================================\ngenecoder: Code analyzer for the coding region of a gene.\n==========================================================\n\n.. image:: https://travis-ci.org/kerug/genecoder.svg\n :target: https://travis-ci.org/kerug/genecoder\n\n\nRequirements\n============\n\n- Qt4\n\nQt4 (Mac OS X)\n--------------\n\nInstall Qt4 via Homebrew is recommended. Install Homebrew_ is as follows:\n\n::\n\n $ ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n\n.. _Homebrew: http://brew.sh/\n\n\nInstall Qt4 is as follows:\n\n::\n\n $ brew install qt\n\nQt4 (Ubuntu)\n------------\n\n::\n\n $ sudo apt-get install libqt4-dev\n\nHow to install\n==============\n\nThe genecoder can be installed via pip_.\n\n.. _pip: https://pip.pypa.io/en/latest/installing.html\n\n::\n\n $ pip install genecoder\n $ pyside_postinstall.py -install\n\nUsage examples\n==============\n\nCalculate RC distance:\n\n\n::\n\n $ genecoder distance --coder n3_1 --coder n3_2 -gf4 ATGC --seq label1:ATGCATGCATGC --output [result]\n $ genecoder --all --gf4all --input [FASTA]\n\nSurvival analysis:\n\n::\n\n $ genecoder stat --graph --coder n3_1 --outdir [result_dir] --input [tp53 database file]\n\n\nThe results are stored in ``result_dir`` folder.\n\n\nGenerate FASTA file from csv database:\n\n::\n\n $ genecoder csv2fasta [] [--input=] [--output=]\n\nUse GUI:\n\n::\n\n $ genecoder gui\n\nShow help:\n\n::\n\n $ genecoder -h\n\nShow support coders:\n\n::\n\n $ genecoder list\n\n\nTP53 database file format\n=========================\n\nTP53 database is a CSV(Comma-Separated Values) format file.\nColumns should be the followings:\n\n- mutation_id\n- seq_category\n- region_name\n- seq_na\n- RFS(months)\n- RFS(event)\n- OS(months)\n- OS(event)\n\n\nHow to develop\n==============\n\nDevelopers should use pyenv_ and `pyenv-virtualenv`_.\n\n.. _pyenv: https://github.com/yyuu/pyenv\n.. _pyenv-virtualenv: https://github.com/yyuu/pyenv-virtualenv\n\nMac OS X users can be installed via Homebrew:\n\n::\n\n $ brew install pyenv-virtualenv\n\n\nHow to construct an environment:\n\n::\n\n $ git clone https://github.com/kerug/genecoder.git\n $ cd genecoder\n\n $ pyenv install 2.7.5\n $ pyenv install 3.4.1\n $ pyenv virtualenv 2.7.5 genecoder-2.7.5\n $ pyenv virtualenv 3.4.1 genecoder-3.4.1\n $ pyenv local genecoder-2.7.5 genecoder-3.4.1\n\n $ pip install -r test-requirements.txt\n $ pip3 install -r test-requirements.txt\n\n\nTests for Python 2 & 3:\n\n::\n\n $ tox\n\n\nAlternatively,\n\n::\n\n $ python setup.py test\n\n\nSometimes, the following commands are needed:\n\n::\n\n $ pyside_postinstall.py -install\n $ pyenv rehash\n\n\nQt creator's user-interface (\\*.ui) can be converted to python code as follows:\n\n::\n\n $ pyside-uic -o mainwindow.py mainwindow.ui\n\n\nReferences\n==========\n\n- Sato Keiko, Toshihide Hara, and Masanori Ohya. \"The code structure of the p53 DNA-binding domain\n and the prognosis of breast cancer patients.\" Bioinformatics 29.22 (2013): 2822-2825. [Link_]\n- http://theory.cs.uvic.ca/gen/poly.html\n\n.. _Link: http://www.ncbi.nlm.nih.gov/pubmed/23986567\n\nChanges\n=======\n1.1.1\n-----\nadd auto ext recognition\n\n1.1.0\n-----\nadd --compress option\n\n1.0.5\n-----\nchange results-header of distance mode\n\n1.0.4\n-----\nfix csv2fasta mode\n\n1.0.3\n-----\nfix csv2fasta mode\n\n1.0.2\n-----\nupdate support coders\n\n1.0.1\n-----\nfix list mode\n\n1.0.0\n-----\nfirst version", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kerug/genecoder", "keywords": "analyze gene", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "genecoder", "package_url": "https://pypi.org/project/genecoder/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/genecoder/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kerug/genecoder" }, "release_url": "https://pypi.org/project/genecoder/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "code analysis for genes", "version": "1.1.1" }, "last_serial": 1272320, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "b2f5e6b61451f39ac90e51c1aef412f7", "sha256": "1ec7f5562dae9d288a33969c15151aeaae2040c14d7eca10c37ac4f817eb374e" }, "downloads": -1, "filename": "genecoder-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b2f5e6b61451f39ac90e51c1aef412f7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1604042, "upload_time": "2014-10-12T12:22:57", "url": "https://files.pythonhosted.org/packages/e2/a0/9efd8d0ec8321270efd5ed1eaa9bab4ff54ad6d44710d84bbc0ba5e1dc37/genecoder-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "f8fe26d6401692eaf1878f92bc80d389", "sha256": "dad5c4651e927d7e4c099e961d90c8da38117a18925935427523b5906a55c070" }, "downloads": -1, "filename": "genecoder-1.0.1.tar.gz", "has_sig": false, "md5_digest": "f8fe26d6401692eaf1878f92bc80d389", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1604057, "upload_time": "2014-10-12T12:33:04", "url": "https://files.pythonhosted.org/packages/92/59/30044849ff9942ba504c3ec87f39a72e3eae30f325ce38b73621d66d34f9/genecoder-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "7a2af34182deeb002e5649043ef5e512", "sha256": "5df682985461de51531583d980dfe4a3457cffeaa95d98721504ce2af751847c" }, "downloads": -1, "filename": "genecoder-1.0.2.tar.gz", "has_sig": false, "md5_digest": "7a2af34182deeb002e5649043ef5e512", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1609464, "upload_time": "2014-10-12T14:05:33", "url": "https://files.pythonhosted.org/packages/58/04/a1ac0153245216db5a6a2826f183fad8412cb7272c02ecb3b09ce1f8aa5e/genecoder-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "2a44180c4565583e61d2364a7e2dae86", "sha256": "f04c1c408e99c18a2b15951805dc74feb802cacb9f259cd17e382411759ad664" }, "downloads": -1, "filename": "genecoder-1.0.3.tar.gz", "has_sig": false, "md5_digest": "2a44180c4565583e61d2364a7e2dae86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1610124, "upload_time": "2014-10-12T15:26:57", "url": "https://files.pythonhosted.org/packages/ab/31/a313faee6f3754560c25cad630a9cdb0845509e0e7c5e04fb3d5090233f3/genecoder-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "eb622bcaa082e4fb081faab1947d4bbc", "sha256": "6a7056959a8f7fe95f8140139364ed00f8f832ffadedc459053a863d62e4ebf9" }, "downloads": -1, "filename": "genecoder-1.0.4.tar.gz", "has_sig": false, "md5_digest": "eb622bcaa082e4fb081faab1947d4bbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1610097, "upload_time": "2014-10-13T09:13:19", "url": "https://files.pythonhosted.org/packages/d7/96/86070da89f53ef9111a4bb5add1265da5dae1306356d2c896663bfcd5697/genecoder-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "d75170f61b878b1eec549078b6908baa", "sha256": "72e6daa544843c9b1a3ba6df725f73f053bae2958501413ea0a663786765270b" }, "downloads": -1, "filename": "genecoder-1.0.5.tar.gz", "has_sig": false, "md5_digest": "d75170f61b878b1eec549078b6908baa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1610170, "upload_time": "2014-10-13T12:42:53", "url": "https://files.pythonhosted.org/packages/2b/90/47ed63855a753ca811ee46461c5c905de16ac7a8520b486d1b7a7d9f6b53/genecoder-1.0.5.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "080327293c932b54c600c4983bc2d893", "sha256": "ae61b536978b5a65e48528652855c7a0c333c2dff444a7982854da3d44282c17" }, "downloads": -1, "filename": "genecoder-1.1.0.tar.gz", "has_sig": false, "md5_digest": "080327293c932b54c600c4983bc2d893", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1612462, "upload_time": "2014-10-16T02:15:23", "url": "https://files.pythonhosted.org/packages/1d/e1/9cdacd0ec7381add769f2213b3e324aeddb4987cc91810178f6cf5f7d96f/genecoder-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "3d5d10850d11dfa535eb92f342a6e8be", "sha256": "98d618a8910be416efcf303b199c773600dc7463ec3fc3c8429c4f24ce703c5f" }, "downloads": -1, "filename": "genecoder-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3d5d10850d11dfa535eb92f342a6e8be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1612622, "upload_time": "2014-10-16T09:08:00", "url": "https://files.pythonhosted.org/packages/74/d5/23acbe7b1804b7840e965a2bb5691c46ab58a5346aad50407db4cacb1148/genecoder-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3d5d10850d11dfa535eb92f342a6e8be", "sha256": "98d618a8910be416efcf303b199c773600dc7463ec3fc3c8429c4f24ce703c5f" }, "downloads": -1, "filename": "genecoder-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3d5d10850d11dfa535eb92f342a6e8be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1612622, "upload_time": "2014-10-16T09:08:00", "url": "https://files.pythonhosted.org/packages/74/d5/23acbe7b1804b7840e965a2bb5691c46ab58a5346aad50407db4cacb1148/genecoder-1.1.1.tar.gz" } ] }