<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi Sophie,<div><br></div><div>I forward your message to the discussion list so that others may also participate in and benefit from the discussion</div><div><br><div><blockquote type="cite"><div class="gmail_quote"><div class="gmail_quote">I have been reading your J.Neurosci. 2011 and Science 2005 papers and I also read Maris' paper about "nonparametric statistical testing of coherence differences" and looked at Fieldtrip tutorial and browsed the fieldtrip mailing list archive about coherence statistics. However, i still have question, and hope you will have time to answer. <br>

<br>Here a short description of our EEG-EMG experiment : we have 10 subjects, and we compute the corticomuscular coherence for each <br>EEG (64 channels) and EMG (4 channels, 2 muscles per hand) channels combination. Subjects are performing a visuotracking task and each trial contained 4 conditions (3sec long) . One trial is ~12 sec long ) . <br>




<br>First, about your Science 2005 paper : in the materials and methods part, you z-transformed the coherence values and performed a non-parametric permutation test to test the significance of the difference between the prestimulus and the stimulus interval. Did you perform the test on the z-transformed coherence values (variable 'r' on your paper) ? <br></div></div></blockquote><div><br></div>Yes.</div><div><br><blockquote type="cite"><div class="gmail_quote"><div class="gmail_quote">

Concerning the implementation in Fieldtrip while using the  ft_freqstatistics function, is it the z-transformed coherence difference you compute in the statfun_xxx (and as output variable 's.stat' )? so as to perform the montecarlo permutation? We would like to compare each of the four conditions with the baseline period we defined in our experiment in the group subject. <br></div></div></blockquote><div><br></div><div>No. The computations implemented in FieldTrip's statfun_indepsamplesZcoh function are aimed at computing the Z-transformed coherence difference for a single subject, i.e. where the unit-of-observation is a trial. This is the method which is described in Eric Maris' J Neurosci Methods paper. In the other two papers you mention, we did statistical inference across subjects, i.e. each unit-of-observation was a subject. In order to achieve this, we computed for each subject the Z-transformed coherence by hand. These Z-coherence differences were tested against 0 using the montecarlo permutation approach. This is essentially the same as testing whether the distribution of coherence values across subjects is exchangeable across conditions. Practically this means that you need to do some work by hand:</div><div><br></div><div>For each subject you need to do something like this:</div><div><br></div><div>coh1 = ft_connectivityanalysis(cfg, freq1); % create coherence for subject X condition1</div><div>coh2 = ft_connectivityanalysis(cfg, freq2); %create coherence for subject X condition 2</div><div><br></div><div>coh1.cohspctrm = atanh(....) - atanh(...) etc -> compute the Z-transformed coherence difference between coh1.cohspctrm and coh2.cohspctrm;</div><div>coh2.cohspctrm(:) = 0;</div><div><br></div><div>cfg = [];</div><div>cfg.method = 'montecarlo';</div><div>cfg.statistic = 'diff';</div><div>cfg.parameter = 'cohspctrm';</div><div>...</div><div>stat=ft_freqstatistics(cfg, coh1, coh2, ..., ..., ..., )</div><div><br></div><div><br></div><blockquote type="cite"><div class="gmail_quote"><div class="gmail_quote">

Second, about your J.Neurosci. 2011 ,as we would like to do comparison between conditions (comparable to what you did on your paper, i assume). In this case, as we want to know if the effect is relevant in our group of subjects, and from what  i understood from <a href="http://mailman.science.ru.nl/pipermail/fieldtrip/2009-May/002147.html" target="_blank">http://mailman.science.ru.nl/pipermail/fieldtrip/2009-May/002147.html</a> one should not use the  "indepsamplesZcoh " statistic function when calling ft_freqstatistics . Is a function available soon in Fieldtrip release ? Or what modification should i do on indepsamplesZcoh function? (from what i understood, this function is also computing a z-transformation on the data) <br></div></div></blockquote><div><br></div><div>See above. i think in principle you could also take a 2-step approach. In other words, you could use the statfun_indepsamplesZcoh, to compute per subject and contrast the Z-transformed coherence (so you will have to use ft_freqstatistics with single trial data). Next, you can use the output to ft_freqstatistics for all subjects as an input to a second call to ft_freqstatistics to do the statistical inference across subjects. This still needs an extra set of input data-structures containing 0's as dummy condition. This is for the same reason as above.</div><br><blockquote type="cite"><div class="gmail_quote"><div class="gmail_quote">
Another question about fieldtrip, it is preferable to input 2 grand average structure per condition as input in the  ft_freqstatistics function? Or Should i input one structure per subject and per condition?<br></div></div></blockquote><div><br></div><div>ft_freqstatistics accepts multiple input arguments so there is no reason to pass the data through ft_freqgrandaverage first.</div><br><blockquote type="cite"><div class="gmail_quote"><div class="gmail_quote">I have been very confused reading these papers and it is even harder to express my misunderstanding, so I hope my writing has been quite understandable.... <br><br>Thank you in advance for any help with these issues.<br></div></div></blockquote><div><br></div><div>best wishes,</div><div><br></div><div>Jan-Mathijs</div><div><br></div><br><blockquote type="cite"><div class="gmail_quote"><div class="gmail_quote"><br><br>Sophie Chen - Ph.D Student in Neuroscience<br><br>Performance Motrice et Modélisation P2M<br>



Institut des Sciences du Mouvement <a href="http://www.ism.univmed.fr/" target="_blank">http://www.ism.univmed.fr/</a><br>UMR 6233 CNRS - Université Aix-Marseille<br>Tel : <a href="tel:%2B33%20%280%294%2091%2017%2022%2006" value="+33491172206" target="_blank">+33 (0)4 91 17 22 06</a><br>





Office : D 2.32<br><br>
</div></div>
</blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Jan-Mathijs Schoffelen, MD PhD </div><div>Donders Institute for Brain, Cognition and Behaviour, <br>Centre for Cognitive Neuroimaging,<br>Radboud University Nijmegen, The Netherlands</div><div><a href="mailto:J.Schoffelen@donders.ru.nl">J.Schoffelen@donders.ru.nl</a></div><div>Telephone: +31-24-3614793</div></div></span></div></span></div></span></span>
</div>
<br></div></body></html>