- MNE-Python version: 0.22.0
- operating system: Ubuntu 20.04.2 LTS
Dear MNE community,
I’ve performed a mne.stats.permutation_cluster_test comparing time-frequency data of two groups, each with 33 subjects.
T_obs, clusters, cluster_p_values, H0 = mne.stats.permutation_cluster_test(X,
n_permutations=1024,
tail=0,
adjacency=None,
n_jobs=2,
seed=2,
out_type='indices', verbose=None)
The test results shown in ‘clusters_p_values’ indicate that I have one significant cluster.
Now I want to plot its results and I don’t really know how to do this and which method suits better my needs. I wanted to either plot the results as a topoplot, where the significant clusters get highlighted, or maybe plotting a time-frequency plot for every electrode, highlighting again the significant clusters.
Do you know how to perform it or even know a better way to depict results of a permutation test?
I would really appreciate any help.
Best,
Bruno