Skip to content

Commit

Permalink
The first ~half of the presentation is more or less drafted, but will…
Browse files Browse the repository at this point in the history
… require iterations.
  • Loading branch information
pbellec committed Jul 24, 2020
1 parent 2125080 commit b936707
Show file tree
Hide file tree
Showing 10 changed files with 540 additions and 6 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Introduction to functional brain parcellation in fMRI

This notebook is an introduction to parcellation of the brain using functional magnetic resonance imaging. The notebook mixes figures, text and code to introduce some key concepts and results from the literature. The code is in python and is mainly based on the [nilearn](https://nilearn.github.io/) library.
This notebook is an introduction to parcellation of the brain using functional magnetic resonance imaging. The notebook mixes figures, text and code to introduce some key concepts and results from the literature. The code is in python and is mainly based on the [nilearn](https://nilearn.github.io/) library.

Some image and code snippets were taken for the following tutorials:
* [McGill QLC 612 - fundamentals in neuro data science](https://github.com/neurodatascience/course-materials-2020/blob/master/lectures/14-may/03-intro-to-machine-learning/ML_Regression_Tutorial.ipynb)
* [Nilearn maskers](https://nilearn.github.io/manipulating_images/masker_objects.html)
* [intro to machine learning at MAIN](https://brainhack101.github.io/introML-book/)
* [Nilearn seed-to-voxel correlation map](https://nilearn.github.io/auto_examples/03_connectivity/plot_seed_to_voxel_correlation.html)
Binary file added connectome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fig_fcmri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fmri_time_series.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fmri_vol.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
538 changes: 533 additions & 5 deletions functional_parcellation_intro.ipynb

Large diffs are not rendered by default.

Binary file added networks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added neurovascular.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added time_series.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added yeo_krienen_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b936707

Please sign in to comment.