780 likes | 1.08k Views
Data Processing & Analysis of Resting-State fMRI. Chao-Gan YAN, Ph.D. 严超赣 y cg.yan@gmail.com http:// rfmri.org Research Scientist The Nathan Kline Institute for Psychiatric Research Research Assistant Professor Department of Child and Adolescent Psychiatry /
E N D
Data Processing & Analysis of Resting-State fMRI Chao-Gan YAN, Ph.D. 严超赣 ycg.yan@gmail.com http://rfmri.org Research Scientist The Nathan Kline Institute for Psychiatric Research Research Assistant Professor Department of Child and Adolescent Psychiatry / NYU Langone Medical Center Child Study Center, New York University
Outline • Overview • Data Preparation • Preprocessing • R-fMRI measures Calculation • Quality Control • Statistical Analysis • Results Viewing 2
DPARSF (Yan and Zang, 2010) 3
Data Processing Assistant for Resting-State fMRI (DPARSF) Yan and Zang, 2010. Front SystNeurosci. http://rfmri.org/DPARSF 4
DPABI: a toolbox for Data Processing & Analysis of Brain Imaging License: GNU GPL Chao-Gan Yan Programmer Initiator Xin-Di Wang Programmer http://rfmri.org/dpabi http://dpabi.org 5
Outline • Overview • Data Preparation • Preprocessing • R-fMRI measures Calculation • Quality Control • Statistical Analysis • Results Viewing 6
Data Organization • ProcessingDemoData.zip • FunRaw • Sub_001 • Sub_002 • Sub_003 • T1Raw • Sub_001 • Sub_002 • Sub_003 Functional DICOM data Structural DICOM data http://rfmri.org/DemoData 7
Data Organization • ProcessingDemoData.zip • FunImg • Sub_001 • Sub_002 • Sub_003 • T1Img • Sub_001 • Sub_002 • Sub_003 Functional NIfTI data (.nii.gz., .nii or .img) Structural NIfTI data (.nii.gz., .nii or .img) 8
Outline • Overview • Data Preparation • Preprocessing • R-fMRI measures Calculation • Quality Control • Statistical Analysis • Results Viewing 11
Preprocessing Working Dir where stored Starting Directory (e.g., FunRaw) Detected participants 13
Preprocessing Detected participants 14
Preprocessing Number of time points (if 0, detect automatically) TR (if 0, detect from NIfTI header) Template Parameters 15
Resting State fMRI Data Processing Template Parameters 16
What’s new? 17
Automaskgeneration For checking EPI coverage and generating group mask FunImgAR/Sub_001 Masks/AutoMasks/ 20
Brain extraction(Skullstrip) For better coregistration For Linux and Mac: Need to install FSL. For Windows: Thanks to Chris Rorden's compiled version of bet in MRIcroN, our modified version can work on NIfTI images directly. 21
Bet & Coregistration T1ImgCoreg/Sub_001 Segment bet RealignParameter/Sub_001/mean*.nii T1Img/Sub_001 Apply Coregister RealignParameter/Sub_001/Bet_mean*.nii T1ImgBet/Sub_001 22
Nuisance Regression • Mask based on segmentation or SPM apriori • CompCor or mean [note: for CompCor, detrend (demean) and variance normalization will be applied before PCA, according to Behzadi et al., 2007] • Global Signal based on Automask 24
Outline • Overview • Data Preparation • Preprocessing • R-fMRI measures Calculation • Quality Control • Statistical Analysis • Results Viewing 25
Outline • Overview • Data Preparation • Preprocessing • R-fMRI measures Calculation • Quality Control • Statistical Analysis • Results Viewing 27
Quality Control This mask is very important for group statistical analysis!!! 41
Quality Control • Using the visual inspection step within DPARSF, subjects showing severe head motion in the T1 image and subjects showing extremely poor coverage in the functional images, as well as subjects showing bad registrationwere excluded • Subjects with overlap with the group mask (voxels present at least 90% of the participants) less than 2*SD under the group mean overlap(threshold: 92.2%) were excluded • Subjects with motion (Mean FD Jenkinsongreater than 2*SD above the group mean motion (threshold: 0.192) were excluded Yan et al., 2013, Neuroimage 45
Outline • Overview • Data Preparation • Preprocessing • R-fMRI measures Calculation • Quality Control • Statistical Analysis • Results Viewing 46
Statistical Analysis {DPABI_Dir}/StatisticalAnalysis/y_GroupAnalysis_Image.m 49
Attention!!! 50