GithubHelp home page GithubHelp logo

shreyder93 / kcnischool2022-projectweek Goto Github PK

View Code? Open in Web Editor NEW

This project forked from griffithslab/kcnischool2022-projectweek

0.0 0.0 0.0 8.46 MB

License: MIT License

Python 0.19% Jupyter Notebook 99.81%

kcnischool2022-projectweek's Introduction

KCNI Sumer School 2022 - Whole-Brain + Cognitive Network Modelling Project Week

About the project

Disrupted sleep is heavily implicated in a wide variety of psychiatric and neurological illnesses. Insufficient sleep is well known to lead to neuronal hyperexcitabilty, and may lead mechanistically to brain pathologies via metabolic and inflammatory processes.

In this project we will use whole-brain modelling of fMRI data from the Stockholm Sleepy Brain Study to investigate physiological and network-level signatures and mechanisms of sleep deprivation.

We will be using a newly-developed approach for whole-brain modelling in Python using PyTorch, a widely-used machine learning library, as well as various standard Python neuroimaging tools (nilearn, nibabel, hcp_utils). All of the code needed is contained in this repo, and instructions for downloaded the requisite data are given below.

Setup Intructions

1. Clone repo

(Better: fork first, then clone your fork and add this repo as upstream)

git clone [email protected]:mygithubusername/kcnischool2022-projectweek
cd kcnischool2022-projectweek
git remote add upstream https://github.com/griffithslab/kcnischool2022-projectweek
git fetch upstream
git merge upstream/main

2. Setup Python env

conda activate myenv

3. Download data

cd data
python download_ds000201_data.py
cd ..

4. Look at the example notebooks

( in the notebooks folder )

5. Get cracking!

When you're ready, pull request (PRs) back to main:

First add your new stuff on a feature branch in your fork:

git checkout -b "mynewfeature"
git add mynewfile.ipynb
git commit mynewfile.ipynb -m"comment on mynewfile"
git push -u origin mynewfeature

...then submit a PR from your github fork, where this push will appear!

5. Further reading:

PyTorch whole-brain modelling methodology:

Original model by Deco et al.

Sleep fMRI data from:

https://openneuro.org/datasets/ds000201/versions/1.0.3

kcnischool2022-projectweek's People

Contributors

johngriffiths avatar shreyder93 avatar davi1990 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.