readme.txt 1.5 KB

123456789101112131415161718192021222324
  1. Description of data
  2. 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:
  3. https://www.biorxiv.org/content/10.1101/783688v1
  4. The experimental data is provided in Cellbase format. CellBase software is a Matlab-based, open source data handling and analysis tool, and available at
  5. https://github.com/hangyabalazs/CellBase
  6. See CellBase documentation for details on variable structure.
  7. The Behaviour/<sessionID> folder contains tetrode recordings in a behavioural recording sesssion:
  8. event.mat contains TTL event timestamps.
  9. TT1.mat, TT2.mat,... contains spike data from each tetrode.
  10. TT1_1.mat,... contains spike data after spike sorting in MClust (A.D.Redish).
  11. DBO07_190826a.mat contains raw behavioural data.
  12. TrialEvents.mat contains Trial events structure (see CellBase).
  13. StimEvents.mat contains Stimulus events structure (see CellBase).
  14. EVENTSPIKES and STIMSPIKES files contain pre-aligned spike times (see CellBase).
  15. The Tagging/<sessionID> folders contain tetrode recordings in optogenetic tagging sesssions in the same format.
  16. --- oo ---
  17. Description of code
  18. 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.