{ "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", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "..\n Copyright (c) 2016 Florian Wagner\n \n This file is part of pyAffy.\n \n pyAffy 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\npyAffy\n======\n\n.. \"|docs-latest| |docs-develop|\n\npyAffy is a Python/Cython implementation of the RMA algorithm for\nprocessing raw data from Affymetrix expression microarrays. For a detailed\ndiscussion of this implementation, see the `pyAffy PeerJ preprint`__. For\na list of changes, see the `changelog `_.\n\n__ peerj_preprint_\n\n.. _peerj_preprint: https://peerj.com/preprints/1790/\n\nInstallation\n------------\n\nOption 1: Using `pip`\n~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: bash\n\n $ pip install pyaffy\n\n\nOption 2: Cloning the GitHub repository\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: bash\n\n $ git clone https://github.com/flo-compbio/pyaffy.git\n $ cd pyaffy\n $ pip install -e .\n\nUsage\n-----\n\nThe `rma` function expects two parameters: A custom CDF file (from the\n`Brainarray web site`__) and an ordered dictionary (`collections.OrderedDict`)\nwith sample names as keys and corresponding CEL files as values.\n\n__ brainarray_\n\nThe `rma` function returns a list of genes, a list of samples, and an\nexpression matrix (of type `numpy.ndarray`), in that order.\n\n.. code-block:: python\n\n from pyaffy import rma\n # for documentation of the rma function, try:\n # help(rma)\n genes, samples, X = rma(cdf_file, sample_cel_files)\n\nA small `example with real code`__ is available in the `pyaffy-demos` repository.\n\n__ real_example_\n\n.. _brainarray: http://brainarray.mbni.med.umich.edu/Brainarray/Database/CustomCDF/genomic_curated_CDF.asp\n.. _real_example: https://github.com/flo-compbio/pyaffy-demos/tree/master/minimal\n\nCopyright and License\n---------------------\n\nCopyright (c) 2016 Florian Wagner\n\n::\n\n pyAffy 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 .", "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/pyaffy", "keywords": "affymetrix microarray rma expression normalization", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "pyaffy", "package_url": "https://pypi.org/project/pyaffy/", "platform": "", "project_url": "https://pypi.org/project/pyaffy/", "project_urls": { "Homepage": "https://github.com/flo-compbio/pyaffy" }, "release_url": "https://pypi.org/project/pyaffy/0.3.2/", "requires_dist": null, "requires_python": "", "summary": "pyAffy: Processing raw data from Affymetrix expression microarrays in Python.", "version": "0.3.2" }, "last_serial": 2502933, "releases": { "0.1.0": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d127203bd9492bd1841adc5253bf54e7", "sha256": "46edd782b30347c3520c59081909650966dbfcfa3e51ac76c9d597dadd7dc2b5" }, "downloads": -1, "filename": "pyaffy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d127203bd9492bd1841adc5253bf54e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22870, "upload_time": "2016-02-26T16:12:45", "url": "https://files.pythonhosted.org/packages/83/e1/4dfcd3d5803478ae75fda128d00ac68f00ef42c0c6af834113664124945d/pyaffy-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "d3e590acf2102b748f4212e071a70f75", "sha256": "fb36939e36b7f98d9ca225ed1347acbd4165d9e38713c0658b4134a0affde6e7" }, "downloads": -1, "filename": "pyaffy-0.3.0.tar.gz", "has_sig": false, "md5_digest": "d3e590acf2102b748f4212e071a70f75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26484, "upload_time": "2016-03-06T01:48:03", "url": "https://files.pythonhosted.org/packages/cf/c4/7c2c5902f9787a5028a2ae91804d469172fd9c746c8021416e49ae3e561a/pyaffy-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "c5c5ef92f2f83900a7a9ab4100b06068", "sha256": "582257b537c33c8e9bd1eb7b5304cb82cf2eca0affe2c9d84d48839c46c8b8cc" }, "downloads": -1, "filename": "pyaffy-0.3.1.tar.gz", "has_sig": false, "md5_digest": "c5c5ef92f2f83900a7a9ab4100b06068", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26995, "upload_time": "2016-08-03T21:32:49", "url": "https://files.pythonhosted.org/packages/b9/e2/78c758c3b8265351f625a380a76f324d29b4a398a8a52c15c573451ae427/pyaffy-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "1bd55d931ea0c62df9d3e3b0a172c4d0", "sha256": "6a2d21d16e88260b9638340d1950ecae65d7aa57d5f7504d6092c29f0415facd" }, "downloads": -1, "filename": "pyaffy-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1bd55d931ea0c62df9d3e3b0a172c4d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26244, "upload_time": "2016-12-06T16:45:10", "url": "https://files.pythonhosted.org/packages/b8/a7/a12e73fa39aaf3c5ffdb02b9c765a9c488ff6892623b3d5eaf6135cb42e1/pyaffy-0.3.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1bd55d931ea0c62df9d3e3b0a172c4d0", "sha256": "6a2d21d16e88260b9638340d1950ecae65d7aa57d5f7504d6092c29f0415facd" }, "downloads": -1, "filename": "pyaffy-0.3.2.tar.gz", "has_sig": false, "md5_digest": "1bd55d931ea0c62df9d3e3b0a172c4d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26244, "upload_time": "2016-12-06T16:45:10", "url": "https://files.pythonhosted.org/packages/b8/a7/a12e73fa39aaf3c5ffdb02b9c765a9c488ff6892623b3d5eaf6135cb42e1/pyaffy-0.3.2.tar.gz" } ] }