Tutorials and Exercises accompanying lectures of ANDA-NI 2024.

Michael Denker d98b04e761 Added PCA->FA analysis 3 viikkoa sitten
Brovelli ca28927b05 Added lectures by Andrea Brovelli 1 kuukausi sitten
Ernst 6de0d88fa2 Remove log files 1 kuukausi sitten
Gruen b951a7bc2b Added exercises Sonja Gruen 3 viikkoa sitten
Nawrot eb953dcbf5 Added exercises Martin Nawrot 3 viikkoa sitten
Yu d98b04e761 Added PCA->FA analysis 3 viikkoa sitten
.gitignore e63c6483a0 Added gitignore statements 1 kuukausi sitten
LICENSE 27d363029c Initial commit 1 kuukausi sitten
README.md eb953dcbf5 Added exercises Martin Nawrot 3 viikkoa sitten

README.md

ANDA-NI Tutorials 2024

Udo Ernst: Spectral Analysis

Instructions for the exercises are provided in the file ANDA2024_Training_Spectral.pdf.

Exercises for individual methods are contained in the test-* files. The second part of the exercise is contained in the notebook ANDA2024_Spectral_DataAnalysis.ipynb.

To get started, create a Python environment using the environment.yml file provided.

Andrea Brovelli: Neuronal Interactions

The folder tutorials/notebooks contains a series of 5 exercises based on the Frites software package, which are replicated from https://github.com/brainets/CookingFrites. Part 0 explains the usage of xarray, a Python package used to represent data in Frites. Tutorials 1-4 then cover the various stages of a Frites workflow based on an example sEEG dataset. Information on the various stages of the workflow, and on the dataset details are located in the folder tutorials/slides.html. Each tutorial goes through a sequence of processing steps on the example datasets, and ends on a practical exercise to explore the dataset further.

Martin Nawrot: Higher-order Correlations

The notebook tutorials/trial_by_trial_variability.ipynb contains an exercise centered around time-resolved Fano Factors. The first lines of the exercises contain code that help you load the used datasets.

To get started, create a Python environment using the environment.yml file provided.

Sonja Grün: Higher-order Correlations

The folder tutorials contains a series of 4 exercise notebooks. Exercise 0 should be considered more of a warm-up exercise, and exercises 1-3 cover cross-correlations, Unitary Event Analysis and higher-order correlations,respectively. The notebooks contain working exercise codes and additional tasks that build on the provided code.

To get started, create a Python environment using the environment.yml file provided.