Distributed coding of choice, action, and engagement across the mouse brain
收藏NIAID Data Ecosystem2026-03-12 收录
下载链接:
https://figshare.com/articles/dataset/Distributed_coding_of_choice_action_and_engagement_across_the_mouse_brain/9974357
下载链接
链接失效反馈官方服务:
资源简介:
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
创建时间:
2019-10-14



