Actions

Difference between revisions of "Neuroimaging"

From ACL@NCU

Line 14: Line 14:
#left hemisphere selected
#left hemisphere selected
3dcalc -a mask_group+tlrc. -expr 'step(x-0)' -prefix test
3dcalc -a mask_group+tlrc. -expr 'step(x-0)' -prefix test
#intersection with brain mask, and save in rh_mask+tlrc
3dcalc -a mask_group+tlrc. -b test+tlrc -expr 'step(a*b)' \
3dcalc -a mask_group+tlrc. -b test+tlrc -expr 'step(a*b)' \
       -prefix rh_mask
       -prefix rh_mask

Revision as of 18:37, 17 January 2013

AFNI know-how

Preprocessing

  • Data import
    • use to3d or dimon to convert raw images into AFNI BRIK format

Individual level GLM

Group analysis

Multiple comparison

Region-of-Interest (ROI)

  • Creating a half hemisphere mask
#left hemisphere selected
3dcalc -a mask_group+tlrc. -expr 'step(x-0)' -prefix test

#intersection with brain mask, and save in rh_mask+tlrc
3dcalc -a mask_group+tlrc. -b test+tlrc -expr 'step(a*b)' \
       -prefix rh_mask

BrainVoyager QX know-how

Preprocessing

Individual level GLM

Group analysis

  • Created individual vmps[1]
  • Paired t-test on vmps[2]

Multiple comparison

Region-of-Interest (ROI)