Distributed coding of choice, action, and engagement across the mouse brain
收藏资源简介:
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<br><b>ONE interface</b><br><br>The data is available via the ONE interface. Installation instructions: https://github.com/int-brain-lab/ibllib/tree/master/oneibl#one-light <br><br>Notes about the data format : https://github.com/nsteinme/steinmetz-et-al-2019/wiki/data-files<br>To search and download this dataset:<br>import onelight as one<br>sessions = one.search(['trials']) # search for all sessions that have a `trials` object<br>session = sessions[0] # take the first session<br>trials = one.load_object(session, 'trials') # load the trials object<br>print(trials.intervals) # trials is a Bunch, values are NumPy arrays or pandas DataFrames<br>print(trials.goCue_times)<br><br><br>



