Download Anaconda Python 2.7 version here.
Follow the instructions to install Anaconda on your computer.
"The Virtual Brain" Project (TVB Project) has the purpose of offering modern tools to the Neurosciences community, for computing, simulating and analyzing functional and structural data of human brains, brains modeled at the level of population of neurons.
For more information, please visit The Virtual Brain GitHub Repository.
conda create --name tvb python=2.7
conda activate tvb
pip install tvb-library
pip install tvb-framework
The GitHub repository contains Python Notebook and sample data can be found here.
To download the git repository, click Clone or download, then Download ZIP.
If you wish to clone the repository, run the following from commend line.
git clone git@github.com:mlion0200/educase_TVB_braintumor.git
Data contains functional and structural connectivity matrices of 25 brain tumor patients and 11 healthy control participants before surgery, and 18 brain tumor patients and 10 healthy control participants after neurosurgery.
Data is in demo-data folder in the GitHub repository.
Data can also be found on OpenNeuro. The pre-operative data can be found here, and post-operative data can be found here.