Skip to content

Framework for Information Theoretical analysis of Electrophysiological data and Statistics

License

Notifications You must be signed in to change notification settings

ViniciusLima94/frites

 
 

Repository files navigation

https://travis-ci.org/brainets/frites.svg?branch=master https://pepy.tech/badge/frites
https://github.com/brainets/frites/blob/master/docs/source/_static/logo_desc.png

Frites

Description

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.

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

Documentation

Frites documentation is available online at https://brainets.github.io/frites/

Installation

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

pip install -U frites

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

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

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

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

About

Framework for Information Theoretical analysis of Electrophysiological data and Statistics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 99.9%
  • Makefile 0.1%