Probabilistic Functional Modes (or PFMs) provide an alternative to group-ICA (FSL MELODIC) followed by Dual-Regression (DR) for estimating resting state networks (RSNs) in population and individuals.
For this practical, we will use a Jupyter Notebook, that includes a series of exercises. Jupyter is a web application that allows you to interactively run the code for each exercise, and visualise the results. These exercises are mostly written in Python. However, you do not need to know the language to do the practical, all necessary instructions are provided. Please follow these steps to start the practical:
cd ~/fsl_course_data/PFM
wget https://open.win.ox.ac.uk/pages/fslcourse/practicals/pfm/PFM_practical.ipynb
fslpython -m jupyter notebook &
The End.