I have an experiment with two conditions. I computed ERPs including standard error and have been able to overlay the plots for the two conditions successfully for a specific sensor using the code:
I have also performed a time-frequency analysis on the data. I would like to visualize the gamma activity for the two conditions overlayed with SEM much as I was able to do for the ERP. There seem to be a variety of methods for extracting the gamma band activity from a TF file by averaging across the frequencies or extracting the time course of a single frequency, but the results of all of these processes still produce time-frequency files that do not appear to be accepted by the view_clusters function.
Is there another way to do this within brainstorm? For example, if I have TF files that contain a single time course for each sensor, can these be converted or cast into Data files that would be accepted by view_clusters.m? Or is there some other way to make use of the brainstorm plotting functions for this purpose? Or do I need to extract the gamma signals to Matlab and do all the plotting manually in Matlab?
Thanks, Raymundo. I have tried this and it mostly works, but it seems I don't get the shaded patch around the time series illustrating SEM despite the fact that the SEM does seem to be included in the output files after running:
GroupAFiles are a group of Time-Frequency plots that are grouped into 3 frequency bands, but I selected one of the frequency bands to display the time series.
Should I be able to see the SEM in the time series plots or does this only work for data files?