Name | mne-connectivity JSON |
Version |
0.7.0
JSON |
| download |
home_page | None |
Summary | mne-connectivity: A module for connectivity data analysis with MNE. |
upload_time | 2024-06-12 15:29:00 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | BSD 3-Clause License Copyright (c) 2021, MNE tools for MEG and EEG data analysis All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
connectivity
eeg
ieeg
meg
neuroscience
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
.. -*- mode: rst -*-
|GH|_ |Circle|_ |Azure|_ |Codecov|_ |PyPI|_ |PyPI_Release|_ |conda-forge|_
.. |GH| image:: https://github.com/mne-tools/mne-connectivity/actions/workflows/unit_tests.yml/badge.svg
.. _GH: https://github.com/mne-tools/mne-connectivity/actions/workflows/unit_tests.yml
.. |Circle| image:: https://circleci.com/gh/mne-tools/mne-connectivity.svg?style=shield
.. _Circle: https://circleci.com/gh/mne-tools/mne-connectivity
.. |Azure| image:: https://dev.azure.com/mne-tools/mne-connectivity/_apis/build/status/mne-tools.mne-connectivity?branchName=main
.. _Azure: https://dev.azure.com/mne-tools/mne-connectivity/_build/latest?definitionId=1&branchName=main
.. |Codecov| image:: https://codecov.io/gh/mne-tools/mne-connectivity/branch/main/graph/badge.svg
.. _Codecov: https://codecov.io/gh/mne-tools/mne-connectivity
.. |conda-forge| image:: https://img.shields.io/conda/dn/conda-forge/mne-connectivity.svg?label=Conda%20downloads
.. _conda-forge: https://anaconda.org/conda-forge/mne-connectivity
.. |PyPI| image:: https://img.shields.io/pypi/dm/mne-connectivity.svg?label=PyPI%20downloads
.. _PyPI: https://pypi.org/project/mne-connectivity/
.. |PyPI_Release| image:: https://img.shields.io/pypi/v/mne-connectivity.svg
.. _PyPI_Release: https://pypi.org/project/mne-connectivity/
.. _MNE-Connectivity: https://mne.tools/mne-connectivity/dev/
.. _MNE-Python: https://mne.tools/stable
.. _MNE-Connectivity documentation: https://mne.tools/mne-connectivity/stable/index.html
.. _installation guide: https://mne.tools/mne-connectivity/dev/install/index.html
.. _pip: https://pip.pypa.io/en/stable/
.. _Frites: https://github.com/brainets/frites
.. _contributing guide: https://github.com/mne-tools/mne-connectivity/blob/main/CONTRIBUTING.md
MNE-Connectivity
================
`MNE-Connectivity`_ is an open-source Python package for connectivity and
related measures of MEG, EEG, or iEEG data built on top of the
`MNE-Python`_ API. It includes modules for data input/output, visualization,
common connectivity analysis, and post-hoc statistics and processing.
.. target for :end-before: title-end-content
This project was initially ported over from mne-python starting v0.23, by Adam
Li as part of Google Summer of Code 2021. Subsequently v0.1 and v0.2 releases
were done as part of GSoC period. Future development will occur in subsequent
versions.
Documentation
^^^^^^^^^^^^^
Stable `MNE-Connectivity documentation`_ is available online.
Installing MNE-Connectivity
^^^^^^^^^^^^^^^^^^^^^^^^^^^
To install the latest stable version of MNE-Connectivity, you can use pip_ in a terminal:
.. code-block:: bash
pip install -U mne-connectivity
For more complete instructions and more advanced installation methods (e.g. for
the latest development version), see the `installation guide`_.
Get the latest code
^^^^^^^^^^^^^^^^^^^
To install the latest version of the code using pip_ open a terminal and type:
.. code-block:: bash
pip install -U https://github.com/mne-tools/mne-connectivity/archive/main.zip
To get the latest code using `git <https://git-scm.com/>`__, open a terminal and type:
.. code-block:: bash
git clone https://github.com/mne-tools/mne-connectivity.git
Alternatively, you can also download a
`zip file of the latest development version <https://github.com/mne-tools/mne-connectivity/archive/main.zip>`__.
Contributing to MNE-Connectivity
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Please see the documentation on the MNE-Connectivity homepage:
https://github.com/mne-tools/mne-connectivity/blob/main/CONTRIBUTING.md
Forum
^^^^^^
https://mne.discourse.group
A Note About Connectivity
^^^^^^^^^^^^^^^^^^^^^^^^^
In the neuroscience community as of 2021, the term "functional connectivity" can
have many different meanings and comprises many different measures. Some of
these measures are directed (i.e. try to map a statistical causal relationship between
brain regions), others are non-directed. Please note that the interpretation of your
functional connectivity measure depends on the data and underlying
assumptions.
For a taxonomy of functional connectivity measures and information on the
interpretation of those measures, we refer to
`Bastos and Schoffelen`_.
In mne-connectivity, we do not claim that any of our measures imply causal
connectivity.
.. _Bastos and Schoffelen: https://pubmed.ncbi.nlm.nih.gov/26778976/
Raw data
{
"_id": null,
"home_page": null,
"name": "mne-connectivity",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": "Adam Li <adam.li@columbia.edu>",
"keywords": "connectivity, eeg, ieeg, meg, neuroscience",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/ed/50/f6dde9b21140caf1f53bba0126bddc1890bc766c8119c05b4f59d4dfda31/mne_connectivity-0.7.0.tar.gz",
"platform": null,
"description": ".. -*- mode: rst -*-\n\n|GH|_ |Circle|_ |Azure|_ |Codecov|_ |PyPI|_ |PyPI_Release|_ |conda-forge|_ \n\n.. |GH| image:: https://github.com/mne-tools/mne-connectivity/actions/workflows/unit_tests.yml/badge.svg\n.. _GH: https://github.com/mne-tools/mne-connectivity/actions/workflows/unit_tests.yml\n\n.. |Circle| image:: https://circleci.com/gh/mne-tools/mne-connectivity.svg?style=shield\n.. _Circle: https://circleci.com/gh/mne-tools/mne-connectivity\n\n.. |Azure| image:: https://dev.azure.com/mne-tools/mne-connectivity/_apis/build/status/mne-tools.mne-connectivity?branchName=main\n.. _Azure: https://dev.azure.com/mne-tools/mne-connectivity/_build/latest?definitionId=1&branchName=main\n\n.. |Codecov| image:: https://codecov.io/gh/mne-tools/mne-connectivity/branch/main/graph/badge.svg\n.. _Codecov: https://codecov.io/gh/mne-tools/mne-connectivity\n\n.. |conda-forge| image:: https://img.shields.io/conda/dn/conda-forge/mne-connectivity.svg?label=Conda%20downloads\n.. _conda-forge: https://anaconda.org/conda-forge/mne-connectivity\n\n.. |PyPI| image:: https://img.shields.io/pypi/dm/mne-connectivity.svg?label=PyPI%20downloads\n.. _PyPI: https://pypi.org/project/mne-connectivity/\n\n.. |PyPI_Release| image:: https://img.shields.io/pypi/v/mne-connectivity.svg\n.. _PyPI_Release: https://pypi.org/project/mne-connectivity/\n\n.. _MNE-Connectivity: https://mne.tools/mne-connectivity/dev/\n.. _MNE-Python: https://mne.tools/stable\n.. _MNE-Connectivity documentation: https://mne.tools/mne-connectivity/stable/index.html\n.. _installation guide: https://mne.tools/mne-connectivity/dev/install/index.html\n.. _pip: https://pip.pypa.io/en/stable/\n.. _Frites: https://github.com/brainets/frites\n.. _contributing guide: https://github.com/mne-tools/mne-connectivity/blob/main/CONTRIBUTING.md\n\nMNE-Connectivity\n================\n\n`MNE-Connectivity`_ is an open-source Python package for connectivity and\nrelated measures of MEG, EEG, or iEEG data built on top of the \n`MNE-Python`_ API. It includes modules for data input/output, visualization,\ncommon connectivity analysis, and post-hoc statistics and processing.\n\n\n.. target for :end-before: title-end-content\n\nThis project was initially ported over from mne-python starting v0.23, by Adam\nLi as part of Google Summer of Code 2021. Subsequently v0.1 and v0.2 releases\nwere done as part of GSoC period. Future development will occur in subsequent\nversions. \n\nDocumentation\n^^^^^^^^^^^^^\n\nStable `MNE-Connectivity documentation`_ is available online.\n\nInstalling MNE-Connectivity\n^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nTo install the latest stable version of MNE-Connectivity, you can use pip_ in a terminal:\n\n.. code-block:: bash\n\n pip install -U mne-connectivity\n\nFor more complete instructions and more advanced installation methods (e.g. for\nthe latest development version), see the `installation guide`_.\n\n\nGet the latest code\n^^^^^^^^^^^^^^^^^^^\n\nTo install the latest version of the code using pip_ open a terminal and type:\n\n.. code-block:: bash\n\n pip install -U https://github.com/mne-tools/mne-connectivity/archive/main.zip\n\nTo get the latest code using `git <https://git-scm.com/>`__, open a terminal and type:\n\n.. code-block:: bash\n\n git clone https://github.com/mne-tools/mne-connectivity.git\n\nAlternatively, you can also download a\n`zip file of the latest development version <https://github.com/mne-tools/mne-connectivity/archive/main.zip>`__.\n\n\nContributing to MNE-Connectivity\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nPlease see the documentation on the MNE-Connectivity homepage:\n\nhttps://github.com/mne-tools/mne-connectivity/blob/main/CONTRIBUTING.md\n\n\nForum\n^^^^^^\n\nhttps://mne.discourse.group\n\nA Note About Connectivity\n^^^^^^^^^^^^^^^^^^^^^^^^^\n\nIn the neuroscience community as of 2021, the term \"functional connectivity\" can \nhave many different meanings and comprises many different measures. Some of \nthese measures are directed (i.e. try to map a statistical causal relationship between\nbrain regions), others are non-directed. Please note that the interpretation of your \nfunctional connectivity measure depends on the data and underlying\nassumptions. \nFor a taxonomy of functional connectivity measures and information on the \ninterpretation of those measures, we refer to\n`Bastos and Schoffelen`_.\n\nIn mne-connectivity, we do not claim that any of our measures imply causal\nconnectivity.\n\n.. _Bastos and Schoffelen: https://pubmed.ncbi.nlm.nih.gov/26778976/\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License Copyright (c) 2021, MNE tools for MEG and EEG data analysis All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "mne-connectivity: A module for connectivity data analysis with MNE.",
"version": "0.7.0",
"project_urls": {
"documentation": "https://mne.tools/mne-connectivity",
"source": "https://github.com/mne-tools/mne-connectivity",
"tracker": "https://github.com/mne-tools/mne-connectivity/issues"
},
"split_keywords": [
"connectivity",
" eeg",
" ieeg",
" meg",
" neuroscience"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4006a8d2fe4f73c12350b163c7b6c8fd32abb40774720de5249234c143b44a6b",
"md5": "c1435b082c5c39ed9544c74795bed446",
"sha256": "879f9041e10d9e1cadcbb02526fd79f2819af5b5d811934a3af2865aae530d07"
},
"downloads": -1,
"filename": "mne_connectivity-0.7.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c1435b082c5c39ed9544c74795bed446",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 115207,
"upload_time": "2024-06-12T15:28:59",
"upload_time_iso_8601": "2024-06-12T15:28:59.036411Z",
"url": "https://files.pythonhosted.org/packages/40/06/a8d2fe4f73c12350b163c7b6c8fd32abb40774720de5249234c143b44a6b/mne_connectivity-0.7.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ed50f6dde9b21140caf1f53bba0126bddc1890bc766c8119c05b4f59d4dfda31",
"md5": "075bb2824916c46bdcf9875c1571a6c6",
"sha256": "89f9e11d1843395dd67458f027aedee1a70fdfce97241a7d3f2710164d537864"
},
"downloads": -1,
"filename": "mne_connectivity-0.7.0.tar.gz",
"has_sig": false,
"md5_digest": "075bb2824916c46bdcf9875c1571a6c6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 157293,
"upload_time": "2024-06-12T15:29:00",
"upload_time_iso_8601": "2024-06-12T15:29:00.628421Z",
"url": "https://files.pythonhosted.org/packages/ed/50/f6dde9b21140caf1f53bba0126bddc1890bc766c8119c05b4f59d4dfda31/mne_connectivity-0.7.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-12 15:29:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mne-tools",
"github_project": "mne-connectivity",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"circle": true,
"lcname": "mne-connectivity"
}