Treffer: Non-invasive stimulation of the human striatum disrupts reinforcement learning of motor skills - UPHUMMEL - EPFL
Weitere Informationen
Dataset and code to reproduce the main results of the paper "Non-invasive stimulation of the human striatum disrupts reinforcement learning of motor skills" see Vassiliadis et al., Nature Human Behaviour (2024) Different Readme are provided to facilitate the analyses in the corresponding subfolders. 1) Behavioural data: Data Raw data (in the "Data/Behav/Raw") for each subject are provided and the corresponding Matlab code (in the "Code" folder) to reproduce the main results The summary table which can be used to run statistics is also provided ("Data/Behav/myTab1.mat") or can be generated with the code. Each subject folder contains the different files which correspond to one block of the task: rml_FTT_MRI_B0_XXX: quick re-familiarization in MRI rml_FTT_MRI_B*_XXX: *=1 to 6 : 6 main experimental blocks --> The ones analysed by the code rml_FTT_MRI_fam: different familiarisation blocks (1: regular sequence, 2: irregular sequence, 0: short familiarisation with the visual uncertainty and with or without reinforcement) Code "analysis_block_FTT_MRI_Zenodo.m" --> opens every raw subject file (one per block) during the experiment (6 blocks)--> computes the Error for each trial --> the main figures--> creates Tab1, a table in which each trial is stored with the corresponding features and Error value --> generates frame-by-frame matrices for possible analyses of kinematics, error profiles, color changes etc. More specific explanations are in the comments of the Matlab code. 2) MRI data !!! Structural images were defaced in order to anonymize the dataset, but analysis were originally performed on raw images. ## Structural data analysis: - Run ./Code/1_struct/3_freesurfer.py --subject_idx 83Y02 83Y04 83Y05 83Y06 83Y07 83Y08 83Y09 83Y10 83Y11 83Y12 83Y13 83Y14 83Y15 83Y16 83Y17 83Y18 83Y19 83Y20 83Y21 83Y22 83Y23 83Y24 83Y26 83Y27 --session reward --data_folder ./Data/MRI --project_locations source_data --T2_fs 1 - python ./Code/1_struct/4_creat_BNA_atlas_masks.py --subject_idx 83Y02 83Y04 83Y05 83Y06 83Y07 ...