This Wiki explains which data to find in each folder. File names start with the date the file was first created.
**Clinical Data**
This folder contains CSV tables and associated JASP analysis files with demographic and clinical information.
**Spectral Data**
This folder contains CSV and JASP analysis files with measures derived from power spectrum analyses.
"YYYY-MM-DD_baseline" files refer to pairwise comparisons of three groups: healthy participants, patients with good, and patients with poor seizure control.
"YYYY-MM-DD_ancova_seizureXsyndrome" files refer to a 2x2 ANOVA with one level syndrome (focal, generalised) and a second level seizure control (good, poor).
The *MATLAB Files subfolder* contains data in Matlab format, as follows.
"YYYY-MM-DD_alpha_spectrumplot_data.mat" contains data to plot spectra for healthy participants versus all patients, patients with different levels of seizure control, and patients with different syndromes. The mat file contains four vairables:
- cmap: colormap (red, blue)
- epi: structure with spectra from healthy participants and epilepsy patients
- szr: structure with spectra from patients with good and poor seizure control
- syn: structure with spectra from patients with focal and generalised syndromes.
Use "alpha_spectrumplot.m" in the code folder in MATLAB to replot the figure.
**Topgraphical Data**
TO BE DONE
"YYYY-MM-DD_alpha_topoplot_data" contains data to plot topographies for healthy participants versus all patients, patients with different levels of seizure control, and patients with different syndromes. Use "alpha_topoplot.m" in the code folder in MATLAB to obtain the figure.