Forum of resting-state fMRI http://www.restfmri.net/forum/frontpage 欢迎到静息态功能磁共振成像论坛 Welcome to the forum of resting-state fMRI en Resting-State fMRI Data Analysis Toolkit V1.8 (静息态功能磁共振数据处理工具包 V1.8) http://www.restfmri.net/forum/REST_V1.8 <table width="200" cellspacing="1" cellpadding="1" border="0"> <tr> <td width="520"><a href="http://pub.restfmri.net/index.php?dir=&amp;file=REST_V1.8_130303.zip"><img src="/forum/sites/default/files/users/YAN%20Chao-Ganimage/REST_V1_8PRE_120905.jpg" alt="" /></a></td> <td> <p><span>Resting-State fMRI Data Analysis Toolkit (REST) is a convenient toolkit to calculate Functional Connectivity (FC), Regional Homogeneity (ReHo), Amplitude of Low-Frequency Fluctuation (ALFF), Fractional ALFF (fALFF), Gragner causality, degree centrality, voxel-mirrored homotopic connectivity (VMHC) and perform statistical analysis. You also can use REST to view your data, perform Monte Carlo simulation similar to AlphaSim in AFNI, perform Gaussian random field theory multiple comparison correction like easythresh in FSL, calculate your images, regress out covariates, extract ROI time courses, reslice images, and sort DICOM files. Download a </span><span><a href="http://www.restfmri.net/forum/Course"><span>MULTIMEDIA COURSE</span></a><span> would be helpful for knowing more about how to use this software. Add REST's directory to MATLAB's path and enter &quot;REST&quot; in the command window of MATLAB to enjoy it.</span></p> <p> <span style="color:rgb(128, 0, 0)"><span style="font-family:arial; font-size:15px; background-color:rgb(255, 255, 255)">Citation of REST is:&nbsp;<br /> <a href="http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0025031" rel="nofollow">Xiao-Wei Song, Zhang-Ye Dong, Xiang-Yu Long, Su-Fang Li, Xi-Nian Zuo, Chao-Zhe Zhu, Yong He, Chao-Gan Yan, Yu-Feng Zang. (2011) REST: A Toolkit for Resting-State Functional Magnetic Resonance Imaging Data Processing. PLoS ONE 6(9): e25031. doi:10.1371/journal.pone.0025031</a></span></span></p> <p> <strong>The latest release is </strong></span><b>REST_V1.8_130303</b><strong>.&nbsp;</strong></p> <p><span><br /> </span><strong><span><a href="http://pub.restfmri.net/index.php?dir=&amp;file=REST_V1.8_130303.zip"><span>DOWNLOAD</span></a></span></strong><span><span><strong>&nbsp;</strong></span></span><span><strong></p> <p> </strong></span><a href="http://www.restfmri.net/forum/Course"><span><strong>Multimedia Course: Data Processing of Resting-State fMRI</strong></span></a><span><br /> </span></p> </td> </tr> </table> <p>New features of REST V1.8 release 130303:<br /> When calling Mingrui Xia's BrainNet Viewer (http://www.nitrc.org/projects/bnv/), the default surface template is changed to the smoothed version (BrainMesh_ICBM152_smoothed.nv). The previous default template (BrainMesh_ICBM152.nv) hide more information in the sulcus. If the users want to use BrainMesh_ICBM152.nv as default surface template, please uncomment Line 3740 in rest_sliceviewer: %SurfFileName=[BrainNetViewerPath,filesep,'Data',filesep,'SurfTemplate',filesep,'BrainMesh_ICBM152.nv']; <br /> (After discussion with Mingrui Xia).</p> <p>New features of REST V1.8 release 130214:<br /> 1.&nbsp;&nbsp;&nbsp;&nbsp;This release fixed some minor bugs, will not affect any data analysis.<br /> 2.&nbsp;&nbsp;&nbsp;&nbsp;Fixed a bug when using .nii(.gz) files in REST Image Calculator.&nbsp;(WANG Xin-Di)<br /> 3.&nbsp;&nbsp;&nbsp;&nbsp;Fixed a bug in using .nii(.gz) files in GCA analyses.&nbsp;(ZANG Zhen-Xiang)<br /> 4.&nbsp;&nbsp;&nbsp;&nbsp;Fixed the imresize_old bug of REST Slice Viewer with Matlab 2012b.&nbsp;(YAN Chao-Gan)</p> <p>New features of REST V1.8 release 121225:<font size="2"><span style="line-height:normal"><b><br /> </b></span></font> 1.&nbsp;&nbsp;&nbsp; Support parallel computing! If you installed the MATLAB parallel computing toolbox, REST can distribute the subjects into different CPU cores. (WANG Xin-Di and YAN Chao-Gan).<br /> 2.&nbsp;&nbsp;&nbsp; Algorithm change: (1) Filtering: a separate function for matrix filtering was written. The low cutoff frequency index calculation changed from round (in REST V1.7) to &quot;ceil&quot;. E.g., if low cut off corresponded to index 5.1, now it will start from 6 other than 5. This change also applies to ALFF and fALFF calculation. The filtered data changes slightly, about 0.0001. (2) The ALFF generated by the new version is sqrt(2/N) times of the original version. (new version used: 2*abs(fft(x))/N; original version used:&nbsp; sqrt(2*abs(fft(x))^2/N)). This change will not affect group analysis (as each individual scaled the same number), and will not affect mALFF and fALFF calculation as this factor will be normalized. (3) In the calculation of ReHo, the rank will keep as double and no longer converted into uint16, thus created slight difference with REST V1.7. (YAN Chao-Gan)<br /> 3.&nbsp;&nbsp;&nbsp; REST Slice Viewer support 4D file display and the maximum and minimum value could be set. (WANG Xin-Di)<br /> 4.&nbsp;&nbsp;&nbsp; Gaussian random field (GRF) theory multiple comparison correction (like easythresh in FSL) was supported. The smoothness could be evaluated for GRF correction or AlphaSim correction. (GUI by WANG Xin-Di, algorithm by YAN Chao-Gan)<br /> 5.&nbsp;&nbsp;&nbsp; Modules of voxel-mirrored homotopic connectivity (VMHC) (Zuo et al., 2010), Degree Centrality (Buckner et al., 2009) were added. (GUI by WANG Xin-Di, algorithm by YAN Chao-Gan)<br /> 6.&nbsp;&nbsp;&nbsp; REST GCA: could handle multiple ROIs (other than 2) in ROI-wise GCA now. Fixed a bug of discordance between the outputs and the description in REST-GCA readme in the pre-release of REST V1.8. (ZANG Zhen-Xiang)<br /> 7.&nbsp;&nbsp;&nbsp; rest_readfile.m and rest_writefile: The default format changed to .nii from .img. (WANG Xin-Di)<br /> 8.&nbsp;&nbsp;&nbsp; rest_to4d.m: now support one 4d file other than a directory, also support a cell of image filenames. (YAN Chao-Gan)<br /> 9.&nbsp;&nbsp;&nbsp; rest_regress_ss.m: add the output of T value. (YAN Chao-Gan)<br /> 10.&nbsp;&nbsp;&nbsp; rest_Write4DNIfTI.m: This function was added for write 4D nifti files based on SPM&rsquo;s nifti function. (YAN Chao-Gan)<br /> 11.&nbsp;&nbsp;&nbsp; rest_writefile.m: No longer need to change to RPI before writing. (YAN Chao-Gan)</p> <p><a href="http://www.restfmri.net/forum/REST_V1.8" target="_blank">read more</a></p> http://www.restfmri.net/forum/REST_V1.8#comments Resting-state fMRI topics REST Wed, 05 Sep 2012 04:15:51 +0000 REST-Group 1136 at http://www.restfmri.net/forum Data Processing Assistant for Resting-State fMRI (DPARSF) V2.2 http://www.restfmri.net/forum/DPARSF <table width="200" cellspacing="1" cellpadding="1" border="0"> <tr> <td width="500"><a href="http://pub.restfmri.net/index.php?dir=&amp;file=DPARSF_V2.2_130309.zip"><img src="/forum/sites/default/files/users/YAN%20Chao-Gan/image/DPARSF_V2_2_121225.jpg" width="637" height="731" alt="" /></a></td> <td> <p><span style="font-size:small">Data Processing Assistant for Resting-State fMRI (DPARSF) is a convenient plug-in software based on SPM and REST. You just need to arrange your DICOM files, and click a few buttons to set parameters, DPARSF will then give all the preprocessed (slice timing, realign, normalize, smooth) data, functional connectivity, ReHo, ALFF/fALFF, degree centrality, voxel-mirrored homotopic connectivity (VMHC) results. DPARSF can also create a report for excluding subjects with excessive head motion and generate a set of pictures for easily checking the effect of normalization. You can use DPARSF to extract ROI time courses efficiently if you want to perform small-world analysis. DPARSF basic edition is very easy to use while DPARSF advanced edition (alias: DPARSFA) is much more flexible and powerful. DPARSFA can parallel the computation for each subject, and can be used to reorient your images interactively or define regions of interest interactively. You can skip or combine the processing steps in DPARSF advanced edition freely. Please download a </span><span><a href="http://www.restfmri.net/forum/Course"><span style="font-size:small">MULTIMEDIA&nbsp;COURSE</span></a></span><span style="font-size:small"> to know more about how to use this software. Add DPARSF's directory to MATLAB's path and enter &quot;DPARSF&quot; or &quot;DPARSFA&quot; in the command window to enjoy DPARSF basic edition or advanced edition.</span></p> <p> <span style="font-size:small">The latest release is<strong> DPARSF_V2.2_130309</strong>.&nbsp; <br /> </span><span><br /> </span><strong><span><a href="http://pub.restfmri.net/index.php?dir=&amp;file=DPARSF_V2.2_130309.zip"><span>DOWNLOAD</span></a></span></strong><span><strong>&nbsp;<br /> </strong></span><a href="http://www.restfmri.net/forum/Course"><span><strong><br /> Multimedia Course: Data Processing of Resting-State fMRI</strong></span></a></td> </tr> </table> <p>New features of DPARSF_V2.2_130309: <br /> 1. Advanced Edition: Fixed a bug in &quot;Smooth by DARTEL&quot; caused in previous revision (DPARSF_V2.2_130214). (Thanks for the report of Maki Koyama).</p> <p>New features of DPARSF_V2.2_130303: <br /> 1. Advanced Edition: Fixed a bug in processing of multiple sessions - only process the last session in normalization and smooth. <br /> 2. Basic Edition: Fixed a bug caused in the previous release (V2.2_130214) - cannot load the correct masks (Thanks for the report of Tao Yang).</p> <p>New features of DPARSF_V2.2_130224:<br /> 1.&nbsp;&nbsp;&nbsp;&nbsp;This release fixed some minor bugs, but will not affect the results of any data analysis. The bugs appear in uncommon parameter settings and stop the processing in the worst cases. <br /> 2.&nbsp;&nbsp;&nbsp;&nbsp;Updated the DPARSFVersion information in the template parameter files. <br /> 3.&nbsp;&nbsp;&nbsp;&nbsp;DPARSF basic edition will also output the results of ReHo/ALFF/fALFF after Z-standardization (subtract the whole brain mean and divide by the whole brain standard deviation). <br /> 4.&nbsp;&nbsp;&nbsp;&nbsp;Fixed a bug in nuisance covariates regression when CovMat is not defined. <br /> 5.&nbsp;&nbsp;&nbsp;&nbsp;Fixed a bug that can not save the ROI signals correctly in text file if the data is not in double format. (Thanks for the report by H. Baetschmann) <br /> 6.&nbsp;&nbsp;&nbsp;&nbsp;Fixed a bug in creating mean functional image for 4D files. (Thanks for the report and revision by S. Orsolini) <br /> 7.&nbsp;&nbsp;&nbsp;&nbsp;Fixed a bug in displaying ROI Templates in linux system. (Thanks for the report by Han Zhang)</p> <p>New features of DPARSF_V2.2_121225:<br /> 1.&nbsp;&nbsp;&nbsp; Support parallel computing! If you installed the MATLAB parallel computing toolbox, you can set the number of &quot;Parallel Workers&quot;, DPARSFA will distribute the subjects into different CPU cores. <br /> 2.&nbsp;&nbsp;&nbsp; In addressing head motion concerns in resting-state fMRI analyses (Power et al., 2012; Satterthwaite et al., 2012; Van Dijk et al., 2012), we provide Friston 24-parameter correction (See Yan et al., 2013 for a&nbsp;comprehensive assessment of head motion on functional connectomics) as well as voxel-specific head motion calculation and correction (Satterthwaite et al., 2013; Yan et al., 2013). DPARSF also calculate the voxel-specific mean framewise displacement (FD) and volume-level mean FD (Power) (Power et al., 2012) or FD (Jenkinson) (i.e., relative RMS; Jenkinson et al., 2002) for accounting head motion at group-level analysis. The data scrubbing approach is also supported with different methods: 1) model each bad time point as a separate regressor in nuisance covariates regression, 2) delete bad time points, 3) interpolate bad time points with nearest neighbor, linear or cubic spline interpolation.&nbsp; <br /> 3.&nbsp;&nbsp;&nbsp; According to (Weissenbacher et al., 2009), the nuisance covariate regression could be performed before filtering and at very early stage. Users can also choose Template Parameters: TRADITIONAL order to have the same order as the previous version.<br /> 4.&nbsp;&nbsp;&nbsp; Support .nii.gz in all the steps. No longer need to convert 4D .nii.gz into 3D .img/.hdr. Simply put .nii.gz under FunImg or any starting directory name, DPARSFA will handle the .nii.gz by itself.<br /> 5.&nbsp;&nbsp;&nbsp; If the Number of Time Points is set to 0, then DPARSFA will not check the number of time points.<br /> 6.&nbsp;&nbsp;&nbsp; If TR is set to 0, then DPARSFA will retrieve the TR information from the NIfTI images. Please ensure the TR information in NIfTI images are correct!<br /> 7.&nbsp;&nbsp;&nbsp; If Slice Number is set to 0, then retrieve the slice number from the NIfTI images. The slice order is then assumed as interleaved scanning: [1:2:SliceNumber, 2:2:SliceNumber]. The reference slice is set to the slice acquired at the middle time point, i.e., ceil(SliceNumber/2). SHOULD BE EXTREMELY CAUTIOUS!!!<br /> 8.&nbsp;&nbsp;&nbsp; Support calculating resting-state fMRI metrics in native space and warping by DARTEL. The mask files and/or region of interest (ROI) files in standard space are warped into native space by using the parameters estimated in segmentation or DARTEL.<br /> 9.&nbsp;&nbsp;&nbsp; Spatial normalization and smooth can be performed on the calculated resting-state fMRI derivatives.<br /> 10.&nbsp;&nbsp;&nbsp; Supporting extracting ROI time course using masks with multiple labels. More template ROI definitions are supported: Dosenbach&rsquo;s 160 functional ROIs (Dosenbach et al., 2010), Andrews-Hanna&rsquo;s default mode network ROIs (Andrews-Hanna et al., 2010), Craddock&rsquo;s clustering ROIs (Craddock et al., 2011), AAL atlas and Harvard-Oxford atlas.<br /> 11.&nbsp;&nbsp;&nbsp; More resting-state fMRI metrics are included, e.g., voxel-mirrored homotopic connectivity (VMHC) (Zuo et al., 2010), Degree Centrality (Buckner et al., 2009) and connectome-wide association studies based on multivariate distance matrix regression (Shehzad et al., 2011).<br /> 12. &nbsp; &nbsp;For VMHC analyses, support normalizing the data further to a symmetric template. 1) Get the T1 images in MNI space (e.g., wco*.img or wco*.nii under T1ImgNewSegment or T1ImgSegment) for each subject, and then create a mean T1 image template (averaged across all the subjects). 2) Create a symmetric T1 template by averaging the mean T1 template (created in Step 1) with it's flipped version (flipped over x axis). 3) Normalize the T1 image in MNI space (e.g., wco*.img or wco*.nii under T1ImgNewSegment or T1ImgSegment) for each subject to the symmetric T1 template (created in Step 2), and apply the transformations to the functional data (which have been normalized to MNI space beforehand). Please see a reference from Zuo et al., 2010.<br /> 13. &nbsp; &nbsp;A group analyses function was added as&nbsp;y_GroupAnalysis_Image by scripting call. T tests or F tests could be performed for a given set of regressors.<br /> 14. &nbsp; &nbsp;Template Parameters:<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Calculate in Original Space (warp by DARTEL)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Calculate in Original Space (warp by information from unified segmentation)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Calculate in MNI Space (warp by DARTEL)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Calculate in MNI Space (warp by information from unified segmentation)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Calculate in MNI Space: TRADITIONAL order [<span style="color:rgb(51, 102, 255)">This is the order used in DPARSF basie edition as well as DPARSFA V2.1</span>]<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Intraoperative Processing<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Task fMRI data preprocessing<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;VBM (New Segment and DARTEL)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;VBM (unified segmentation)<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Blank</p> <p>Many thanks to Dr.&nbsp;Chris Rorden for suggesting features 4-7. Many thanks to Dr.&nbsp;Susan Whitfield-Gabrieli for discussing the head motion scrubbing regressors.</p> <p><a href="http://www.restfmri.net/forum/DPARSF" target="_blank">read more</a></p> http://www.restfmri.net/forum/DPARSF#comments Resting-state fMRI topics DPARSF Wed, 05 Sep 2012 03:59:13 +0000 YAN Chao-Gan 1135 at http://www.restfmri.net/forum