Processing and analyzing tone-learning fMRI data collected at the University of Pittsburgh's 7T MRI Center. For diffusion MRI tractography code, please see this repository.
Currently in revision. Preprint to come shortly!
Data will be uploaded to OpenNeuro.
- Peek at the dicom .tsv file using
initialize_dicoms_heudiconv.sh - Create
heuristic.pybased on your MRI sequences - Convert dicoms to .nii using
convert_dicoms_heudiconv.sh
- Run
dwi_denoiseon newly converted BIDS-formatted NIfTI files
- Preprocess anatomical and functional MRI with
run_fmriprep.sh
(Note: this runs using a Singularity image, so may need to create that first)
- Run
convert_behav_to_bids.pyto get psychopy outputs into BIDS-compatible format - Run behavioral analysis notebook
- Create grey matter mask for searchlight using
make_gm_mask.py - Create participant-specific region-of-interest masks
- Run
univariate_analysis.py - Run
group_level_ROI.ipynbfor group-level GLM and output maps/figures