We provide the imagenet scans in the .zip format. Unzipping them will create two folders data and meta.
X.npy
contains the image that was shown to the mouse in trial X
.X.npy
contains the deconvolved calcium traces (i.e. responses) recorded from mouse V1 in trial X
in response to the particular presented image.1 x 3
) where each single X.npy
contains the behavioral variables (in the same order that was mentioned earlier) for trial X
.1 x 2
) for horizontal and vertical eye positions.meta: Includes meta data of the experiment
area.npy
: Contains the area of each neuron.cell_motor_coordinates.npy
: Contains the position (x, y, z) of each neuron in the recording field, given in microns.layer.npy
: Contains the cortical layer the neuron was recorded in.unit_ids.npy
: Contains a unique id for each neuron.statistics: This directory contains statistics (i.e. mean, median, etc.) of the experimental variables (i.e. behavior, images, pupil_center, and responses).
trials: This directory contains trial-specific meta data. This includes single 1-d NumPy arrays for each trial variable.
How to relate these meta data to the neuronal data (images, responses, ...)?
The indices of these arrays correspond to the .npy
files in data. For example:
# get meta data array
image_ids = np.load('./meta/trials/colorframeprojector_image_id.npy')
# relate meta data with neuronal data
trial_image_id = image_ids[0]
corresponding_image = np.load('./data/images/0.npy')
corresponding_neuronal_response = np.load('./data/responses/0.npy')
Below are a list of important variables in this directory.
colorframeprojector_image_id.npy
: Contains unique image id. If the image is presented multiple times (which is the case in the test set) this image ID will be present multiple times.tiers.npy
: Contains labels that are used to split the data into train, validation, and test set.trial_idx.npy
: Contains the index for each trial. It corresponds to the actual order of image presentations to the mouse.datacite.yml | |
---|---|
Title | State-dependent pupil dilation rapidly shifts visual feature representations |
Authors |
Franke,Katrin;Institute for Ophthalmic Research, Tuebingen University, Tuebingen, Germany.
Willeke,Konstantin F.;Institute for Bioinformatics and Medical Informatics, Tuebingen University, Tuebingen, Germany Ponder,Kayla;Department of Neuroscience, Baylor College of Medicine, Houston, TX, US Galdamez,Mario;Department of Neuroscience, Baylor College of Medicine, Houston, TX, US Zhou,Na;Department of Neuroscience, Baylor College of Medicine, Houston, TX, US Muhammad,Taliah;Department of Neuroscience, Baylor College of Medicine, Houston, TX, US Patel,Saumil;Department of Neuroscience, Baylor College of Medicine, Houston, TX, US Froudarakis,Emmanouil;Institute of Molecular Biology and Biotechnology, Foundation for Research and Technology Hellas, Heraklion, Greece Reimer,Jacob;Department of Neuroscience, Baylor College of Medicine, Houston, TX, US Sinz,Fabian;Department of Computer Science, Goettingen University, Goettingen, Germany Tolias,Andreas;Department of Neuroscience, Baylor College of Medicine, Houston, TX, US |
Description | Complete dataset for the article "State-dependent pupil dilation rapidly shifts visual feature representations". |
License | CC-BY (http://creativecommons.org/licenses/by/4.0/) |
References |
Franke, K., Willeke, K.F., Ponder, K., Galdamez, M., Muhammad, T., Patel, S., Froudarakis, E., Reimer, J., Sinz, F., & Tolias, A.S. (2021). Behavioral state tunes mouse vision to ethological features through pupil dilation. bioRxiv. [doi:10.1101/2021.09.03.458870] (IsSupplementTo)
|
Funding |
DFG, EXC 2064/1
IARPA, D16PC00003 NIH, R01 EY026927 NIH, T32-EY-002520-37 NSF, 1707400 |
Keywords |
Neuroscience
Systems Neuroscience Primary visual cortex Brain state Behavioral state Machine learning Deep neural networks |
Resource Type |
Dataset |