This repository includes code to perform reliability-based voxel selection and compare the results with activity-based voxel selection, along with two example datasets.
Pre-print: https://www.biorxiv.org/content/10.1101/703603v1
Notes:
All analyses were conducted using Matlab 2017b. The project paths needs to be set in individual scripts to wherever your copy of these scripts are hosted. All known dependencies are compiled to a .zip file called "HelperCodeGeneral."
The first step to reproducing the analyses is to construct a "subject model," which is a .mat file that points to every file for every subject in each analysis. Do this by running 'Step0_makeSubjectModels.m' after specifying the example dataset.
Additional notes for running this code are in the analysis code files.