This repository contains code for the manuscript Multivariate neural signatures for health neuroscience: Assessing spontaneous regulation during food choice. The OSF project for this manuscript can be found here.
CR_analyses
= data and scripts related to the Craving Regulation task analysesFV_analyses
= data and scripts related to the Food Valuation task analysesdemographics
= data and scripts related to demographic information within samplesneural_signatures
= data and scripts related to the development of the neural signatures and craving regulation neural signature nifti filesempirical_null
= data and scripts related to the simulated neural signatures used to create an empirical null distribution of accuracy
prep
= data and scripts related to dicom conversion, preprocessing, and first-level modelingdcm2bids
= scripts for converting dicoms to nifti files in BIDS formatfx
= data and scripts for running first-level modelsmodels
= scripts for running first-level models in SPM12motion
= scripts for automated motion assessment to identify visual motion artifacts using auto-motion-fmriprepmulticonds
= scripts for creating event multicondition files for first-level modeling
ppc
= data and scripts for preprocessing using fMRIPrep and smoothing in SPM12
Please note that the Craving Regulation (CR) task is also called the picture task in the partial validation sample and the ROC task in the complete validation sample in the prep directories; the Food Valuation (FV) task is also called the money task in the partial validation sample and the WTP task in the complete validation sample.
├── CR_analyses
│ ├── dotProducts_complete_validation
│ └── dotProducts_partial_validation
├── FV_analyses
│ ├── dotProducts_complete_validation
│ └── dotProducts_partial_validation
├── demographics
├── neural_signatures
│ └── empirical_null
│ ├── dotProducts_complete_validation
│ └── dotProducts_partial_validation
└── prep
├── complete_validation
│ ├── dcm2bids
│ │ ├── bidsQC
│ │ │ └── images
│ │ └── conversion
│ ├── fx
│ │ ├── models
│ │ │ ├── ROC
│ │ │ └── WTP
│ │ ├── motion
│ │ │ └── auto-motion-fmriprep
│ │ │ ├── rp_txt
│ │ │ └── summary
│ │ └── multiconds
│ │ ├── ROC
│ │ │ └── betaseries
│ │ └── WTP
│ │ └── betaseries
│ └── ppc
│ └── smooth
└── partial_validation
├── dcm2bids
│ └── bidsQC
│ └── images
├── fx
│ ├── models
│ │ ├── money
│ │ └── picture
│ ├── motion
│ │ └── auto-motion-fmriprep
│ │ ├── rp_txt
│ │ └── summary
│ └── multiconds
│ ├── money
│ └── picture
└── ppc
├── fmriprep
└── smooth