readme.txt 2.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Shield: [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
  2. This work is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
  3. [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
  4. [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
  5. [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
  6. [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
  7. Description of data
  8. Validation data provided here was used to generate figures for 'OPETH: Open Source Solution for Real-time Peri-event Time Histogram Based on Open Ephys' by András Széll, Sergio Martínez-Bellver, Panna Hegedüs and Balázs Hangya, depositied on bioRxiv:
  9. https://www.biorxiv.org/content/10.1101/783688v1
  10. The experimental data is provided in Cellbase format. CellBase software is a Matlab-based, open source data handling and analysis tool, and available at
  11. https://github.com/hangyabalazs/CellBase
  12. See CellBase documentation for details on variable structure.
  13. The Behaviour/<sessionID> folder contains tetrode recordings in a behavioural recording sesssion:
  14. event.mat contains TTL event timestamps.
  15. TT1.mat, TT2.mat,... contains spike data from each tetrode.
  16. TT1_1.mat,... contains spike data after spike sorting in MClust (A.D.Redish).
  17. DBO07_190826a.mat contains raw behavioural data.
  18. TrialEvents.mat contains Trial events structure (see CellBase).
  19. StimEvents.mat contains Stimulus events structure (see CellBase).
  20. EVENTSPIKES and STIMSPIKES files contain pre-aligned spike times (see CellBase).
  21. The Tagging/<sessionID> folders contain tetrode recordings in optogenetic tagging sesssions in the same format.
  22. Please note that CellBase code relies on this particular folder structure (see CellBase documentation.)
  23. --- oo ---
  24. Description of code
  25. lightpsth.m is included, which was used to calculated light-triggered PETH for unsorted tetrode data offline. All other code, including offline PETH tools for sorted data are part of MClust 3.5 (A.D Redish) or CellBase software packagages, available online.