Skip to content

Commit

Permalink
fixed png link
Browse files Browse the repository at this point in the history
  • Loading branch information
sohaamir authored Mar 30, 2024
1 parent d36f90f commit b5bc775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ Specifically, using `nilearn`, we can import 'resting-state' fMRI data from the
We then parcellate the regions, and take a very crude approach to functional connectivity by getting the mean time-series for each region, and then correlating that with all of the other regions in the brain. Subsequently, we can then plot the most and least-connected regions, as well as the individual time-series for the regions demonstrating the strongest and weakest correlation (or 'connectivity'):

<div align="center">
<img src="https://github.com/sohaamir/MRICN/blob/main/fc_tutorial/assets/fc_graph.png" width="100%">
<img src="https://github.com/sohaamir/MRICN/blob/main/fc_tutorial/assets/fc_graph.png" width="80%">
</div>
<br>

<br>


<div align="center">
<img src="https://github.com/sohaamir/MRICN/blob/main/fc_tutorial/assets/fc_timeseries.png" width="100%">
<img src="https://github.com/sohaamir/MRICN/blob/main/fc_tutorial/assets/fc_timeseries.png" width="80%">
</div>


Expand All @@ -99,5 +99,5 @@ To do this, we will:


<div align="center">
<img src="https://github.com/sohaamir/MRICN/blob/main/fc_tutorial/assets/group_fsleyes.gif" width="100%">
<img src="https://github.com/sohaamir/MRICN/blob/main/fc_tutorial/assets/group_fsleyes.png" width="80%">
</div>

0 comments on commit b5bc775

Please sign in to comment.