{ "info": { "author": "Yemini, E; Jucikas, T; Schafer, W; Brown, A; Hokanson, J; Currie, M; Javer, A; OpenWorm", "author_email": "mcurrie@openworm.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "See https://github.com/openworm/open-worm-analysis-toolbox\n[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE.md)\n[![Travis-CI](https://travis-ci.org/openworm/open-worm-analysis-toolbox.svg?branch=master)](https://travis-ci.org/openworm/open-worm-analysis-toolbox)\n[![BountySource](https://api.bountysource.com/badge/team?team_id=23852)](https://www.bountysource.com/teams/openworm)\n\n\n| | Open Worm Analysis Toolbox |\n====================\n\nThe **Open Worm Analysis Toolbox** is a Python port of the Schafer Lab's [Worm Analysis Toolbox 1.3.4](http://www.mrc-lmb.cam.ac.uk/wormtracker/index.php?action=analysis).\n\nIt can be used to process videos of *C. elegans* into statistics so the behaviour of individual worms can be compared.\n\nIt is also the package used by the OpenWorm project to determine how closely its simulated worm behaves like real worms. It was started as a sub-project of the [OpenWorm project](https://github.com/openworm).\n\n[OWAT is on PyPI](https://pypi.python.org/pypi/open_worm_analysis_toolbox), so to install, simply type:\n\n```\npip install open_worm_analysis_toolbox\n```\n\nContributors please see:\n\n- [Installation Guide](documentation/INSTALL.md)\n- [Installation Guide for OS X](documentation/INSTALL-OSX.md)\n\nUsage Example\n-------------\n\n```Python\nimport open_worm_analysis_toolbox as mv\n\n# Load a \"basic\" worm from a file\nbw = mv.BasicWorm.from_schafer_file_factory(\"example_contour_and_skeleton_info.mat\")\n# Normalize the basic worm\nnw = mv.NormalizedWorm.from_BasicWorm_factory(bw)\n# Plot this normalized worm \nwp = mv.NormalizedWormPlottable(nw, interactive=False)\nwp.show()\n# Obtain features\nwf = mv.WormFeatures(nw)\n```\n\nLater, if we have control worms, we can run statistics on our worm:\n\n```Python\n# Compute histograms\nexperiment_histograms = mv.HistogramManager([wf, wf])\ncontrol_histograms = mv.HistogramManager(control_worms)\n\n# Compute statistics\nstat = mv.StatisticsManager(experiment_histograms, control_histograms)\n\n# Plot statistics for the first extended feature\nstat[0].plot(ax=None, use_alternate_plot=True)\n\n# Give an overall assessment of the worm's similarity to the control set\nprint(\"Nonparametric p and q values are %.2f and %.2f, respectively.\" %\n (stat.min_p_wilcoxon, stat.min_q_wilcoxon))\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/openworm/open-worm-analysis-toolbox", "keywords": "C. elegans worm tracking", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "open_worm_analysis_toolbox", "package_url": "https://pypi.org/project/open_worm_analysis_toolbox/", "platform": "", "project_url": "https://pypi.org/project/open_worm_analysis_toolbox/", "project_urls": { "Homepage": "https://github.com/openworm/open-worm-analysis-toolbox" }, "release_url": "https://pypi.org/project/open_worm_analysis_toolbox/3.1.2/", "requires_dist": [ "atlas", "nose", "pandas", "statsmodels", "h5py", "seaborn" ], "requires_python": "", "summary": "Open Worm Analysis Toolbox", "version": "3.1.2" }, "last_serial": 4149433, "releases": { "3.0.0": [ { "comment_text": "", "digests": { "md5": "14073c845b6c35f720cf683e58a949e7", "sha256": "da8c806b26d1fd990824101683859148c941f7925c2f045958457d5c3e57afd5" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "14073c845b6c35f720cf683e58a949e7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20035, "upload_time": "2016-04-15T10:01:55", "url": "https://files.pythonhosted.org/packages/46/54/bd378217c067885f55878b3d1604663bc6dab421e4835dc069c0086f28cf/open_worm_analysis_toolbox-3.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6f959a53a115e7d414e96d50ab367617", "sha256": "b3dc4cc11e3b5620b86b9bfb311ef336a705f2c62aac83799e16ab14d5ff5838" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.0.0.tar.gz", "has_sig": false, "md5_digest": "6f959a53a115e7d414e96d50ab367617", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16578, "upload_time": "2016-04-15T10:05:25", "url": "https://files.pythonhosted.org/packages/fc/af/2d7384f6f257a8f13293e8a054c5f7724e67aeaec16da6d84cafc177f83b/open_worm_analysis_toolbox-3.0.0.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "a1e479f18b4e0ea6ef88fbf4e309730b", "sha256": "69a73f29a732178f36299a1cb1d63ac1ea6e3ab16c75ffe02eb8b24eb4151b51" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a1e479f18b4e0ea6ef88fbf4e309730b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17451, "upload_time": "2018-07-08T13:43:50", "url": "https://files.pythonhosted.org/packages/32/c3/231815d4085bbc48fa2b3a502ddedc99ee30320bd0ac200ece2c1f04a38d/open_worm_analysis_toolbox-3.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2cba1aa3d8e69493bbbf38a976447ae3", "sha256": "e841a8b7b05d7a6fbe37277d3627b27537fda854808f5cf6850e5cb8cf458a11" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.1.0.tar.gz", "has_sig": false, "md5_digest": "2cba1aa3d8e69493bbbf38a976447ae3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16639, "upload_time": "2018-07-08T13:43:52", "url": "https://files.pythonhosted.org/packages/8b/97/75d1d252ed7707dcbccba525faafec46ac4c16dd10ae0df38b81ae58f4e8/open_worm_analysis_toolbox-3.1.0.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "ac49175c11c9d32ed82b3e1c932daac6", "sha256": "b31e13b2abbcc1525fad3b76cd7ada840b649333408670454248fe1bd1c1788f" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ac49175c11c9d32ed82b3e1c932daac6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17476, "upload_time": "2018-07-08T14:04:29", "url": "https://files.pythonhosted.org/packages/f2/56/f6c946da8efa6d4c3c0fba7c743a79fb53ac4922b88b529e7d3fa8beb75c/open_worm_analysis_toolbox-3.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bc7e3a485efa9f4d175ba78ca09d3fe8", "sha256": "c1fc4746a2281f6238c2f1c8a729e5655c3b9e3260ff1fbd372c0ddf6310a7e9" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.1.1.tar.gz", "has_sig": false, "md5_digest": "bc7e3a485efa9f4d175ba78ca09d3fe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16676, "upload_time": "2018-07-08T14:04:30", "url": "https://files.pythonhosted.org/packages/d0/00/361a72c70cd26d70376b36bbded25485be0759972e3b647f957e8dd9673b/open_worm_analysis_toolbox-3.1.1.tar.gz" } ], "3.1.2": [ { "comment_text": "", "digests": { "md5": "ebe3c6d8a9402c6ac7be66d1eeb556c8", "sha256": "15b3a1bd957f739e0d2de419b3c36cb1d1477869be82451d1d2fd7d895d053ca" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ebe3c6d8a9402c6ac7be66d1eeb556c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 166065, "upload_time": "2018-08-06T23:17:21", "url": "https://files.pythonhosted.org/packages/55/99/3a54ce6a6a41175721c7a3f1f39e97487ea76352e916bf2ab40c60a1f87b/open_worm_analysis_toolbox-3.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b385a3751d0215118db92ad50b29d638", "sha256": "cb8fbf25faaf8fc82f5c560e448e982347a9355ca8be7ea55fcc22440259f441" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.1.2.tar.gz", "has_sig": false, "md5_digest": "b385a3751d0215118db92ad50b29d638", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141933, "upload_time": "2018-08-06T23:17:23", "url": "https://files.pythonhosted.org/packages/32/09/225bffae98feea754ea22921d122746c34200bc6f8553e9d3eae11b04591/open_worm_analysis_toolbox-3.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ebe3c6d8a9402c6ac7be66d1eeb556c8", "sha256": "15b3a1bd957f739e0d2de419b3c36cb1d1477869be82451d1d2fd7d895d053ca" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ebe3c6d8a9402c6ac7be66d1eeb556c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 166065, "upload_time": "2018-08-06T23:17:21", "url": "https://files.pythonhosted.org/packages/55/99/3a54ce6a6a41175721c7a3f1f39e97487ea76352e916bf2ab40c60a1f87b/open_worm_analysis_toolbox-3.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b385a3751d0215118db92ad50b29d638", "sha256": "cb8fbf25faaf8fc82f5c560e448e982347a9355ca8be7ea55fcc22440259f441" }, "downloads": -1, "filename": "open_worm_analysis_toolbox-3.1.2.tar.gz", "has_sig": false, "md5_digest": "b385a3751d0215118db92ad50b29d638", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 141933, "upload_time": "2018-08-06T23:17:23", "url": "https://files.pythonhosted.org/packages/32/09/225bffae98feea754ea22921d122746c34200bc6f8553e9d3eae11b04591/open_worm_analysis_toolbox-3.1.2.tar.gz" } ] }