Dual Enkephalinase Inhibitor Effects on Stress-Induced Reward Seeking Neural and Behavioral Deficits
收藏资源简介:
This dataset contains the raw data from behavioral and fiber photometry recording sessions for the first phase of a study investigating the effects of a dual enkephalinase inhibitor on stress-induced deficits in reward-seeking behavior in mice. The data is organized into individual session folders, each containing the files from a single experimental session. Each session folder is named with the following convention: [animal_id]_[session_type]_[session_day]_[YYYYMMDD]_[HHMMSS]. Data Structure within each Session Folder: Each session folder contains a set of synchronized files from different recording systems: task_data.mat / test_data.mat: A MATLAB .mat file containing the primary trial-structured behavioral data from the task control software. It is structured into two main variables: sessionInfo: Contains session-level metadata such as animalID, testDay, date, injectionStatus, stressStatus, etc. trialData: A structure containing an array of trials. Each trial in the array is a structure with the following key fields: trialNum: The trial number. cueTime: The absolute timestamp (from the behavioral system's clock) of the auditory cue onset. rewardTime: The absolute timestamp of the reward delivery. ITIDuration: The duration of the inter-trial interval for that trial. responded: A boolean flag (0 or 1) indicating if the animal successfully licked to receive a reward. rewardSize: A scalar value indicating the volume or amount of reward delivered on that trial. monitoring_data.mat: A MATLAB .mat file containing continuous, high-temporal-resolution data streams from the behavioral monitoring system. This file is not trial-structured and contains raw sensor readings and synchronization signals, including: A continuous, high-frequency raw lick sensor signal. A TTL signal (sound_ttl) that goes high during the presentation of the auditory cue for precise event marking. A TTL signal (fp_ttl) sent from the fiber photometry system that goes high for the duration of the recording, used for synchronizing the two systems. FPdata[...].csv: A CSV file containing the raw data from the fiber photometry system. Each row is a single sample, with the following columns: ComputerTimestamp: The timestamp (in milliseconds) from the photometry computer's clock. LedState: An integer indicating which LED was active for that sample (e.g., 1 for 470nm, 2 for 410nm). G0: The raw fluorescence value recorded from the photodetector for that channel and timestamp. video[...].avi: A video file recording the animal's behavior during the session. video_timestamps[...].csv: A CSV file containing the precise timestamp for each frame acquired from the camera, as recorded by the camera control computer. This file typically contains a single column of timestamps in milliseconds. Synchronization Method: The different data streams are synchronized using a shared TTL pulse and precise timestamping. The fiber photometry system generates a TTL pulse (fp_ttl) that is recorded by the behavioral monitoring system. The rising and falling edges of this pulse mark the exact start and end of the photometry recording on the behavioral clock. The video_timestamps[...].csv provides a timestamp for each video frame on the camera's computer clock. The number of timestamps is matched against the total number of frames in the .avi file to ensure data integrity. By aligning the start of the fp_ttl pulse from the behavioral data with the first timestamp in the FPdata CSV, and using the sound_ttl to align behavioral events, all data streams (trial events, neural activity, and video) can be precisely aligned in a common time base for analysis. Code Availability: The Jupyter notebooks and Python modules used to load, synchronize, and analyze this data are available at the following GitHub repository: https://github.com/HarrisNeuralCircuitsLab/Dual-Enkephalinase-Inhibitor-Stress-Effect



