Cluster Analysis for Time-Frequency Data

External Email - Use Caution

Hi all,

I have used *spatio_temporal_cluster_1samp_test* on my time-frequency data
(power (EpochsTFR) with a shape:[epochs X chan X freqs X time] ). I have
read the cited paper (MarisOostenveld07) for the permutation tests.
However, it is still not clear to me what these functions are exactly doing. I
have confused about the cluster analysis after seeing my plots. I have
attached parts of my code and my results to this email.
[image: timefreq_stat.png]
The first row shows the power activities and the second row shows the
p-values of the cluster analysis (red points are significant points). I
would be thankful if someone can give me some general explanation of these
functions. Is it normal to see a high non-significant activity and low but
significant activity based on the permutation cluster analysis?

Thank you,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190502/9a76a83c/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: timefreq_stat.png
Type: image/png
Size: 478930 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190502/9a76a83c/attachment-0002.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: timefreq_stat.png
Type: image/png
Size: 478930 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190502/9a76a83c/attachment-0003.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: timefreq_stat.py
Type: text/x-python-script
Size: 17750 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190502/9a76a83c/attachment-0001.bin

External Email - Use Caution

hi,

Did you look at the statistics image that get thresholded ?

I doubt any of us has the time to edit your script to test it on a public
dataset. Can you try to make a minimal example that uses a public
dataset shared with MNE?

Alex

        External Email - Use Caution

Hi all,

I have used *spatio_temporal_cluster_1samp_test* on my
time-frequency data (power (EpochsTFR) with a shape:[epochs X chan X freqs
X time] ). I have read the cited paper (MarisOostenveld07) for the
permutation tests. However, it is still not clear to me what these
functions are exactly doing. I have confused about the cluster analysis
after seeing my plots. I have attached parts of my code and my results to
this email.
[image: timefreq_stat.png]
The first row shows the power activities and the second row shows the
p-values of the cluster analysis (red points are significant points). I
would be thankful if someone can give me some general explanation of these
functions. Is it normal to see a high non-significant activity and low but
significant activity based on the permutation cluster analysis?

Thank you,

_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu
Mne_analysis Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190503/4105d6b7/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: timefreq_stat.png
Type: image/png
Size: 478930 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190503/4105d6b7/attachment-0001.png

External Email - Use Caution

Hi Alex,

Thanks for the response. I have edited the code and used one of the public
datasets (eegbci). The .py code has also been attached.

Thank you,
-Mary