Code and datasets generated in Sanchez-Martin et al. publication titled "Interplay among Neural Synchronization, Excitability,Variability, and Sequentiality across Time Scales in Rhythmic Bursting". This code includes all data analysis and figure plotting.
If you use this code please cite: Sanchez-Martin, P., Garrido-Peña, A., Elices, I., Garcia-Saura, C., Levi, R., Rodriguez, F.B., Varona, P. (2026). Interplay among Neural Synchronization, Excitability, Variability, and Sequentiality across Time Scales in Rhythmic Bursting [Manuscript submitted for publication].
Load and activate conda environment from environment.yml file with the following commands:
conda env create -f environment.yml
conda activate interplay_metrics
To recreate each figure run the corresponding script in the Figures folder like:
python3 cycle_by_cycle.py
All scripts process the analyzed_data.pkl file located in the main folder.
This repository uses a dual license:
Source code (python files): Licensed under the GNU GPL v3.0. See the LICENSE file for details. Generated data (Data file .pkl and images): Licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0). For the full legal text, see: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.es