Quick Start

Last updated: August 25th, 2019

Installation

Install Anaconda

Download Anaconda Python 2.7 version here.

Follow the instructions to install Anaconda on your computer.

Install TVB Library

"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.

To install TVB code on your machine, we recommend you to first create a dedicated Python environment using Anaconda command.

conda create --name tvb python=2.7

conda activate tvb


Run pip from command line to install tvb released packages:

pip install tvb-library

pip install tvb-framework

Download Python Code

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

Download Data

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.

Demo Video

To be created