calculate functional connectivity in new ROIs after dpabi calculation

Submitted by JungLungHsu on

Dear Prof.

I am new in using dpabi and have 2 questions

1. after I define AAL ROI and finish dparsfa process, then I try to calculate a new function connectivity between new ROI_1 and ROI_2, could you please tell me how to do that ?

2. I use Matlab2012a in CentOS6.5 and latest version of dparsfa, when I run the process, every thing is ok but I finally get error message:  what I can do ?

thanks help

JLH

Moving Smoothed Files:ALFF_FunRawARCW OKMoving Smoothed Files:VMHC_FunRawARCWFsymS OKMoving Smoothed Files:fALFF_FunRawARCW OK
Moving Smoothed Files:DegreeCentrality_FunRawARCWF OK
Moving Smoothed Files:FC_FunRawARCWF OK
Moving Smoothed Files:ReHo_FunRawARCWF OK


     Extracting ROI signals...
Error using parallel_function (line 589)

The input name is not supported by y_ReadAll:
/home/tulu/fmridata/FunImgARglobal/04263040

Error stack:
y_ReadAll.m at 60
y_ExtractROISignal.m at 56
DPARSFA_run>(parfor body) at 2598
Error in DPARSFA_run (line 2453)
        parfor i=1:AutoDataProcessParameter.SubjectNum
Error in DPARSFA_RerunWithGSR (line 87)
[Error]=DPARSFA_run(Cfg);
Error in DPARSFA>pushbuttonRun_Callback (line 1764)
        [Error]=DPARSFA_RerunWithGSR(handles.Cfg);
Error in gui_mainfcn (line 96)
        feval(varargin{:});
Error in DPARSFA (line 30)
    gui_mainfcn(gui_State, varargin{:});
Error while evaluating uicontrol Callback

YAN Chao-Gan

Mon, 02/01/2016 - 07:43

Hi,

1. You can remove the defined ROIs and add the new ROIs. Or you can reopen Utilities->ROI Signals Extractor or DPARSF to extract the signals of new ROIs.

2. Could you check what kind of files are under /home/tulu/fmridata/FunImgARglobal/04263040?

Best,

Chao-Gan

JungLungHsu

Wed, 02/03/2016 - 02:26

In reply to by YAN Chao-Gan

Thank your answer. I find the error about second question, I don't build the FunImg folder and I start from Nifti file, so there is no FunImg folder for further process.

May I ask a quesion ? when I calculate the DMN functional connectivity, is there a index to represent the whole network activity rather than ROI_1 and ROI_2 connectivity ? how to calculate a network activity which may contain 7 or more regions ?

thanks

JungLungHsu

Seems it didn't create the symbolic link of FunImgARglobal.

You can test if the command ln works in your linux.

For the second work, you can try dual regression. Which is available in the developing verstion: https://github.com/Chaogan-Yan/DPABI

Best,

Chao-Gan