neuroanalysis


Nameneuroanalysis JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryFunctions and modular user interface tools for analysis of patch clamp experiment data.
upload_time2024-10-01 23:51:14
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseCopyright (c) 2016- Allen Institute for Brain Science The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords neuroscience analysis neurodata without borders nwb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Neuroanalysis
=============

Modular and interactive tools for analysis of neurophysiology data, with emphasis on 
patch-clamp electrophysiology.

* Functions for running common analysis algorithms
    * Synaptic/calcium event detection and characterization
    * Synaptic release modeling
    * VC and CC spike detection and characterization
    * VC and CC test pulse analysis
    * Basic signal processing (filtering, baseline removal, etc.)
* Data abstraction layer to allow adapting new data formats (see neuroanalysis/data.py)
* Re-usable user interface elements for implementing common analysis tasks


Status
------

This project is early in development and does not yet have a stable API.
Issues and pull requests are accepted (see CONTRIBUTING.md), but may not be 
reviewed or accepted on any fixed schedule.






            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "neuroanalysis",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "neuroscience, analysis, neurodata, without, borders, nwb",
    "author": null,
    "author_email": "Luke Campagnola <lukec@alleninstitute.org>",
    "download_url": "https://files.pythonhosted.org/packages/f7/1c/c001fb594dc75dff38f2ad8a4fbfbd65cdbe325264c8669058ca5fe400c4/neuroanalysis-0.0.6.tar.gz",
    "platform": null,
    "description": "Neuroanalysis\n=============\n\nModular and interactive tools for analysis of neurophysiology data, with emphasis on \npatch-clamp electrophysiology.\n\n* Functions for running common analysis algorithms\n    * Synaptic/calcium event detection and characterization\n    * Synaptic release modeling\n    * VC and CC spike detection and characterization\n    * VC and CC test pulse analysis\n    * Basic signal processing (filtering, baseline removal, etc.)\n* Data abstraction layer to allow adapting new data formats (see neuroanalysis/data.py)\n* Re-usable user interface elements for implementing common analysis tasks\n\n\nStatus\n------\n\nThis project is early in development and does not yet have a stable API.\nIssues and pull requests are accepted (see CONTRIBUTING.md), but may not be \nreviewed or accepted on any fixed schedule.\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2016- Allen Institute for Brain Science  The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  ",
    "summary": "Functions and modular user interface tools for analysis of patch clamp experiment data.",
    "version": "0.0.6",
    "project_urls": {
        "homepage": "https://github.com/AllenInstitute/neuroanalysis",
        "issues": "https://github.com/AllenInstitute/neuroanalysis/issues"
    },
    "split_keywords": [
        "neuroscience",
        " analysis",
        " neurodata",
        " without",
        " borders",
        " nwb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f71cc001fb594dc75dff38f2ad8a4fbfbd65cdbe325264c8669058ca5fe400c4",
                "md5": "8988e03e1bef5ca35bdf53d70a4785fb",
                "sha256": "5714a1db1bb8a330a70dd723e783f0df85ba9d89bfb9ff54b8b9c541cd8cbf71"
            },
            "downloads": -1,
            "filename": "neuroanalysis-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "8988e03e1bef5ca35bdf53d70a4785fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1801365,
            "upload_time": "2024-10-01T23:51:14",
            "upload_time_iso_8601": "2024-10-01T23:51:14.385956Z",
            "url": "https://files.pythonhosted.org/packages/f7/1c/c001fb594dc75dff38f2ad8a4fbfbd65cdbe325264c8669058ca5fe400c4/neuroanalysis-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 23:51:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AllenInstitute",
    "github_project": "neuroanalysis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "neuroanalysis"
}
        
Elapsed time: 0.33993s