Przeglądaj źródła

Update 'README.md'

NawrotLab 10 miesięcy temu
rodzic
commit
bc5834b52e
1 zmienionych plików z 59 dodań i 1 usunięć
  1. 59 1
      README.md

+ 59 - 1
README.md

@@ -1,2 +1,60 @@
-# Arican_et_al_2023_sensorimotor_transformation
+# Data Collection Description
+## Title
+
+Mushroom body encodes behavioral decision
+   
+## Overview
+
+This repository contains data collected during the experiments described in Arican et al. (2023). The data includes spike times and stimulation protocols for olfactory stimuli. Additionally, behavioral data and normalized PID recordings are provided.
+
+## Experimental Details
+
+### Stimulus Codes
+- A = benzaldehyde
+- B = 2-heptanone
+- C = isoamyl acetate
+- D = octanal
+- E = control
+- F = 1-hexanol
+- G = trans-cinnamaldehyde
+- H = 1-heptanol
+- I = heptanal
+- J = 1-pentanol
+- K = 1-octanol
+
+### Ignored Codes
+- L, M, N, O, and P do not encode olfactory stimuli and can be ignored.
+
+## Data Files
+
+### .mat Files
+Each .mat file contains the following data in structs:
+- Struct ending with _Ch5: Spike times in .times [s] with respective unit IDs in .codes
+- Struct ending with _Ch31: Stimulus times in .times [s] with respective Stimulus IDs in .codes
+- Struct ending with _Ch32: Exact stimulus onset and offset times [s] in .times with respective ID for on- and offset .codes.
+   - 1 = stimulus onset
+   - 0 = stimulus offset
+
+### Excel File
+The Excel file contains the following behavioral data:
+- Time [s]: Stimulus onset [s]
+- Stimulus-ID: Stimuli of each trial (see above for codes)
+- MLR: Behavioral output per trial (1: MLR; 0: no MLR)
+- Animal-ID: Animal ID corresponding to .mat files (see Table S1)
+- MLR-Time-[sec]: Beginning of MLR [s]
+
+### .pkl File
+PID.pkl contains two normalized PID recordings (PIDID: PID33; PID34) averaged over 10 trials for ten different odors (Stimuli: see odor codes above). The column "PID" contains the values of odor intensity, and "Time" contains the respective timepoint.
+- PID33: Recorded from the position of the cockroach head (4 cm from the outlet of the odor supply system)
+- PID34: Recorded from the position of the antennal tip (directly at the outlet of the odor supply system)
+
+## General Notes
+
+- For further analysis, the exact onset and offset times have been shifted by 90 ms since the odor occurred only after 90 ms at the antennal tip. The behavioral onsets were also aligned to that shift during the analysis.
+
+---
+
+
+
+