<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Dear Toby,
<div class=""><br class="">
</div>
<div class="">I think that this is not altogether too difficult. What you would need to do is to put your numeric data into a structure that FieldTrip can work with.</div>
<div class=""><br class="">
</div>
<div class="">Specifically, if you manage to create a so-called ’timelock’ or ‘freq’ representation of your data, you can use ft_timelockstatistics or ft_freqstatistics for the statistical inference. (as a side note, I think it’s up to you to think whether
 it makes sense to use the spatial clustering heuristic for family-wise error control when comparing the connectivity matrices; yet, you can still do a permutation test to test the null hypothesis of exchangeability between groups).</div>
<div class=""><br class="">
</div>
<div class="">Long story short for the 12x5 NMI data, I’d create 2  data structures, let’s call them freq1 (intervention group) and freq2 (controls), with the following fields</div>
<div class=""><br class="">
</div>
<div class="">freq1.label = {‘thenameofthisisnotrelevant’};</div>
<div class="">freq1.freq = 1:12</div>
<div class="">freq1.time = 1:5</div>
<div class="">freq1.dimord = ‘rpt_chan_freq_time’;</div>
<div class="">
<div class="">freq1.powspctrm = zeros(number-of-subjects, 1, 12, 5);</div>
<div class="">for i = 1:nsubj</div>
</div>
<div class=""><br class="">
</div>
<div class="">  freq1.powspctrm(i,1,:,:) = nmi; % this should yield a 1 x 12 x 5 matrix</div>
<div class="">  </div>
<div class="">end</div>
<div class=""><br class="">
</div>
<div class="">and the same thing for freq2.</div>
<div class=""><br class="">
</div>
<div class="">Then you can use ft_freqstatistics for statistical inference, with optional clustering for multiple comparison correction. In this case, the clustering will take place across the ‘freq’, and ‘time’ dimensions, which in your case boils down to
 spatial clustering across adjacent electrodes in the x and y directions, respectively.</div>
<div class=""><br class="">
</div>
<div class="">For the connectivity matrices, I’d convert the single subject matrices into a vector (using the lower triangular part only), but I’d say: first things first.</div>
<div class=""><br class="">
</div>
<div class="">Best wishes, Jan-Mathijs</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 11 Nov 2018, at 21:40, Toby Steven Waterstone <<a href="mailto:twater14@student.aau.dk" class="">twater14@student.aau.dk</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="WordSection1" style="page: WordSection1; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
<p style="margin-right: 0in; margin-bottom: 11.25pt; margin-left: 0in; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">
<span style="font-size: 9.5pt; font-family: Arial, sans-serif; color: rgb(64, 64, 64);" class="">Hi,<o:p class=""></o:p></span></p>
<p style="margin-right: 0in; margin-bottom: 11.25pt; margin-left: 0in; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">
<span style="font-size: 9.5pt; font-family: Arial, sans-serif; color: rgb(64, 64, 64);" class="">I am analyzing high density surface electromyography (HD-sEMG) data, where I am calculating the similarities between each channel in the sensor grid. This is done
 in two conditions to see if there are any effect from a specific intervention, from 12 subjects, where pre and post recordings has been performed for both a control and intervention group. For the similarity measure I have calculated normalised mutual information
 (NMI), where I have two different outcome measures from my calculations. NMI heatmaps (12x5 matrices) representing the aggregated NMI over the HD-sEMG sensor grid, and connectivity maps (60x60 matrices) representing the similarity between each electrode pair.
 I have attached examples of the data, so you get the idea.<o:p class=""></o:p></span></p>
<p style="margin-right: 0in; margin-bottom: 11.25pt; margin-left: 0in; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">
<span style="font-size: 9.5pt; font-family: Arial, sans-serif; color: rgb(64, 64, 64);" class="">I am trying to find a way to compare this data, which has a spatio-temporal pattern. The FieldTrip toolbox has a lot of functions to analyse EEG/MEG data and as
 my data (HD-sEMG) has many of the same characteristics as EEG data, this toolbox might be useful to analyse my data. But in my case, I have already analysed the EMG signals by calculating NMI, and only need to do the statistical comparison now. FieldTrip is
 provided with a couple of statistical functions, but I'm unsure about how to use these on my data and if it is possible with this toolbox. The approach I'm looking into is </span><a href="http://www.fieldtriptoolbox.org/tutorial/cluster_permutation_timelock" style="color: rgb(149, 79, 114); text-decoration: underline;" class=""><span style="font-size: 9.5pt; font-family: Arial, sans-serif; color: rgb(102, 0, 153); text-decoration: none;" class="">FieldTrip
 cluster-based permutation tests</span></a><span style="font-size: 9.5pt; font-family: Arial, sans-serif; color: rgb(64, 64, 64);" class="">, but it cannot directly be transferred to my case, because I am comparing the already analysed data. So my data kind
 of already have the data structure of the output from the analysis of this tutorial (the plots).<o:p class=""></o:p></span></p>
<p style="margin-right: 0in; margin-bottom: 11.25pt; margin-left: 0in; background-color: white; background-position: initial initial; background-repeat: initial initial;" class="">
<span style="font-size: 9.5pt; font-family: Arial, sans-serif; color: rgb(64, 64, 64);" class="">So my question is: How can I use the statistical functions of the FieldTrip toolbox for comparison of NMI (spatio-temporal data)? If this is possible? I want to
 compare the heatmaps (12x5 vs 12x5 data structures) to each other and connectivity maps (60x60 vs 60x60 data structures) to each other.<o:p class=""></o:p></span></p>
<div style="margin: 0in 0in 0.0001pt; background-color: white;" class=""><span style="font-size: 9.5pt; font-family: Arial, sans-serif; color: rgb(64, 64, 64);" class="">Thank you<br class="">
<br class="">
Best regards<br class="">
Toby S. Waterstone<o:p class=""></o:p></span></div>
<div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">
<o:p class=""> </o:p></div>
</div>
<span id="cid:03F87EC70A4DFE45AE01141C4F0F6EAF@ist.aau.dk"><Heatmap.png></span><span id="cid:AA9E8B56E784DB4F827B24C06D182992@ist.aau.dk"><Connectivity_map.png></span><span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">_______________________________________________</span><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">fieldtrip
 mailing list</span><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="https://mailman.science.ru.nl/mailman/listinfo/fieldtrip" style="color: rgb(149, 79, 114); text-decoration: underline; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://mailman.science.ru.nl/mailman/listinfo/fieldtrip</a><br style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="https://doi.org/10.1371/journal.pcbi.1002202" style="color: rgb(149, 79, 114); text-decoration: underline; font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://doi.org/10.1371/journal.pcbi.1002202</a></div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>