{ "info": { "author": "Florian Wagner", "author_email": "florian.wagner@duke.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "..\n Copyright (c) 2015, 2016 Florian Wagner\n\n This file is part of GO-PCA.\n\n GO-PCA is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License, Version 3,\n as published by the Free Software Foundation.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\nGO-PCA\n======\n\n| |pypi| |versions| |license|\n\n=========== =================================================\n**latest** |travis-latest| |codecov-latest| |docs-latest|\n**develop** |travis-develop| |codecov-develop| |docs-develop|\n=========== =================================================\n\nGO-PCA (`Wagner, 2015`__) is an unsupervised method to **explore gene\nexpression data using prior knowledge**. This is a free and open-source\nimplementation of GO-PCA in Python.\n\n__ go_pca_paper_\n\nBriefly, GO-PCA combines `principal component analysis (PCA)`__ with\n`nonparametric GO enrichment analysis`__ in order to generate **signatures**,\ni.e., small sets of genes that are both strongly correlated and closely\nfunctionally related. It then visualizes the expression profiles of all\nsignatures in a **signature matrix**, designed to serve as a systematic and\neasily interpretable representation of biologically relevant expression\npatterns.\n\n__ pca_\n__ go_enrich_\n\n.. _go_pca_paper: https://dx.doi.org/10.1371/journal.pone.0143196\n.. _pca: https://en.wikipedia.org/wiki/Principal_component_analysis\n.. _go_enrich: https://dx.doi.org/10.1186/1471-2105-10-48\n\nLinks\n-----\n\n- `Demos `_\n- `Documentation `_\n- `Download of GO-derived gene sets `_\n- `PLoS One paper `_\n\nSupport and Development\n-----------------------\n\n- For feature requests and bug reports, please create an `issue`__ on GitHub.\n- For technical questions, please feel free to `email`__.\n- If you want to contribute code to GO-PCA, please `email`__ and/or create a\n pull request on GitHub.\n- For a list of the latest changes, please see the\n `Changelog `_.\n\n__ github_issue_\n__ email_\n__ email_\n\n.. _github_issue: https://github.com/flo-compbio/gopca/issues\n.. _email: mailto:florian.wagner@duke.edu\n\nHow to Cite GO-PCA\n------------------\n\nIf you use GO-PCA in your research, please cite `Wagner (PLoS One, 2015)`__\n\n__ wagner_pone_\n\n.. _wagner_pone: https://dx.doi.org/10.1371/journal.pone.0143196\n\nCopyright and License\n---------------------\n\nCopyright (c) 2015, 2016 Florian Wagner\n\n::\n\n GO-PCA is free software: you can redistribute it and/or modify\n it under the terms of the GNU General Public License, Version 3,\n as published by the Free Software Foundation.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU General Public License for more details.\n\n You should have received a copy of the GNU General Public License\n along with this program. If not, see .\n\n.. |pypi| image:: https://img.shields.io/pypi/v/gopca.svg\n :target: https://pypi.python.org/pypi/gopca\n :alt: PyPI version\n\n.. |versions| image:: https://img.shields.io/pypi/pyversions/gopca.svg\n :target: https://pypi.python.org/pypi/gopca\n :alt: Python versions supported\n\n.. |license| image:: https://img.shields.io/pypi/l/gopca.svg\n :target: https://pypi.python.org/pypi/gopca\n :alt: License\n\n.. |travis-latest| image:: https://travis-ci.org/flo-compbio/gopca.svg?branch=master\n :alt: Build Status (master branch)\n :scale: 100%\n :target: https://travis-ci.org/flo-compbio/gopca\n\n.. |travis-develop| image:: https://travis-ci.org/flo-compbio/gopca.svg?branch=develop\n :alt: Build Status (develop branch)\n :scale: 100%\n :target: https://travis-ci.org/flo-compbio/gopca\n\n.. |codecov-latest| image:: https://codecov.io/github/flo-compbio/gopca/coverage.svg?branch=master\n :alt: Coverage (master branch)\n :target: https://codecov.io/github/flo-compbio/gopca?branch=master\n\n.. |codecov-develop| image:: https://codecov.io/github/flo-compbio/gopca/coverage.svg?branch=develop\n :alt: Coverage (develop branch)\n :target: https://codecov.io/github/flo-compbio/gopca?branch=develop\n\n.. |docs-latest| image:: https://readthedocs.org/projects/gopca/badge/?version=latest\n :alt: Documentation Status (master branch)\n :scale: 100%\n :target: https://gopca.readthedocs.org/en/latest\n\n.. |docs-develop| image:: https://readthedocs.org/projects/gopca/badge/?version=develop\n :alt: Documentation Status (develop branch)\n :scale: 100%\n :target: https://gopca.readthedocs.org/en/develop\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/flo-compbio/gopca", "keywords": "unsupervised analysis gene expression data transcriptomics prior knowledge", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "gopca", "package_url": "https://pypi.org/project/gopca/", "platform": "", "project_url": "https://pypi.org/project/gopca/", "project_urls": { "Homepage": "https://github.com/flo-compbio/gopca" }, "release_url": "https://pypi.org/project/gopca/0.2.5/", "requires_dist": [ "configparser (>=3.2,<4)", "future (<1,>=0.16)", "genometools (>=0.3,<0.4)", "numpy (>=1.8,<2)", "pandas (>=0.18,<1)", "plotly (>=1.9.6,<3)", "scikit-learn (>=0.14,<1)", "scipy (>=0.14,<1)", "setuptools (>=27.2.0)", "six (>=1.5.2,<2)", "unicodecsv (>=0.14.1,<1)", "xlsxwriter (>=0.7.7,<1)", "mock; extra == 'docs'", "sphinx; extra == 'docs'", "sphinx-argparse; extra == 'docs'", "sphinx-bootstrap-theme; extra == 'docs'", "pytest (<4,>=2.9.1); extra == 'tests'", "pytest-cov (>=2.2.1,<3); extra == 'tests'", "requests (<3,>=2.10.0); extra == 'tests'" ], "requires_python": "", "summary": "GO-PCA: An Unsupervised Method to Explore Gene Expression Data Using Prior Knowledge", "version": "0.2.5" }, "last_serial": 3171373, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "b1e1f5c978fe00f0c42ee63b859c6684", "sha256": "14de475ae5aa0724debb8251e4216b7460eb8ddcf5772e7ad6c3e1fbb6f91e53" }, "downloads": -1, "filename": "gopca-0.2.0-py2-none-any.whl", "has_sig": false, "md5_digest": "b1e1f5c978fe00f0c42ee63b859c6684", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 51136, "upload_time": "2016-12-06T16:53:15", "url": "https://files.pythonhosted.org/packages/19/99/c3bb04b33b98dcc7205ca8301ea94dbb37f93e49454664bd259dee733e53/gopca-0.2.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8f72a157d071f9af8703c3981140c5b3", "sha256": "fa33f8dd76c5eb5b9cf4f25029bf76950256e1dc39d7ba6c1dc4f2d139f8d12c" }, "downloads": -1, "filename": "gopca-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8f72a157d071f9af8703c3981140c5b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51107, "upload_time": "2016-12-06T16:53:00", "url": "https://files.pythonhosted.org/packages/c8/49/777f7857623a291583c8699c09e1f4ff98178a8806374b98860a6dce6155/gopca-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cadccb20704c0988026103a9d5a417d6", "sha256": "a8e062446f13384f20e9d44dac37053691ec9a72084badfb03408d12f1b50c27" }, "downloads": -1, "filename": "gopca-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cadccb20704c0988026103a9d5a417d6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1173094, "upload_time": "2016-12-06T16:53:02", "url": "https://files.pythonhosted.org/packages/40/ad/fe452c84a1b109f73b21dfdf6b82d32d0e4f1852e7ab6ce302f53196a645/gopca-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "4688831d55836e57103077849ca8776d", "sha256": "f0c3df659982c788a675c69b6c0eaf4dae164d081700e5ef8e5e796be72e5d88" }, "downloads": -1, "filename": "gopca-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "4688831d55836e57103077849ca8776d", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 51401, "upload_time": "2017-03-05T03:28:38", "url": "https://files.pythonhosted.org/packages/ff/ef/99f848cae37e1647cd383c30159157ee1d7d6f1def3e1563494a3c63c7b0/gopca-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1963e52ee3321688c63d46cb75679f25", "sha256": "b15f89e964a9ba55c95c411acf1b3c2a56d974b058dd6100dfef54fc9f413f55" }, "downloads": -1, "filename": "gopca-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1963e52ee3321688c63d46cb75679f25", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51358, "upload_time": "2017-03-05T03:28:39", "url": "https://files.pythonhosted.org/packages/41/35/5f6e328ed3db55a1a6af0a40cf784c88c1ff777f4462977a47385869f377/gopca-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f1013fab6683c4a3cf2c56e37dfa62b8", "sha256": "ac10af528555e62ac484594c1fd24fd9570afa8103e2010a55204bb4998bcd3d" }, "downloads": -1, "filename": "gopca-0.2.1.tar.gz", "has_sig": false, "md5_digest": "f1013fab6683c4a3cf2c56e37dfa62b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1173567, "upload_time": "2017-03-05T03:28:40", "url": "https://files.pythonhosted.org/packages/97/19/e62c20fb8ee5802f261bbb463e77cb454f049098f3d78ebf28947820b63f/gopca-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "00af03b456b952d63100f18d88b3bff4", "sha256": "e5b0571221b4faba563c9111b2ec630655f9c4bac98eae69cff95688a620561a" }, "downloads": -1, "filename": "gopca-0.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "00af03b456b952d63100f18d88b3bff4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 51419, "upload_time": "2017-03-05T04:14:26", "url": "https://files.pythonhosted.org/packages/d0/37/c133b523c0faaa464f42c88bfc26f7b95f1e3fec8815279f826699a31b8f/gopca-0.2.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b16f275cea395b19b919ad6aed135838", "sha256": "0281b9b853da0de9170638ba742385e66f3536cc5870367c915f4b744d3d6bbe" }, "downloads": -1, "filename": "gopca-0.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "b16f275cea395b19b919ad6aed135838", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 51388, "upload_time": "2017-03-05T04:18:16", "url": "https://files.pythonhosted.org/packages/14/06/f587d438c1df46c8f49f657d067c803a1428afbea22f04aad56930f6217b/gopca-0.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1eed21bfcfea18630876f70e0fc4c0c5", "sha256": "7df2f48015e6c353bb9765797164377d0974a3404a3c719dd46ff7e6266863fe" }, "downloads": -1, "filename": "gopca-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1eed21bfcfea18630876f70e0fc4c0c5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1173599, "upload_time": "2017-03-05T04:14:28", "url": "https://files.pythonhosted.org/packages/ed/9d/e150c6e35483211a977667ef104f27edd912446d3b00c6c4c03bf3a0c011/gopca-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "140185667d8d0f64897f8494ea95ee6b", "sha256": "75d4b56d109cc3146840b585d39b6206273e714796c70a8ce740277ee45e7709" }, "downloads": -1, "filename": "gopca-0.2.3-py2-none-any.whl", "has_sig": false, "md5_digest": "140185667d8d0f64897f8494ea95ee6b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 53453, "upload_time": "2017-03-08T17:11:23", "url": "https://files.pythonhosted.org/packages/c9/50/8a1acc113962a7903968bec685f3d7f7c14acbe556b0fdddfbe1ab3e0220/gopca-0.2.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "432359f7a370d5ab152b0045b21d84b1", "sha256": "0129a2f00fb350914d53f42f8711096080ddfa9f11343f58646f48cb006d6ffc" }, "downloads": -1, "filename": "gopca-0.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "432359f7a370d5ab152b0045b21d84b1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 53415, "upload_time": "2017-03-08T17:11:44", "url": "https://files.pythonhosted.org/packages/d7/ff/4fd41f31819041724414d6a647688bd06e2de4391fafe8536aea8f2645cf/gopca-0.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e753b185100ec81459fc18d77b03c18", "sha256": "ea7093be46250faaa9b26da56660c42a71dbba5ee9e0836d256d91fdf5db5d4b" }, "downloads": -1, "filename": "gopca-0.2.3.tar.gz", "has_sig": false, "md5_digest": "5e753b185100ec81459fc18d77b03c18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1173064, "upload_time": "2017-03-08T17:11:25", "url": "https://files.pythonhosted.org/packages/b0/89/c73a5dc6887c02685e28f5afd70067fd1b25e394100ffc2c5d8a434b30c9/gopca-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "e6e3289e1ff7c343ac99a8cc09f77582", "sha256": "7386e1fa958e688a8317bec5ef946e932b213d537b98e703fafe6736b6acf9a5" }, "downloads": -1, "filename": "gopca-0.2.4-py2-none-any.whl", "has_sig": false, "md5_digest": "e6e3289e1ff7c343ac99a8cc09f77582", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 57110, "upload_time": "2017-05-19T18:35:32", "url": "https://files.pythonhosted.org/packages/67/87/0064eac47de8cc51649277900eac77cbb531e0d8fdfdd844d814480a81b1/gopca-0.2.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fa78a80f2eb3bfdf5e6c82052ef2a162", "sha256": "f6063effd83383bceb758e9639b5c4e9a132953ed8bcb259006baccc907747b9" }, "downloads": -1, "filename": "gopca-0.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "fa78a80f2eb3bfdf5e6c82052ef2a162", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 57073, "upload_time": "2017-05-19T18:35:38", "url": "https://files.pythonhosted.org/packages/bb/fb/94b90cf8fcac1432254b32f86b9888854c8141da3a96c4e00b43bbf26663/gopca-0.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e525702ac9ce55781c2d2ccfc9046b3", "sha256": "60c39010508391b5110417928f52a0855114776afd97cda0699e1ad624474197" }, "downloads": -1, "filename": "gopca-0.2.4.tar.gz", "has_sig": false, "md5_digest": "8e525702ac9ce55781c2d2ccfc9046b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1175487, "upload_time": "2017-05-19T18:35:34", "url": "https://files.pythonhosted.org/packages/4e/e0/2fc79b7b1f99b7ee6c1bdee49cc80b50af0478f2b07af0c80e712ea8b686/gopca-0.2.4.tar.gz" } ], "0.2.5": [ { "comment_text": "", "digests": { "md5": "e3fd6344b6da0613ab528f21c8ed3271", "sha256": "2127c6ecc0c98cec31b1e0b54c633d7a7c07721661ec3ac438106f22b7b87ddc" }, "downloads": -1, "filename": "gopca-0.2.5-py2-none-any.whl", "has_sig": false, "md5_digest": "e3fd6344b6da0613ab528f21c8ed3271", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 57138, "upload_time": "2017-09-13T17:08:23", "url": "https://files.pythonhosted.org/packages/94/e8/059b263dbade7d4d3db22af2aa3ad9b71b759c1a2210132d44d91da9df4b/gopca-0.2.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebdffe85baaadf3abd4977a9973ee53a", "sha256": "acf4d36d3ff8dc7c5b0fd8743b58500171a467760d29d2b615ee771ca7ed6740" }, "downloads": -1, "filename": "gopca-0.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ebdffe85baaadf3abd4977a9973ee53a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 57092, "upload_time": "2017-09-13T17:08:46", "url": "https://files.pythonhosted.org/packages/ad/99/3c48ab84737285e2bc9fd3b2ed672a5839dc279bf1c60fb4f03170bf23a7/gopca-0.2.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e81fa09900b4e25104157ca11c1c737", "sha256": "0d78be5fce50b57f28e432e18e45fc663c41738914359a8e73d3a3ddf47120a0" }, "downloads": -1, "filename": "gopca-0.2.5.tar.gz", "has_sig": false, "md5_digest": "8e81fa09900b4e25104157ca11c1c737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1175507, "upload_time": "2017-09-13T17:08:25", "url": "https://files.pythonhosted.org/packages/c9/9c/8c6beed9020573514b47191a6515d616aad303fa5f76886767ee3974fbdb/gopca-0.2.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3fd6344b6da0613ab528f21c8ed3271", "sha256": "2127c6ecc0c98cec31b1e0b54c633d7a7c07721661ec3ac438106f22b7b87ddc" }, "downloads": -1, "filename": "gopca-0.2.5-py2-none-any.whl", "has_sig": false, "md5_digest": "e3fd6344b6da0613ab528f21c8ed3271", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 57138, "upload_time": "2017-09-13T17:08:23", "url": "https://files.pythonhosted.org/packages/94/e8/059b263dbade7d4d3db22af2aa3ad9b71b759c1a2210132d44d91da9df4b/gopca-0.2.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebdffe85baaadf3abd4977a9973ee53a", "sha256": "acf4d36d3ff8dc7c5b0fd8743b58500171a467760d29d2b615ee771ca7ed6740" }, "downloads": -1, "filename": "gopca-0.2.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ebdffe85baaadf3abd4977a9973ee53a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 57092, "upload_time": "2017-09-13T17:08:46", "url": "https://files.pythonhosted.org/packages/ad/99/3c48ab84737285e2bc9fd3b2ed672a5839dc279bf1c60fb4f03170bf23a7/gopca-0.2.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8e81fa09900b4e25104157ca11c1c737", "sha256": "0d78be5fce50b57f28e432e18e45fc663c41738914359a8e73d3a3ddf47120a0" }, "downloads": -1, "filename": "gopca-0.2.5.tar.gz", "has_sig": false, "md5_digest": "8e81fa09900b4e25104157ca11c1c737", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1175507, "upload_time": "2017-09-13T17:08:25", "url": "https://files.pythonhosted.org/packages/c9/9c/8c6beed9020573514b47191a6515d616aad303fa5f76886767ee3974fbdb/gopca-0.2.5.tar.gz" } ] }