Michael Denker 5b66f1e714 git-annex in denker@inm6183 3 månader sedan
..
correlation_matrices daaaeacfe9 Initial commit 2 år sedan
results daaaeacfe9 Initial commit 2 år sedan
scripts 5b66f1e714 git-annex in denker@inm6183 3 månader sedan
README.md daaaeacfe9 Initial commit 2 år sedan
Snakefile daaaeacfe9 Initial commit 2 år sedan
config.py daaaeacfe9 Initial commit 2 år sedan

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.