help
help > RE: z-matrix plot/visualization
Apr 14, 2015 12:04 AM | Alfonso Nieto-Castanon - Boston University
RE: z-matrix plot/visualization
Hi Fred,
Not within CONN directly, but you could use some Matlab code like the example below to generate this sort of plots (e.g. when loading the data from a second-level results file)
load /data/conn_project/results/secondlevel/ANALYSIS_01/AllSubjects/rest/ROI.mat;
z = cat(1,ROI.h); % effect-sizes (typically fisher transformed values)
r = tanh(z); % convert to r coefficients
figure
imagesc(r);
axis equal tight
colorbar
Let me know if this is what you had in mind
Best
Alfonso
Originally posted by Fred Uquillas:
Not within CONN directly, but you could use some Matlab code like the example below to generate this sort of plots (e.g. when loading the data from a second-level results file)
load /data/conn_project/results/secondlevel/ANALYSIS_01/AllSubjects/rest/ROI.mat;
z = cat(1,ROI.h); % effect-sizes (typically fisher transformed values)
r = tanh(z); % convert to r coefficients
figure
imagesc(r);
axis equal tight
colorbar
Let me know if this is what you had in mind
Best
Alfonso
Originally posted by Fred Uquillas:
Hi guys,
Anybody out there know how I can plot the z-matrix in a format similar to the attached image?
Thank you so much!!
Fred
Anybody out there know how I can plot the z-matrix in a format similar to the attached image?
Thank you so much!!
Fred
Threaded View
| Title | Author | Date |
|---|---|---|
| Fred Uquillas | Apr 13, 2015 | |
| Alfonso Nieto-Castanon | Apr 14, 2015 | |
| Fred Uquillas | Apr 14, 2015 | |
| Fred Uquillas | Jun 2, 2015 | |
| Alfonso Nieto-Castanon | Jun 4, 2015 | |
| Fred Uquillas | Jun 9, 2015 | |
