Skip to content

This is one educational example of using tvb simulator for working with a possible patient brain tumor. A slightly newer version of this data, in BIDS format, can be found here: https://zenodo.org/record/3483641

Notifications You must be signed in to change notification settings

the-virtual-brain/tvb-educase-braintumor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modeling Brain Dynamics in Brain Tumor Patients Using the Virtual Brain

In this demo, we show how to simulate large-scale brain dynamics using The Virtual Brain, an open-source neuroinformatics platform.

Introduction

We show how to simulate neural mass model with the reduced Wong-Wang model, using the individual subject connectivity. The global model parameters of the Reduced Wong-Wang model are individually optimized to improve prediction accuracy of functional connectivity.
Original publication can be found here: https://www.eneuro.org/content/5/3/ENEURO.0083-18.2018

When using The Virtual Brain for scientific publications, please cite it as follows:

Paula Sanz Leon, Stuart A. Knock, M. Marmaduke Woodman, Lia Domide,
Jochen Mersmann, Anthony R. McIntosh, Viktor Jirsa (2013)
    The Virtual Brain: a simulator of primate brain network dynamics.
Frontiers in Neuroinformatics (7:10. doi: 10.3389/fninf.2013.00010)

Load Individual Connectivity

Connectivity input data can be found in the github repository: https://github.com/mlion0200/educase_TVB_braintumor, under demo_data folder.
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.

Put Input data folder in the same directory of this python notebook. Input data needs to follow the directory structure below:

TVB_braintumor.ipynb
TVB_input
│   CONXXTX (Control/Patients + number + T1/T2)
│   │   FC.mat
│   │   SCthrAn.mat
│   └───CON02T1_TVB.zip
│       │   areas.txt
│       │   average_orientations.txt
│       │   centres.txt
│       │   cortical.txt
│       │   hemisphere.txt
│       │   tract_lengths.txt.txt
│       │   weights.txt
│   
└───CONXXTX
    │   ...

About

This is one educational example of using tvb simulator for working with a possible patient brain tumor. A slightly newer version of this data, in BIDS format, can be found here: https://zenodo.org/record/3483641

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Shell 0.1%