{ "info": { "author": "Trang Tran", "author_email": "ttdtrang@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "PyGeneNet\n---------\n\nThis package implements GeneNet algorithm for learning causal genetic network from time series data. The original implementation is described here\n\nN. A. Barker, C. J. Myers, and H. Kuwahara, \u201cLearning Genetic Regulatory Network Connectivity from Time Series Data,\u201d IEEE/ACM Transactions on Computational Biology and Bioinformatics, vol. 8, no. 1, pp. 152\u2013165, Jan. 2011.\n\nInstallation\n------------\n\nThe program requires python 2.7 and packages below\n * numpy 1.8.2\n * pandas 0.15.2\n * graphviz 0.4.3\n * matplotlib (only required for timing in ``examples``)\n\nTo use this program, please have python installed on your system, and run:\n python setup.py install\n\nThe package will be installed in Python ``site-packages`` directory by default and will be available under the name pygenenet. \n\nTo check your installation:\n python\n >>> import pygenenet\n\nshould not return an error\n\n\nTo remove the package, run (with appropriate permission)\n pip uninstall pygenenet\n\nOr manually remove the files in the location installed above. The exact locations of each files can be obtained by running installation again with the --record option\n python setup.py install --record files.txt\nLocation of files will be written to `files.txt`.\n\nUsage\n-----\nExample use can be found in pygenenet/examples\n Data files:\n ``net3_ssa_10`` : synthetic data from stochastic simulation of a 3-species network, for 2000s, trajectories written every 10s\n ``net3_ssa_100`` : synthetic data from stochastic simulation of a 3-species network, for 2000s, trajectories written every 100s\n ``net4_ssa_10`` : synthetic data from stochastic simulation of a 4-species network, for 2000s, trajectories written every 10s\n ``net4_ssa_100`` : synthetic data from stochastic simulation of a 4-species network, for 2000s, trajectories written every 100s\n\n Example scripts:\n 1. ``demo_net3.py`` to learn the network from ``net3_ssa_10``. The result should look like this\n Learned causal network in 23.927177906s\n CI LacI TetR\n CI 0 0 -1\n LacI -1 0 0\n TetR 0 -1 0\n\n 2. ``demo_net4.py`` to learn the network from ``net4_ssa_10``. The result should look like this\n Learned causal network in 23.927177906s\n CI GFP LacI TetR\n CI 0 0 -1 0\n GFP 0 0 1 0\n LacI 0 0 -1 0\n TetR 0 0 -1 0\n\n 3. ``performance_net3.py`` and ``performance_net4.py`` will time the learning algorithm with various input subsets and input data frequencies and report a plot. These scripts require ``matplotlib``.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pygenenet", "package_url": "https://pypi.org/project/pygenenet/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygenenet/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pygenenet/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python implementation of GeneNet algorithm (Barker et al. 2011)", "version": "0.1.1" }, "last_serial": 1535852, "releases": { "0.1": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5d6c06276b47fda21301662af71b2d2d", "sha256": "c63ee2b6c2a535388921638b99d194380aff34158fe9802893b083252c173f87" }, "downloads": -1, "filename": "pygenenet-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5d6c06276b47fda21301662af71b2d2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87508, "upload_time": "2015-05-06T15:27:09", "url": "https://files.pythonhosted.org/packages/fc/d6/984f0ee201301bf527b34018d8aca20bcbfabfb6df050118ff4deb09de12/pygenenet-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5d6c06276b47fda21301662af71b2d2d", "sha256": "c63ee2b6c2a535388921638b99d194380aff34158fe9802893b083252c173f87" }, "downloads": -1, "filename": "pygenenet-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5d6c06276b47fda21301662af71b2d2d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87508, "upload_time": "2015-05-06T15:27:09", "url": "https://files.pythonhosted.org/packages/fc/d6/984f0ee201301bf527b34018d8aca20bcbfabfb6df050118ff4deb09de12/pygenenet-0.1.1.tar.gz" } ] }