Actions

Difference between revisions of "Neuroimaging"

From ACL@NCU

Line 8: Line 8:
     <li>use to3d or dimon to convert raw images into AFNI BRIK format</li>
     <li>use to3d or dimon to convert raw images into AFNI BRIK format</li>
     <li>to3d_anat.py, to3d_func.py </li>
     <li>to3d_anat.py, to3d_func.py </li>
     <li>Data file organizations </ki>
     <li>Data file organizations </li>
     </ol>
     </ol>
  </li>
  </li>

Revision as of 16:50, 18 January 2013

AFNI know-how

Preprocessing

  1. Data import
    1. use to3d or dimon to convert raw images into AFNI BRIK format
    2. to3d_anat.py, to3d_func.py
    3. Data file organizations
    1. creating group list
      1. getid.py
    2. looking for the sequential order ID one or more subjects
      1. lookup_subj.py
      2. lookup_subj_many.py

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)

FreeSurfurer tutorials

  • view data
tkmedit sub001 brain.finalsurfs.mgz -aux T1.mgz -surfs -aseg
  • syntax
    • sub001: Subject ID
    • brain.finalsurfs.mgz: skull-stripped volume primarily used for troubleshooting (found in $SUBJECTS_DIR/good_output/mri).
    • aux T1.mgz : pre-skull-stripped volume loaded as 2nd volume (in $SUBJECTS_DIR/good_output/mri)
    • surfs : loads all surfaces (orig, white, and pial, for left and right hemispheres)
    • aseg : loads automatic volume segmentation called aseg.mgz