Face repetition#

This is based on the event related design dataset of SPM.

preprocessing#

face_rep_01_bids_app#

This script will download the face repetition dataset from SPM and will run the basic preprocessing.

Download

  • downloads and BIDSify the dataset from the FIL website

Preprocessing

  • copies the necessary data from the raw to the derivative folder,

  • runs slice time correction

  • runs spatial preprocessing

those are otherwise handled by the workflows:

type bidspm help or bidspm(‘action’, ‘help’) or see this page: https://bidspm.readthedocs.io/en/stable/bids_app_api.html for more information on what parameters are obligatory or optional

preprocessing anat only#

face_rep_01_anat_only#

This show how an anat only pipeline would look like.

Download

  • downloads and BIDSify the dataset from the FIL website

Preprocessing

  • copies the necessary data from the raw to the derivative folder,

  • runs spatial preprocessing

those are otherwise handled by the workflows:

type bidspm help or bidspm(‘action’, ‘help’) or see this page: https://bidspm.readthedocs.io/en/stable/bids_app_api.html for more information on what parameters are obligatory or optional

stats#

face_rep_02_stats#

Warning

This script assumes you have already preprocessed the data with face_rep_01_bids_app.m

stats

This script will run the FFX and contrasts on the the face repetition dataset from SPM.

  • GLM specification + estimation

  • compute contrasts

  • show results

that are otherwise handled by the workflows

Note

Results might be a bit different from those in the SPM manual as some default options are slightly different in this pipeline (e.g use of FAST instead of AR(1), motion regressors added)

type bidspm help or bidspm(‘action’, ‘help’) or see this page: https://bidspm.readthedocs.io/en/stable/bids_app_api.html for more information on what parameters are obligatory or optional

stats: parametric analysis#

face_rep_02_stats_parametric#

This script will run the parametric model and contrasts on the the face repetition dataset from SPM.

region of interest#

face_rep_03_roi_analysis#

Creates a ROI in MNI space from the retinotopic probabilistic atlas.

Creates its equivalent in subject space (inverse normalization).

Then uses marsbar to run a ROI based GLM