neuroanalysis


Nameneuroanalysis JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/AllenInstitute/neuroanalysis
SummaryFunctions and modular user interface tools for analysis of patch clamp experiment data.
upload_time2024-05-09 15:45:51
maintainerNone
docs_urlNone
authorLuke Campagnola
requires_pythonNone
licenseMIT
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": "https://github.com/AllenInstitute/neuroanalysis",
    "name": "neuroanalysis",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "neuroscience analysis neurodata without borders nwb",
    "author": "Luke Campagnola",
    "author_email": "lukec@alleninstitute.org",
    "download_url": "https://files.pythonhosted.org/packages/54/83/240cbf30f3b2aab4af84c7b80cd06a7ad2f94107d07d037f86aaf77005a3/neuroanalysis-0.0.2.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": "MIT",
    "summary": "Functions and modular user interface tools for analysis of patch clamp experiment data.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/AllenInstitute/neuroanalysis"
    },
    "split_keywords": [
        "neuroscience",
        "analysis",
        "neurodata",
        "without",
        "borders",
        "nwb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5483240cbf30f3b2aab4af84c7b80cd06a7ad2f94107d07d037f86aaf77005a3",
                "md5": "81d9313442e4b952a1c79b412043824f",
                "sha256": "1448831f7b1854dc35cce2a6a691dd7f37db9647429aa0d0ad3b67dab20928ce"
            },
            "downloads": -1,
            "filename": "neuroanalysis-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "81d9313442e4b952a1c79b412043824f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 97178,
            "upload_time": "2024-05-09T15:45:51",
            "upload_time_iso_8601": "2024-05-09T15:45:51.364701Z",
            "url": "https://files.pythonhosted.org/packages/54/83/240cbf30f3b2aab4af84c7b80cd06a7ad2f94107d07d037f86aaf77005a3/neuroanalysis-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 15:45:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AllenInstitute",
    "github_project": "neuroanalysis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "neuroanalysis"
}
        
Elapsed time: 0.22991s