<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=NL link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Dear Hwee Ling,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>In the paper you refer to (Maris et al, JNM, 2007), I did not perform a cluster-based permutation test at the level of the channel pairs. Instead, all coherences mentioned in the paper are coherence between a single EMG channel (2 electrodes mounted on the forearm) and all MEG electrodes. Thus, there are as many EMG-MEG coherences as there are MEG channels (275 in our lab), and the clustering of these coherences involves the same neighbourhood structure as the clustering of channel-specific statistics on power or evoked response. The analysis you propose involves clustering in a much more complex space, namely the formed by all (MEG,MEG) channel pairs (275*275=75625 pairs). In the early days of cluster-based permutation statistics, I have worked on this problem but did not pursue it because the resulting clusters are very hard to interpret.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Best,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Eric Maris<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt'><div><div><p><span lang=EN-US>Dear all and Prof Maris,<o:p></o:p></span></p><p>I'm re-posting this question again, as I didn't get any replies previously.<o:p></o:p></p><p>I’m interested to investigate if there are any differences in phase synchronization in resting state data at timepoint 2 versus timepoint 1. The EEG data was collected using 64 EEG channels, resting state, eyes opened and eyes closed. I’ve arbitrarily segmented the resting state data into epochs of 2s each, and the epochs with artifacts are excluded completely from further analyses. I then performed mtmfft to get the fourier representation of the data, extracted the coherence, and compared the coherence difference of timepoint 2 versus timepoint 1 of all channels paired with all other channels.<o:p></o:p></p><p>I figured that if I extract the connectivity analyses without specifying the channelcmb, I get a 'chan_chan_freq' dimord variable that would allow me to perform cluster-based statistical analyses. I get an output with ‘chan_chan’ dimord variable. However, I was not 100% sure that this is correct, hence, I’ve inserted my code (see below). It’ll be great if you could tell me if what I’m doing makes any sense at all. Also, I don’t know how I can plot the results to see if it make any sense at all.<o:p></o:p></p><p>Also, I checked the values obtained from when I specified "cfg.channelcmb" and when I did not specify "cfg.channelcmb", I noticed that the values were somehow different. I would assume that the values to be similar, although I'm not sure why they would have differences in the values obtained from specifying "cfg.channelcmb".<o:p></o:p></p><p>This is my code that I've used thus far:<o:p></o:p></p><p>for sub = 1:5<o:p></o:p></p><p>    cfg                 = [];<o:p></o:p></p><p>    cfg.output          = 'fourier';<o:p></o:p></p><p>    cfg.channel         = {'all'};<o:p></o:p></p><p>    cfg.method          = 'mtmfft';<o:p></o:p></p><p>    cfg.keeptrials      = 'yes';<o:p></o:p></p><p>    cfg.tapsmofrq       = 5;<o:p></o:p></p><p>       cfg.foilim          = [0 100]; <o:p></o:p></p><p>    cfg.taper           = 'dpss';<o:p></o:p></p><p>    % find the index for the c200 condition<o:p></o:p></p><p>   pre_c200_idx = find(data5.trialinfo == 201);<o:p></o:p></p><p>    cfg.trials          = pre_c200_idx;<o:p></o:p></p><p>    HLF_pre_c200         = ft_freqanalysis(cfg, data5);     <o:p></o:p></p><p>post_c200_idx = find(data5.trialinfo == 200);<o:p></o:p></p><p>    cfg.trials          = post_c200_idx;<o:p></o:p></p><p>    HLF_post_c200         = ft_freqanalysis(cfg, data5); <o:p></o:p></p><p>        <o:p></o:p></p><p>cfg                 = [];<o:p></o:p></p><p>    cfg.keeptrials      = 'no';<o:p></o:p></p><p>    cfg.channel         = {'all'};<o:p></o:p></p><p>    cfg.removemean      = 'yes';  <o:p></o:p></p><p>    cfg.method           = 'coh';<o:p></o:p></p><p>    HLF_pre_c200coh{sub}      = ft_connectivityanalysis(cfg, HLF_pre_c200); <o:p></o:p></p><p>    HLF_post_c200coh{sub}      = ft_connectivityanalysis(cfg, HLF_post_c200); <o:p></o:p></p><p>end<o:p></o:p></p><p> <o:p></o:p></p><p>load('D:\Hweeling_Programs\fieldtrip-20140330\template\layout\easycapM11.mat');<o:p></o:p></p><p>cfg_neighb.method = 'template';<o:p></o:p></p><p>cfg_neighb.layout = lay;<o:p></o:p></p><p>cfg_neighb.channel = 'all';<o:p></o:p></p><p>neighbours = ft_prepare_neighbours(cfg_neighb, sub_HLF_pre_c200coh{1});<o:p></o:p></p><p> <o:p></o:p></p><p>cfg = [];<o:p></o:p></p><p>cfg.layout = lay;<o:p></o:p></p><p>cfg.neighbours = neighbours;<o:p></o:p></p><p>cfg.channel = 'all';<o:p></o:p></p><p>cfg.channelcmb = {cfg.channel, cfg.channel};<o:p></o:p></p><p>cfg.latency = 'all';<o:p></o:p></p><p>cfg.avgovertime = 'no';<o:p></o:p></p><p>cfg.avgoverchan = 'no';<o:p></o:p></p><p>cfg.parameter = 'cohspctrm';<o:p></o:p></p><p>cfg.method = 'montecarlo';<o:p></o:p></p><p>cfg.statistic = 'depsamplesT';<o:p></o:p></p><p>cfg.correctm = 'cluster';<o:p></o:p></p><p>cfg.tail = 0;<o:p></o:p></p><p>% cfg.clustertail = 0;<o:p></o:p></p><p>cfg.alpha = 0.05/8; % to correct for multiple comparisons across 8 frequency bands.<o:p></o:p></p><p>cfg.numrandomization = 10000;<o:p></o:p></p><p>cfg.ivar = 2;<o:p></o:p></p><p>cfg.uvar = 1;<o:p></o:p></p><p> <o:p></o:p></p><p>% design matrices<o:p></o:p></p><p>clear design;<o:p></o:p></p><p>design(1,:) = [1:5, 1:5];<o:p></o:p></p><p>design(2,:) = [ones(1,5), ones(1,5) * 2];<o:p></o:p></p><p>cfg.design = design;<o:p></o:p></p><p>% for theta band<o:p></o:p></p><p>cfg.avgoverfreq = 'yes';<o:p></o:p></p><p>cfg.frequency = [4 8]; % I also performed the statistics for delta (2-4), alpha (8-10.5), alpha (10.5-13), beta (13-20), beta (20-30), gamma (30-40), and gamma (40-100).<o:p></o:p></p><p>[diffc200_theta_stat] = ft_freqstatistics(cfg, sub_HLF_post_c200coh{:}, sub_HLF_pre_c200coh{:});<o:p></o:p></p><p><o:p> </o:p></p><p>When I tried to plot the results, I used this code:<o:p></o:p></p><p>cfg = [];<o:p></o:p></p><p>cfg.channel = 'all';<o:p></o:p></p><p>cfg.layout = 'lay';<o:p></o:p></p><p>cfg.zlim = [-1 1];<o:p></o:p></p><p>cfg.alpha = 0.05;<o:p></o:p></p><p>cfg.refchannel = 'all';<o:p></o:p></p><p>ft_clusterplot(cfg, diffc200_theta_stat);<o:p></o:p></p><p>However, I was not sure how I could plot the results. I get an error message from Fieldtrip when using ft_clusterplot:<o:p></o:p></p><p>Error using topoplot_common (line 366)<o:p></o:p></p><p>no reference channel is specified<o:p></o:p></p><p>Error in ft_topoplotTFR (line 192)<o:p></o:p></p><p>[cfg] = topoplot_common(cfg, varargin{:});<o:p></o:p></p><p>Error in ft_clusterplot (line 372)<o:p></o:p></p><p>      ft_topoplotTFR(cfgtopo, stat);<o:p></o:p></p><p> <o:p></o:p></p><p>According to your paper in 2007, the topoplot of the results were masked by the spatio-spectral pattern of the significant clusters. I don't know how to do this, and I would really appreciate if you can show me how to make such a plot.<o:p></o:p></p><p>Thank you very much.<o:p></o:p></p><p>Kind regards,<o:p></o:p></p><p>Hweeling<o:p></o:p></p><p> <o:p></o:p></p></div></div></div></div></body></html>