help > RE: importing existing connectivity matrices in CONN
Jan 7, 2021  07:01 PM | Alfonso Nieto-Castanon - Boston University
RE: importing existing connectivity matrices in CONN
Hi Jaron,
Yes, that is perfectly fine, to run second-level analyses of arbitrary ROI-to-ROI connectivity matrices you may:

1) convert first your matrix data to NIFTI format, for example using something like:

   conn_mtx_write('/folder/mydatafile.mtx.nii', Z);

where Z is your ROI-by-ROI-by-subjects 3D matrix containing the connectivity values for each subject. You may also include the ROI labels as well as the ROI spatial locations info to the conn_mtx_write command if you wish, see "help conn_mtx_write" for additional details

2) run your desired group-level analyses, for example using something like:

   conn_module( 'glm' , ...
   'data', '/folder/mydatafile.mtx.nii', ...
   'design_matrix', X, ...
   'contrast_between', C, ...
   'contrast_within', M, ...
   'folder', '/folder/myresults' );

where X is your design matrix, and C/M are the between- and within- subjects contrast, respectively (see https://web.conn-toolbox.org/fmri-method... for details)

and 3) after that, you may display the second-level results using the standard CONN gui options at any time using the syntax:

  conn_display /folder/myresults

Hope this helps
Alfonso


Originally posted by Jaron Kupers:
Hello,

We are new to CONN. We would like to use CONN for the visualization of already analyzed resting-state fMRI results. We have already processed  rs-fmri data, and constructed matrices of ROI connectivity and used in NBS. We are happy with the results, but not with the visualization tools offered in NBS. We were wondering therefore whether it Is possible to import only the connectivity matrices together with the mni labels and coordinates (in text files), hence without being forced to redo the preprocessing steps in CONN?

Thanks.

jaron

Threaded View

TitleAuthorDate
Jaron Kupers Jan 7, 2021
RE: importing existing connectivity matrices in CONN
Alfonso Nieto-Castanon Jan 7, 2021
chirokoff Aug 22, 2022
Alfonso Nieto-Castanon Aug 29, 2022
chirokoff Aug 31, 2022
Alfonso Nieto-Castanon Aug 31, 2022
Samantha Baldi Jul 14, 2022
Alfonso Nieto-Castanon Jul 19, 2022
Jaron Kupers Jan 8, 2021
Alfonso Nieto-Castanon Jan 15, 2021
Jaron Kupers Jan 21, 2021
Alfonso Nieto-Castanon Jan 11, 2021
Jaron Kupers Jan 14, 2021