brainets / frites

Framework for Information Theoretical analysis of Electrophysiological data and Statistics
https://brainets.github.io/frites/
BSD 3-Clause "New" or "Revised" License
76 stars 20 forks source link
brainhack brainhack-marseille brainweb cluster-based electrophysiological-data ffx functional-connectivity gaussian-copula group-level information-theory institut-neurosciences-timone neurophysiological-data rfx statistics

.. figure:: https://github.com/brainets/frites/blob/master/docs/source/_static/logo_desc.png :align: center

Frites

.. image:: https://github.com/brainets/frites/actions/workflows/test_doc.yml/badge.svg :target: https://github.com/brainets/frites/actions/workflows/test_doc.yml

.. image:: https://github.com/brainets/frites/actions/workflows/flake.yml/badge.svg :target: https://github.com/brainets/frites/actions/workflows/flake.yml

.. image:: https://travis-ci.org/brainets/frites.svg?branch=master :target: https://travis-ci.org/brainets/frites

.. image:: https://codecov.io/gh/brainets/frites/branch/master/graph/badge.svg :target: https://codecov.io/gh/brainets/frites

.. image:: https://badge.fury.io/py/frites.svg :target: https://badge.fury.io/py/frites

.. image:: https://pepy.tech/badge/frites :target: https://pepy.tech/project/frites

.. image:: https://zenodo.org/badge/213869364.svg :target: https://zenodo.org/badge/latestdoi/213869364

.. image:: https://joss.theoj.org/papers/437a7362501b2ea984e1d4fed4646076/status.svg :target: https://joss.theoj.org/papers/437a7362501b2ea984e1d4fed4646076

.. _Documentation: https://brainets.github.io/frites/ .. |Documentation| replace:: Documentation

.. _Installation: https://brainets.github.io/frites/install.html .. |Installation| replace:: Installation

.. _Usage: https://brainets.github.io/frites/auto_examples/index.html .. |Usage| replace:: Usage example

.. _API: https://brainets.github.io/frites/api/index.html .. |API| replace:: List of functions

.. _Cite: https://brainets.github.io/frites/overview/ovw_cite.html .. |Cite| replace:: Cite Frites

|Documentation| | |Installation| | |Usage| | |API| | |Cite|_

Description

Frites <https://brainets.github.io/frites/>_ is a Python toolbox for assessing information-theorical measures on human and animal neurophysiological data (M/EEG, Intracranial). The aim of Frites is to extract task-related cognitive brain networks (i.e modulated by the task). The toolbox also includes directed and undirected connectivity metrics such as group-level statistics. Frites documentation is available online at https://brainets.github.io/frites/

.. figure:: https://github.com/brainets/frites/blob/master/docs/source/_static/network_framework.png :align: center

Installation

Run the following command into your terminal to get the latest stable version :

.. code-block:: shell

pip install -U frites

You can also install the latest version of the software directly from Github :

.. code-block:: shell

pip install git+https://github.com/brainets/frites.git

For developers, you can install it in develop mode with the following commands :

.. code-block:: shell

git clone https://github.com/brainets/frites.git
cd frites
python setup.py develop
# or : pip install -e .

Dependencies ++++++++++++

The main dependencies of Frites are :

In addition to the main dependencies, here's the list of additional packages that you might need :

Acknowledgments

See acknowledgments <https://brainets.github.io/frites/overview/ovw_acknowledgments.html>_