{ "info": { "author": "Michael Defoin-Platel", "author_email": "michael.defoinplatel@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===========\n AIGO\n===========\n\nAIGO is a python library for the Analysis and \nthe Inter-comparison of Gene Ontology functional annotations.\nsee (http://code.google.com/p/aigo).\n\nCreated by Michael Defoin-Platel on 21/02/2010.\nCopyright (c) 2010. All rights reserved.\n\nTypical usage could look like this::\n\n #!/usr/bin/env python\n\n from AIGO import logger\n\n from AIGO.ReferenceSet import RefSet\n from AIGO.FunctionalAnnotation import FuncAnnot\n from AIGO.go.OBO import readGOoboXML\n\n from AIGO.Analyse import AnalyseFA\n from AIGO.Report import ReportFA\n\n from AIGO.utils.Execute import batchExecute\n\n refSet = RefSet(organism=\"platypus\", fileName=\"platypus.refSet\", refType=\"Text\")\n G = readGOoboXML(\"go_daily-termdb.obo-xml\")\n FA = FuncAnnot(\"platypusProject\", refSet, G, organism=\"platypus\")\n FA.read(\"platypus.gaf\", \"GAF\") \n\n analyseFA = AnalyseFA()\n\n analyseFA.largestSet([FA])\n logger.info(\"Largest sets of annotations:\")\n logger.info(\"\\t%d for %s\" % (FA['largestSet']['All_aspects_of_GO'], FA.name))\n\n batchList=[\"coverage\", \"richness\", \"numberAnnot\", \"redundancy\", \"specificity\", \"informationContent\"]\n batchExecute(batchList, analyseFA, [FA])\n\n reportFA = ReportFA(outDir=None, name=\"platypusProject\", organism=\"platypus\")\n reportFA.printStatistics([FA] ,batchList)\n\nTests\n=====\n\nRun testAIGO.py in the tests directory\n\n\nRequirements\n==============\n\nRunning AIGO on windows\n-------------------------\n* The 2.6.5 Python interpreter for Windows page http://www.python.org/download.\n* GTK+ runtime (recommend bundle), PyGTK, PyCairo? and PyGObject http://www.pygtk.org/downloads.html\n* BioPython? http://biopython.org/wiki/Download\n* NumPy? http://sourceforge.net/projects/numpy/files/NumPy\n* matplotlib http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0\n* xlwt http://pypi.python.org/pypi/xlwt \n\nOptional :\n* wxPython http://www.wxpython.org/download.php#binaries\n* psyco http://sourceforge.net/projects/psyco/files\n* RPy http://sourceforge.net/projects/rpy/files\n\n\nContributors\n============\n* Michael Defoin-Platel\n* Matthew Hindle", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/AIGO/", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "AIGO", "package_url": "https://pypi.org/project/AIGO/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/AIGO/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/AIGO/" }, "release_url": "https://pypi.org/project/AIGO/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Analysis and Inter-comparison of Gene Ontology functional annotations", "version": "0.1.0" }, "last_serial": 783712, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a85939b0f89c4f312e6ff7a751d3990d", "sha256": "b8f5980da8d7b5ec010cd106f2d1f7c243770820db01a364101dd4f649e64b3f" }, "downloads": -1, "filename": "AIGO-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a85939b0f89c4f312e6ff7a751d3990d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4027054, "upload_time": "2011-08-15T14:38:34", "url": "https://files.pythonhosted.org/packages/f6/ce/70fb7cdff27978c0689e780081e05975e1f1f6870d58c26d97aee2aad0e1/AIGO-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a85939b0f89c4f312e6ff7a751d3990d", "sha256": "b8f5980da8d7b5ec010cd106f2d1f7c243770820db01a364101dd4f649e64b3f" }, "downloads": -1, "filename": "AIGO-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a85939b0f89c4f312e6ff7a751d3990d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4027054, "upload_time": "2011-08-15T14:38:34", "url": "https://files.pythonhosted.org/packages/f6/ce/70fb7cdff27978c0689e780081e05975e1f1f6870d58c26d97aee2aad0e1/AIGO-0.1.0.tar.gz" } ] }