{ "info": { "author": "hpbastos", "author_email": "hpb29@cam.ac.uk", "bugtrack_url": null, "classifiers": [], "description": "GOldwasher\n==========\n\nGOldwasher is a light wrapper for the R package \n**topGO** (https://bioconductor.org/packages/release/bioc/html/topGO.html). The \nfunction of GOldwasher is limited to the calculation of GO term enrichment \n(via elimFisher algorithm) of target gene lists and also the generation their \nrespective GO subgraph images (via \n**Graphviz** (http://www.graphviz.org/) - Graph Visualization Software) \nsubsuming their annotations. These elements are then incorporated together into \nhtml a single report file per input list which can then be interactively \nexplored. The purpose and focus of this module is to facilitate batch processing of \nseveral gene lists.\n\n----------\n\n**Current release:** *0.2.9 (alpha)*\n\nProvides basic functionality and basic documentation. Methods and functions \nare working if the input does not deviate from expected (none to little input \nsanitization) but they haven't been extensively tested. \n\n----\n\n**TODO:**\n \n- Write (proper) tests\n- Improve documentation\n- Re-think R interface mod\n- Make OBOe mod independent of ontology mod\n- Extend functionality (select and compare subsets)\n\n\n\n\nInstallation\n------------\n\n.. code::\n\n # pip install GOldwasher-0.2.8.tar.gz\n\nor\n\n.. code::\n\n # pip install GOldwasher\n\n\n**Requirements**:\nThe non-python dependencies are:\n\n- **graphviz** http://www.graphviz.org/\n- **GO OBO file** (http://geneontology.org/page/download-ontology)\n\nR packages (and inherently **R**):\n\n- **topGO** http://bioconductor.org/packages/release/bioc/html/topGO.html \n- **jsonlite** https://cran.r-project.org/web/packages/jsonlite/index.html\n\nThese packages/file should be installed/downloaded for GOldwasher to work. All \nother python dependencies should be automatically resolved by pip.\n\n\n\n\nUsage\n-----\n\nGOldwasher can be used as a module, making use of its methods, or more easily\nit can conveniently be used from its command tool 'goldpanner'\n\n.. code::\n\n goldpanner [-h] -c CONFIG -i INPUTDIR\n {ANNOT,ENRICH,DAG,REPORT}\n\ne.g.:\n \n.. code::\n\n goldpanner -c settings.ini -i lists/ REPORT\n\n-**c** ini file with general settings using the following structure:\n\n *[meta]*\n *[vars]*\n\n alpha = 0.01 \n\n organism = phaeodactylum\n\n\n *[sources]*\n\n functionalDesc = /path/to/tabseparedfile/withIDtabFunctionalDescription.txt\n\n g_map = /path/to/mappings/identifier2GOaccessions.txt\n\n obofile = /path/to/go-basic.obo\n\n\n #linkinsets = /path/to/custom/organisms.json\n\n**[vars]**\n\n**alpha** - significance level \n\n**organism** - name of the organism (as key name on 'organisms.json')\n\n**[sources]**\n\n**functionalDesc** \n\n path to tab-separated file holding a column of identifiers and their matching functional descriptors. \n\n**g_map** \n\n path to tab-separated file holding a column of identifiers and a second column with their associated GO term accession numbers separated by commas. \n\n e.g.:\n\n .. code::\n\n Phatr3_J43587.t1 GO:0006396,GO:0005622,GO:0005515 \n\n**obofile** \n\n path to the GO ontology obo file. It can be downloaded from: http://purl.obolibrary.org/obo/go/go-basic.obo\n\n\n**linkinsets**\n\n If using organisms other than *Arabidopis thaliana* or *Phaeodactylum tricornutum* uncomment this variable and set it as the path to the customized 'organisms.json'. By default no cross-links are generated for unknown/unset organisms.\n\n\n**-i** directory with the target lists.\n\n\n **COMMANDS**:\n\n ANNOT - annotates identifiers lists with respective available functional descriptors.\n\n ENRICH - performs GO term enrichment on the annotated lists.\n\n DAG - generates color-coded GO graph image (svg format) from (topGO) enrichment results.\n\n REPORT - generates an interactive html GO enrichment report for each list on the input directory. \n\n....\n\n**optional argument**:\n\n**-o** output directory (can be used with all commands except ENRICH)\n\n\n\n\n\n\nAcknowledgements\n----------------\n\n\n\n3rd party libraries\n---\nAdditional required 3rd party content is also bundled together with the source \ncode for this program. That content is listed below along with the licenses \nunder which they have been released.\n\n| > **OBO Ontology python module** \n| http://pythonhosted.org/Orange-Bioinformatics/ \n| Copyright (c) Bioinformatics Laboratory, FRI UL \n| Released under the GNU General Public License license\n\n| > **Sortable tables** \n| http://www.kryogenix.org/code/browser/sorttable/ \n| Copyright (c) Stuart Langridge \n| Released under the X11 (MIT) license \n| http://www.kryogenix.org/code/browser/licence.html \n\n| > **jQuery** \n| Copyright (c) jQuery Foundation and other contributors \n| Released under the MIT license: \n| http://jquery.org/license \n\n| > **SVGPan v3.2.9** \n| https://github.com/ariutta/svg-pan-zoom \n| Copyright (c) Andrea Leofreddi \n| The code from the SVGPan library is licensed under the following BSD license \n| https://raw.githubusercontent.com/ariutta/svg-pan-zoom/master/LICENSE \n\n| > **Tabbed Content v2013.7.6** \n| http://www.menucool.com/tabbed-content \n| Free to use", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/hpsbastos/GOldwasher", "keywords": "GOldwasher GO term enrichment visualization", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "GOldwasher", "package_url": "https://pypi.org/project/GOldwasher/", "platform": "", "project_url": "https://pypi.org/project/GOldwasher/", "project_urls": { "Homepage": "http://github.com/hpsbastos/GOldwasher" }, "release_url": "https://pypi.org/project/GOldwasher/0.2.9/", "requires_dist": null, "requires_python": "", "summary": "Light wrapper for the R topGO package that produces interactive GO enrichment html reports", "version": "0.2.9" }, "last_serial": 3828450, "releases": { "0.2.1": [], "0.2.2": [ { "comment_text": "", "digests": { "md5": "657cbe9a72d3839e0aadd9586a066967", "sha256": "03817328a0b5046a7ff69e087f0ca87a8d1811bfb033da9cc5c40821881f1798" }, "downloads": -1, "filename": "GOldwasher-0.2.2.tar.gz", "has_sig": false, "md5_digest": "657cbe9a72d3839e0aadd9586a066967", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 425401, "upload_time": "2017-05-18T15:08:33", "url": "https://files.pythonhosted.org/packages/2d/bb/695bd622aae81b7853ad60f03b764d05f754d6863ad44b393e0143c40b5b/GOldwasher-0.2.2.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "0c7fc6a8762d66903a3802451e24a7a8", "sha256": "d8caa7f58e97f6304a14985f0501a6e486bcf6767a9c5d68fb85e121bb520c39" }, "downloads": -1, "filename": "GOldwasher-0.2.4.tar.gz", "has_sig": false, "md5_digest": "0c7fc6a8762d66903a3802451e24a7a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 455457, "upload_time": "2017-05-23T18:04:31", "url": "https://files.pythonhosted.org/packages/0b/7c/e487180ae8b83212125d06c902111c4f02313feeccd4469c7ad1979a52e3/GOldwasher-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "17d994ca4bf14f079e9504ae6d20cbef", "sha256": "d93f7dd511622b6b4634fec880bcd3e31cb8de14918a81ba7f0d5e0045ac363e" }, "downloads": -1, "filename": "GOldwasher-0.2.5.tar.gz", "has_sig": false, "md5_digest": "17d994ca4bf14f079e9504ae6d20cbef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 455831, "upload_time": "2017-05-26T16:54:49", "url": "https://files.pythonhosted.org/packages/ae/92/db1a811cc9b2bad54570b1ad0fe11b5306c6503059d501cffe464a55da56/GOldwasher-0.2.5.tar.gz" } ], "0.2.8": [ { "comment_text": "", "digests": { "md5": "8602c6c532b75dfda7bc6a1a17090601", "sha256": "2538c27d6cce72724150dc17e1f607fb1f50cba320c285ca419b373031857a25" }, "downloads": -1, "filename": "GOldwasher-0.2.8.tar.gz", "has_sig": false, "md5_digest": "8602c6c532b75dfda7bc6a1a17090601", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 429157, "upload_time": "2018-03-18T18:54:54", "url": "https://files.pythonhosted.org/packages/8a/d9/1a126b7bc7df283b663a3b14fa183f9c45bcfca40dd7feee62abbd191ac6/GOldwasher-0.2.8.tar.gz" } ], "0.2.9": [ { "comment_text": "", "digests": { "md5": "f32590892e5c09bef90cc0da675e3c0f", "sha256": "dd4c1f7af60e2bca76e36a5499301e879c875daf3ea9a101c2ca11d9bcaf07f3" }, "downloads": -1, "filename": "GOldwasher-0.2.9.tar.gz", "has_sig": false, "md5_digest": "f32590892e5c09bef90cc0da675e3c0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 429169, "upload_time": "2018-05-02T20:44:45", "url": "https://files.pythonhosted.org/packages/38/fd/07cc957d932f5c50eb1bcfd4f8595e345ac4dc8a5d261d87d72363af4203/GOldwasher-0.2.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f32590892e5c09bef90cc0da675e3c0f", "sha256": "dd4c1f7af60e2bca76e36a5499301e879c875daf3ea9a101c2ca11d9bcaf07f3" }, "downloads": -1, "filename": "GOldwasher-0.2.9.tar.gz", "has_sig": false, "md5_digest": "f32590892e5c09bef90cc0da675e3c0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 429169, "upload_time": "2018-05-02T20:44:45", "url": "https://files.pythonhosted.org/packages/38/fd/07cc957d932f5c50eb1bcfd4f8595e345ac4dc8a5d261d87d72363af4203/GOldwasher-0.2.9.tar.gz" } ] }