
Figure 1
Schematic drawing of the three software parts: connectivity, statistics and graph measures.
Table 1
Options for rPLV calculation in step 1.
| OPTION | TYPE | DESCRIPTION |
|---|---|---|
| electrodes | integer list | subset of electrode indices of interest |
| freqs | integer list | frequency range for time-frequency decomposition |
| baseline | integer | (begin, end) of time-interval for relative baseline |
| multiple_conds | boolean | single (false) or multiple (true) conditions |
| switch_hands | boolean | enables mapping of electrodes to other hemisphere |
| channels_new | integer list | new order of electrodes for mapped condition |
| channels_old | integer list | old order of electrodes for mapped condition |
| contrast | boolean | enabling contrasting conditions |
| contrast_conds | integer list | indices of two conditions to contrast |
| avg_freqs | integer list | frequencies of interest for averaging |

Figure 2
Flowchart depicting the logical sequence of the dynamic graph calculations.
Table 2
Options for statistical testing and dynamic graph construction in step 2.
| OPTION | TYPE | DESCRIPTION |
|---|---|---|
| pid | string | multiple comparisons ‘original’, ‘individual’, ‘uncorr’ |
| pID_fix | double | fixed p-value for corrected stats |
| p_fix | double | fixed p-value for uncorrected stats |
| q_FDR | double | q-value for FDR-correction |
| comp | string | type of comparison ‘baseline’ or ‘zero’ |
| test_interval_start | integer | start of testinterval in ms |
| test_interval_end | integer | end of testinterval in ms |
| baseline_start | integer | start of baseline in ms |
| baseline_end | integer | end of baseline in ms |
| task | integer | definition of task by id (contrast appears last) |
| contrast | boolean | enabling contrasting conditions |
| time | integer list | sampling timepoints |
| sampling_rate | integer | sampling rate of the data |
| rplv: | relative phase-locking value for each dataset in a cell {num, subjects, 1}, each cell stores the rPLV with dimensions [time, channel, channel, conditions]. |
| trials: | number of trials in each experimental condition and subject. |
| rplv_mean: | group average of rPLV in [time, channel, channel, conditions]. |
| sig_ti_FDR: | significant timepoints after statistics and multiple comparisons as a cell {channel, channel}. |
| xa: | list of significant intervals [intervals, 3] with information about start timepoint, stop timepoint and the amount of timepoints to the next interval for each channel pair stored in a cell {channel, channel}. |
| length: | list of length of significant intervals for each channel pair stored in a cell {channel, channel}. |
| Agg: | aggregated graph showing the frequency of all connections over the whole interval in a matrix [channel, channel]. |
| bet: | temporal betweenness centrality in a matrix [timepoint, channel]. |
| hub: | temporal hub nodes, i.e. nodes with highest betweenness centrality, in a matrix [timepoint, 2]. |
| clusters: | clusters assignment for each channel and timepoint [channel, timepoints]. |
| node_flex: | node flexibility for each channel stored in a matrix [2, channel]. |
| deg: | each channels node degree over time in a matrix [timepoint, channel]. |
