| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Documentation | Installation | Usage example | List of functions | Cite Frites
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/
Run the following command into your terminal to get the latest stable version :
pip install -U fritesYou can also install the latest version of the software directly from Github :
pip install git+https://github.com/brainets/frites.gitFor 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 .The main dependencies of Frites are :
In addition to the main dependencies, here's the list of additional packages that you might need :
See acknowledgments
| Back | FazBrowse Home | New Git URL |