Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Michael Denker 5b66f1e714 git-annex in denker@inm6183 9 miesięcy temu
..
correlation_matrices daaaeacfe9 Initial commit 2 lat temu
results daaaeacfe9 Initial commit 2 lat temu
scripts 5b66f1e714 git-annex in denker@inm6183 9 miesięcy temu
README.md daaaeacfe9 Initial commit 2 lat temu
Snakefile daaaeacfe9 Initial commit 2 lat temu
config.py daaaeacfe9 Initial commit 2 lat temu

README.md

Application of the eigenangle test to stochastic calibration scenarios

This folder contains the workflow to create stochastic spiking activity using Poisson and Compound Poisson processes, calculate their correlation matrices, compare them with the eigenangle- and the Kolmogorov-Smirnov test. The parameters for the stochastic processes are specified via the config.py file. The following wildcards in the file paths can update the parameters of the config file as in N{N}_t{t_start}-{t_stop}ms_bin{binsize}ms_rate{rate}Hz_hub{assembly_sizes}_corr{correlations}_bkgr{bkgr_correlation}_{corr_method}. The main functionality of the workflow is:

  • snakemake `results/stochastic_activity_comparison.csv' creates the correlation matrices for all process with the parameter ranges specified in the config files, performs the comparisons between initializations (i.e. random seeds), and aggregates the results in a dataframe.