ZangYF Group's CVs

关于双样本T检验,我想单单比较正性连接或者负性连接的情况,rest怎么样实现?

敬爱的专家:
         你们好,我在做癫痫病人和对照组中分别得到了组内的单样本T检验,现在我想观察组间的T检验情况,但是我想希望单单比较癫痫组和对照组的正性连接,再比较负性连接,因为我在直接将癫痫组和对照组进行双样本T检验,如你们的数据处理视频中所说的做,我发现,有些激活的区域,两个组单样本中其实分别是正负连接,这样可能会导致统计上的放大显著差异,所以我想单单了解正性连接和负性连接的情况。但是我不知道应该怎么样通过rest实现。
        希望你们看到后,能白忙中回复下,谢谢!

Questions in AlphaSim in REST

 抱歉有两个不是问题的问题请教:

1. AFNI里AlphaSim还有关于user specified activate region情况,请问REST有考虑将来的版本升级呢?
    另外请教,相应参数Zsep (separation between the mean of the noise distribution and the mean of the signal distribution)如何设定呢?

2. REST里AlphaSim关于xthr (xthr = sd*zthr + mean)计算,sd和mean都是每迭代一次,要累积前面迭代的值,我不是很明白。即如下:
    count=count+nxyz;   为什么不每次迭代count都赋值为nxyz呢?

Data Processing Assistant for Resting-State fMRI (DPARSF) V2.0


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, FC, ReHo, ALFF and fALFF 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 AAL or ROI time courses (or extract Gray Matter Volume of AAL regions, command line only) efficiently if you want to perform small-world analysis. DPARSF basic edition is very easy to use, just click on buttons if you are not sure what it means, popup tips would tell you what you need to do. DPARSF advanced edition (alias: DPARSFA) is much more flexible, you can use it 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 MULTIMEDIA COURSE to know more about how to use this software. Add DPARSF's directory to MATLAB's path and enter "DPARSF" or "DPARSFA" in the command window to enjoy DPARSF basic edition or advanced edition.

The latest release is DPARSF_V2.0_110505

DOWNLOAD 

Multimedia Course: Data Processing of Resting-State fMRI

New features of DPARSF_V2.0_110505:
1. Fixed an error in the future MATLAB version in "[pathstr, name, ext, versn] = fileparts...".

New features of DPARSF_V2.0_101025:
1. DPARSF advanced edition (alias: DPARSFA) is added with the following new features:
1.1. The processing steps can be freely skipped or combined.
1.2. The processing can be start with any Starting Directory Name.
1.3. Support ReHo, ALFF/fALFF and Functional Connectivity calculation in individual space.
1.4. The masks or ROI files would be resampled automatically if the dimension mismatched the functional images.
1.5. The masks or ROI files in standard space can be warped into individual space by using the parameters estimated in unified segmentaion.
1.6. Support VBM analysis by checking "Segment" only.
1.7. Support reorientation interactively if the images in a bad orientation.
1.8. Support define regions of interest interactively based on the participant's T1 image in individual space.

2. DPARSF basic edition is preserved with the same operation style with DPARSF V1.0. DPARSF basic edition has the following new features:
2.1. Fixed a bug in copying "*.ps" files.
2.2. Will not check "wra*" prefix in "FunImgNormalized" directory.
2.3. Fixed a bug while regress out head motion parameters only.

The multimedia course for DPARSF advanced edition is estimated to be released in this November, thanks for your patience.

Resting-State fMRI Data Analysis Toolkit V1.5 (静息态功能磁共振数据处理工具包 V1.5)

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 and perform statistical analysis. You also can use REST to view your data, perform Monte Carlo simulation similar to AlphaSim in AFNI, calculate your images, regress out covariates, extract ROI time courses, reslice images, and sort DICOM files. Download a MULTIMEDIA COURSE would be helpful for knowing more about how to use this software. Add REST's directory to MATLAB's path and enter "REST" in the command window of MATLAB to enjoy it.

The latest release is REST_V1.5_101101.

DOWNLOAD 

Multimedia Course: Data Processing of Resting-State fMRI

New features of REST V1.5 release 101101:
1. Fixed a bug in rest_RegressOutCovariates_gui.m while processing multiple subjects with different covaribles in batch mode.

New features of REST V1.5 release 101025:
1. Module of Regional Homogeneity based on Coherence (Cohe-ReHo) has been added by LIU Dong-Qiang and DONG Zhang-Ye. For methodology, please see: Liu D, Yan C, Ren J, Yao L, Kiviniemi VJ and Zang Y (2010) Using coherence to measure regional homogeneity of resting-state fMRI signal. Front. Syst. Neurosci. 4:24. doi: 10.3389/fnsys.2010.00024.
2. In previous release of REST, removing covariates effects will also regress out linear trend. Now regressing out linear trend has been canceled in this step. Users can still regress out polynomial effects by using rest_regressOutCovariates.m in command line.
3. For rest_sliceviewer, fixed a bug of in displaying with MATLAB 2010 and support mouse wheel operation.
4. Fixed a bug in converting .nii files into NIfTI pairs (.img/.hdr).
5. Added new function of "corr(i1,i2,'spatial')" in REST Image Calculator.
6. Now can open a yoked structural image in displaying power spectrum.
7. Now can also pick up .nii files in GUI of reslice image.

Predefined Types: 

关于Utilities中REST power spectrum的一个问题

在使用Utilities中REST power spectrum时,顺利得到了某一个被试的频谱图。
但是,我想得到具体的频谱序列的值,不知道该怎么办?我查看了源代码,找到了‘theFreqSeries’这个变量,好像就是我需要的,计划增加几句代码将其输出到一个txt文件中。但感觉有点笨,不知道有没有更好的办法?或者REST软件本来已经有了,只是我没有找到?
另外,好像现在只能一个人一个人地计算频谱,我想给出两组被试各自的平均频谱,是否只能先一个一个地先算好了再计算平均值?
非常感谢各位老师在百忙中给予解答。

Within-Subject Comparison (Paired T-Test)

Hi,

I am planning a study in which I want to measure two periods of resting state for each participants and want to compare them by means of paired-t-tests.
There are two ways of doing this: (1) stopping the scanner after the first resting period and restarting it for the second or (2) not stopping and restarting the scanner.
In task related fMRI one would not want to compare conditions that come from different scanning runs. Does the same apply for resting state? If so I assume that option (2) is better.
What would be your suggestion?

关于slice viewer使用的问题

老师您好,我在使用slice viewer时遇到这样的情况:
按照教程的提示,我用slice viewer打开一幅ALFF双样本t检验的图,并进行了多重比较校正的相关设置。但是在看结果报表,也就是点击CL REPORT这个按钮后,不能如教程所述那样显示出相应的结果,在MATLAB中提示:
Number of clusters found: 9
??? Cell contents reference from a non-cell array object.

Error in ==> rest_sliceviewer>cuixuFindStructure at 4300
        graylevel = DB{jj}.mnilist(index(ii, 1), index(ii, 2),index(ii, 3));

Error in ==> rest_sliceviewer>rest_report at 4146
    [a, b] = cuixuFindStructure(tmpmni, x.DB);