Published on 01 January 2021
Distributed coding of choice, action, and engagement across the mouse brain
View DatasetDescription
Data from "Distributed coding of choice, action, and engagement across the mouse brain" by Nicholas A. Steinmetz, Peter Zatka-Haas, Matteo Carandini, Kenneth D. Harris, Nature 2019. https://doi.org/10.1038/s41586-019-1787-x
ONE interface
UPDATE: September 2nd, 2021. The ONE interface has been updated. Users of the previous version are invited to redownload the archive and follow the instructions below.
The data can be easily searched and loaded in Python using the ONE interface. The API may be installed via pip:
pip install ONE-api
Notes about the data format : https://github.com/nsteinme/steinmetz-et-al-2019/wiki/data-files
To search and download this dataset:
from one.api import Oneone = One(cache_dir='./9974357') # The location of the unarchived datasessions = one.search(dataset='trials') # search for all sessions that have a trials objectsession = sessions[0] # take the first sessiontrials = one.load_object(session, 'trials') # load the trials objectprint(trials.intervals) # trials is a Bunch, values are NumPy arrays or pandas DataFramesprint(trials.goCue_times)
For further documentation, see https://int-brain-lab.github.io/iblenv/03_one.html
Citations (0)
No citations found
Mentions (0)
No mentions found
Metrics Over Time
Publication Details
Subfield
Economics and Econometrics
Field
Economics, Econometrics and Finance
Domain
Social Sciences
Confidence Score
31%
Source
Scholar Data Model