Submitted by wangkangcheng on Thu, 03/28/2013 - 20:03
老师好,
在rest软件中默认的功能连接的做法一般都是ROI-全脑或者ROI-ROi之间的。现在,我想做某个ROI(假如为海马)和额叶中那个部分(dlpfc,IFG,OFC)的功能连接,是不是在rest软件的Functional connectivity 选项中的Mask处user-defined mask选择上额叶的mask,然后在voxel wise处选择海马的mask?
但是,在运行的过程中出现如下的问题。
Computing functional connectivity with:"H:\multimode\analy\rest_s12003"
Read 3D EPI functional images: "H:\multimode\analy\rest_s12003"...............................................
Load mask "C:\Users\wang\Desktop\ROI_Resliced\Resliced_frontal.nii".
Build functional connectivity mask. Wait...
Warning: Escape sequence 'm' is not valid. See 'help sprintf' for valid escape sequences.
> In fc at 196
In fc_gui>(parfor body) at 1419
In parallel_function at 477
In fc_gui>btnComputeFC_Callback at 1370
In gui_mainfcn at 96
In fc_gui at 39
====================#####H:
ROI time course retrieving through "C:\Users\wang\Desktop\ROI_Resliced\Resliced_pallidum.nii".Warning: Escape sequence 'm' is not valid. See 'help sprintf' for valid escape sequences.
> In fc at 247
In fc_gui>(parfor body) at 1419
In parallel_function at 477
In fc_gui>btnComputeFC_Callback at 1370
In gui_mainfcn at 96
In fc_gui at 39
====================#####H:
Functional connectivity is computing. Wait...
Saving Functional Connectivity map:H:\multimode\FCMap_rest_s12003. Wait...
Functional Connectivity compution over, elapsed time: 28.2362 seconds.
请老师指教
Submitted by admin on Thu, 03/28/2013 - 23:46 Permalink
Re: 如何只做种子点和某个区域(假如额叶)的功能连接
It is just a warning, I don't think it matters, neither will it affect your FC result.
Maybe something wrong
I don't think you need to take care. Xindi or Chaogan may take a look at the code.
Submitted by YAN Chao-Gan on Fri, 03/29/2013 - 23:09 Permalink
Re: 如何只做种子点和某个区域(假如额叶)的功能连接
你好!
“在rest软件的Functional connectivity 选项中的Mask处user-defined mask选择上额叶的mask,然后在voxel wise处选择海马的mask”这个操作是对的,可以达到你想要的目的。
同意晓伟的看法,不用担心这个warning。
请你提供一下你的操作系统平台和MATLAB版本?
@鑫迪:你追查一下sprintf的Escape sequence 'm' 是怎么回事?
谢谢!
超赣
Submitted by wangkangcheng on Sat, 03/30/2013 - 09:57 Permalink
Re: 如何只做种子点和某个区域(假如额叶)的功能连接
谢谢老师
操作系统是win7,64位,Matlab版本是 2011b,64位。
Submitted by YAN Chao-Gan on Fri, 04/12/2013 - 05:33 Permalink
Re: 如何只做种子点和某个区域(假如额叶)的功能连接
@鑫迪
Submitted by Myselves on Sat, 04/13/2013 - 11:59 Permalink
Re: 如何只做种子点和某个区域(假如额叶)的功能连接
抱歉,超赣,之前的邮件被当作垃圾邮件过滤掉了,我确认一下为什么会有warning
Submitted by Myselves on Sat, 04/13/2013 - 12:08 Permalink
Re: 如何只做种子点和某个区域(假如额叶)的功能连接
你好,这应当是由于windows下,sprintf对文件分隔符转义出现问题所导致的,对数据结果没有影响,只会影响命令窗口中输出正在计算的ROI文件信息,所以不用担心,下一个版本会做出更改。谢谢