Skip to content

A preliminary implementation of BrainGNN

Notifications You must be signed in to change notification settings

LifangHe/BrainGNN_Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Neural Network for Brain Network Analysis

A preliminary implementation of BrainGNN

Usage

Setup

pip

See the requirements.txt for environment configuration.

pip install -r requirements.txt

PYG

To install pyg library, please refer to the document

Dataset

ABIDE

We treat each fMRI as a brain graph. How to download and construct the graphs?

python 01-fetch_data.py
python 02-process_data.py

How to run classification?

Training and testing are integrated in file main.py. To run

python 03-main.py 

Citation

If you find the code and dataset useful, please cite our paper.

@article{li2020braingnn,
  title={Braingnn: Interpretable brain graph neural network for fmri analysis},
  author={Li, Xiaoxiao and Zhou,Yuan and Dvornek, Nicha and Zhang, Muhan and Gao, Siyuan and Zhuang, Juntang and Scheinost, Dustin and Staib, Lawrence and Ventola, Pamela and Duncan, James},
  journal={bioRxiv},
  year={2020},
  publisher={Cold Spring Harbor Laboratory}
}

About

A preliminary implementation of BrainGNN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages