├── Example_SPM_Pipeline.pptx ├── README.md ├── batch_files ├── README.md ├── contrast_manager_spm12.mat ├── coregister_est_spm12.mat ├── dicom_spm12.mat ├── estimate_bayesian_spm12.mat ├── estimate_spm12.mat ├── first_level_spm12.mat ├── imcalc_brainstrip_spm12.mat ├── normalise_write_111_spm12.mat ├── normalise_write_333_spm12.mat ├── realign_unwarp_spm12.mat ├── results_report_spm12.mat ├── second_level_factorial_analysis_spm12.mat ├── second_level_onesampleT_spm12.mat ├── second_level_pairedT_spm12.mat ├── segment_biascorrected_spm12.mat ├── slice_timing_spm12.mat └── smooth_spm12.mat ├── behavioural_data_onset_duration.m ├── firstlevel_analysis.m ├── multisubject_analysis.m ├── preprocess.m └── secondlevel_analysis.m /Example_SPM_Pipeline.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/Example_SPM_Pipeline.pptx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/README.md -------------------------------------------------------------------------------- /batch_files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/README.md -------------------------------------------------------------------------------- /batch_files/contrast_manager_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/contrast_manager_spm12.mat -------------------------------------------------------------------------------- /batch_files/coregister_est_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/coregister_est_spm12.mat -------------------------------------------------------------------------------- /batch_files/dicom_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/dicom_spm12.mat -------------------------------------------------------------------------------- /batch_files/estimate_bayesian_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/estimate_bayesian_spm12.mat -------------------------------------------------------------------------------- /batch_files/estimate_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/estimate_spm12.mat -------------------------------------------------------------------------------- /batch_files/first_level_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/first_level_spm12.mat -------------------------------------------------------------------------------- /batch_files/imcalc_brainstrip_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/imcalc_brainstrip_spm12.mat -------------------------------------------------------------------------------- /batch_files/normalise_write_111_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/normalise_write_111_spm12.mat -------------------------------------------------------------------------------- /batch_files/normalise_write_333_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/normalise_write_333_spm12.mat -------------------------------------------------------------------------------- /batch_files/realign_unwarp_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/realign_unwarp_spm12.mat -------------------------------------------------------------------------------- /batch_files/results_report_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/results_report_spm12.mat -------------------------------------------------------------------------------- /batch_files/second_level_factorial_analysis_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/second_level_factorial_analysis_spm12.mat -------------------------------------------------------------------------------- /batch_files/second_level_onesampleT_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/second_level_onesampleT_spm12.mat -------------------------------------------------------------------------------- /batch_files/second_level_pairedT_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/second_level_pairedT_spm12.mat -------------------------------------------------------------------------------- /batch_files/segment_biascorrected_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/segment_biascorrected_spm12.mat -------------------------------------------------------------------------------- /batch_files/slice_timing_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/slice_timing_spm12.mat -------------------------------------------------------------------------------- /batch_files/smooth_spm12.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/batch_files/smooth_spm12.mat -------------------------------------------------------------------------------- /behavioural_data_onset_duration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/behavioural_data_onset_duration.m -------------------------------------------------------------------------------- /firstlevel_analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/firstlevel_analysis.m -------------------------------------------------------------------------------- /multisubject_analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/multisubject_analysis.m -------------------------------------------------------------------------------- /preprocess.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/preprocess.m -------------------------------------------------------------------------------- /secondlevel_analysis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phildean/SPM_fMRI_Example_Pipeline/HEAD/secondlevel_analysis.m --------------------------------------------------------------------------------