All Projects → mne-tools → mne-connectivity

mne-tools / mne-connectivity

Licence: BSD-3-Clause license
Connectivity algorithms that leverage the MNE-Python API.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to mne-connectivity

Gala
Galactic and gravitational dynamics in Python
Stars: ✭ 73 (+78.05%)
Mutual labels:  dynamics
Awesome Biomechanics
A curated, public list collecting resources for biomechanics and human motion: datasets, processing tools, software for simulation, educational videos, lectures, etc.
Stars: ✭ 154 (+275.61%)
Mutual labels:  dynamics
Hamiltonian Nn
Code for our paper "Hamiltonian Neural Networks"
Stars: ✭ 229 (+458.54%)
Mutual labels:  dynamics
Dyn365 Ce Devops
DevOps for Dynamics 365 Customer Engagement (CE) is becoming a popular topic. The goal of this project is to help Dynamics 365 CE solution builders understand and accelerate their implementation of DevOps practices with Dynamics CE and VSTS.
Stars: ✭ 82 (+100%)
Mutual labels:  dynamics
Galpy
Galactic Dynamics in python
Stars: ✭ 134 (+226.83%)
Mutual labels:  dynamics
Prody
A Python Package for Protein Dynamics Analysis
Stars: ✭ 185 (+351.22%)
Mutual labels:  dynamics
Processjs
Stars: ✭ 48 (+17.07%)
Mutual labels:  dynamics
suanPan
🧮 An Open Source, Parallel and Heterogeneous Finite Element Analysis Framework
Stars: ✭ 29 (-29.27%)
Mutual labels:  dynamics
Physac
2D physics header-only library for videogames developed in C using raylib library.
Stars: ✭ 151 (+268.29%)
Mutual labels:  dynamics
Fake Xrm Easy
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
Stars: ✭ 216 (+426.83%)
Mutual labels:  dynamics
Dyn365 Ce Vsts Tasks
VSTS Extension for Dynamics 365 Customer Engagement
Stars: ✭ 94 (+129.27%)
Mutual labels:  dynamics
Pydy Tutorial Human Standing
PyDy tutorial materials for MASB 2014, PYCON 2014, and SciPy 2014/2015.
Stars: ✭ 135 (+229.27%)
Mutual labels:  dynamics
Rigidbodydynamics.jl
Julia implementation of various rigid body dynamics and kinematics algorithms
Stars: ✭ 184 (+348.78%)
Mutual labels:  dynamics
Alertjs
Dialog Builder allows you to create fully customisable dialogs and popups in Dynamics 365.
Stars: ✭ 80 (+95.12%)
Mutual labels:  dynamics
Pydy
Multibody dynamics tool kit.
Stars: ✭ 232 (+465.85%)
Mutual labels:  dynamics
Interactivedynamics.jl
Fast, general-purpose interactive applications for dynamical systems
Stars: ✭ 66 (+60.98%)
Mutual labels:  dynamics
Xrm Ci Framework
xRM CI Framework provides you with the tools automate the build and deployment of your CRM Solution. Using the framework to implement a fully automated DevOps pipeline will allow you to deploy more frequently with added consistency and quality.
Stars: ✭ 172 (+319.51%)
Mutual labels:  dynamics
bpsci
6DOF Dynamic Simulations for Blender with Python
Stars: ✭ 26 (-36.59%)
Mutual labels:  dynamics
generator-nullfactory-xrm
Yeoman generator for Dynamics 365 Solutions. It generates a project structure that facilitates the quick creation builds and automated release strategies with minimal effort.
Stars: ✭ 15 (-63.41%)
Mutual labels:  dynamics
Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (+368.29%)
Mutual labels:  dynamics

GH Circle Azure Codecov PyPI PyPI_Release conda-forge

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.

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:

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:

pip install -U https://github.com/mne-tools/mne-connectivity/archive/main.zip

To get the latest code using git, open a terminal and type:

git clone https://github.com/mne-tools/mne-connectivity.git

Alternatively, you can also download a zip file of the latest development version.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].