Single Subject Analysis: Visual/Motor Activation
Preprocessing a single subject/session and applying a general linear model using AFNI
Step 1: Download data from XNAT and automatically convert to BIDS format with xnat-tools
# Configuring arguments here will override default parameters.
[slurm-args]
mail-user = "example-user@brown.edu"
mail-type = "ALL"
[xnat2bids-args]
sessions = [
"XNAT_E03266"
]
verbose=1module load anaconda3`
python run_xnat2bids.py --config ~/x2b_demodat2_config.tomlStep 2: Extract stimulus timing information from stimulus presentation output files.
Step 3: Convert events.tsv files into AFNI stimulus timing files
Step 4: Use afni_proc.py to create a simple preprocessing stream and run the general linear model for the checks task
Run the batch script
Step 5: Viewing the Output
Visual Hemifield Localizer Task

Motor Activation (Button Press) Task

Last updated
Was this helpful?