Delayed center-out reaching task with uncertain target information

Data collected from two monkeys performing a delayed center-out reaching task with
uncertain target information.
The data includes single unit recordings from the motor cortex of the monkeys, as well as the behavioral data from the
monkeys performing the task and the target information provided to the monkeys during the task.

NawrotLab 54d7b3941b Update 'README.md' 1 month ago
.datalad 82c9b7b7ef Add DATASET description to include in cataloge 1 month ago
pickle 2a74d3f1a8 Add data in pickle and HDF5 format 1 month ago
LICENSE 1e16cbe985 Update license 1 month ago
README.md 54d7b3941b Update 'README.md' 1 month ago
datacite.yml 2782dc728c Update 'datacite.yml' 1 month ago

README.md

Delayed center-out reaching task with uncertain target information

This respository contains data collected from two monkeys performing a delayed center-out reaching task with uncertain target information. The data was collected by Alexa Riehle's lab at the CNRS Marseille, France. The data includes single unit recordings from the motor cortex of the monkeys, as well as the behavioral data from the monkeys performing the task and the target information provided to the monkeys during the task.

This repository is used to aquire a DOI. Here we provide the data in the pickle format. Please cite this dataset via the aquired DOI. Additionally we provide the data in csv and hdf5 format as a derived format. Please have a look at https://gin.g-node.org/nawrotlab/delayed_center-out_uncertainty_Riehle_derived, if you prefer to use these fileformats.

Behavioral task and recordings in the monkey.

The monkey experiments were conducted in Alexa Riehle's lab at the CNRS Marseille, France, in accordance to European and French government regulations. Two monkeys, one male aged three to four years (M1) and one female aged four to five years (M2) performed a delayed center-out reaching task, which involved three different task conditions that differed in the amount of initial target information available to the monkey as illustrated in 1,2. The monkey was seated in front of a panel featuring a hexagonal array of touch-sensitive target LEDs and a central LED indicating the starting position. The monkey initiated a trial by touching the central LED (trial start, TS). During the 1 s delay period starting at t=500 ms the preperatory signal (PS) provided either complete or incomplete information about the final movement target and consisted of either a single target LED (Condition 1), two adjacent target LEDs (Condition 2), or three adjacent target LEDs (Condition 3) that lit up in green. At t=1500 ms the response signal (RS) appeared and one of the green target LEDs turned red. This indicated the final movement target and prompted the monkey to move his hand to that target. In Conditions 2 and 3 the final target was randomly chosen among the PS-cued targets, while the other target LEDs went dark. The times of movement onset (MO) and movement end (ME) were recorded and if the monkey touched the correct target LED, the trial was registered as successful and a drop of juice was given as a reward. A premature onset of the behavior before RS led to the abortion of the trial and no reward was given. Only successful trials are included in this dataset.

The task conditions of one, two or three possible targets presented during the 1 s preparatory period were executed in blocks and the order of these blocks were randomized across recordings sessions. In each block, 150 trials with randomized target directions were carried out so that each of the directions appeared on average 25 times per condition. Note that to obtain the same number of possible trial types in all conditions, not all possible combinations of directions for the preparatory stimulus were used in Conditions~2 and~3. Since six combinations are possible for Condition~1, only the pairs 1-2, 3-4 and 5-6 were used in Condition 2 and for Condition 3, only two cases occurred (6-1-2, 3-4-5).

Extracellular recordings were obtained with a multielectrode microdrive (Reitböck system; Thomas Recording) to insert transdurally seven independently movable electrodes within the area of the recording chamber, which was positioned over the motor cortex close to the central sulcus in monkey M1 and slightly more anterior in monkey M2 covering in parts primary and dorsal premotor cortex2. Online spike sorting resulted in up to seven simultaneously recorded single-unit spike trains1. Not on all experimental days all three conditions could be successfully completed.

Following event markers were recorded:

  • TS: trial start
  • PS: preparatory signal
  • RS: response signal
  • MO: movement onset
  • ME: movement end
  • RW: reward?
  • TE: trial end

Data structure

Data was obtrained from two monkeys, Joe and Lili. Each monkey performed the task in multiple sessions. Spike trains are stored per unit in each session. We provide the data in pickle format.

  1. The folder pickle contains the data in pickle protocol 0 format.

The filenames encode the monkey, the session and the unit. The filename is of the form <monkey><session>_<unit>.<format>.

pickle files

Each .pkl contrains a dictionary with the following keys:

  • eventtimes : A Trials x 7 numpy-array of behavioral and experimental events in milliseconds (relative to the start of the trial).
  • event_names : Column names of the events.
  • spiketimes : A 3xN numpy-array. The first row contains the spike times in milliseconds, the second row contains the trial number and the third row contains the direction of RS.
  • gdf_file : Name of original gdf file, containing the raw data.
  • column_names : Row names of spiketimes.

The pickle files were created with the pickle protocol 0. To load the data use the following code:

import numpy as np
import pickle
with open('<monkey><session>_<unit>.pkl', 'rb') as f:
    data = pickle.load(f, encoding='latin1')
print(data.keys())

The folder contains a file named toc. It is a product of our analysis and contains metadata about the files to speed up the filtering of the data.

Downloading the data

The data can be either downloaded via the command line or via the browser.

Using the command line

git clone https://gin.g-node.org/nawrotlab/delayed_center-out_uncertainty_Riehle

Using the browser

Download the latest release as a zip file by clicking on Releases on the main page at https://gin.g-node.org/nawrotlab/delayed_center-out_uncertainty_Riehle. This zip file contains all files.

References

  1. Bastian A, Schöner G, Riehle A. Preshaping and continuous evolution of motor cortical representations during movement preparation. Eur J Neurosci. 2003 Oct;18(7):2047-58. doi: 10.1046/j.1460-9568.2003.02906.x.
  2. Rickert J, Riehle A, Aertsen A, Rotter S, Nawrot MP. Dynamic encoding of movement direction in motor cortical neurons. J Neurosci. 2009 Nov 4;29(44):13870-82. doi: 10.1523/JNEUROSCI.5441-08.2009.
datacite.yml
Title Monkey behavioral neurophysiology during center-out delayed reach task with ambigious target information.
Authors Riehle,Alexa;UMR7289 Institut de Neurosciences de la Timone (INT), Centre National de la Recherche Scientifique (CNRS)—Aix-Marseille Université (AMU), Marseille, France; Institute for Advanced Simulation (IAS-6), Jülich Research Center, Jülich, Germany;;ORCID:0000-0001-5890-3999
Description This data set contains the complete behavioral and neurophysiological data obtained in two behaving monkeys as was analyzed in two publications by Rostami et al. (2024) and Rickert et al. (2009). The experimental task involves a delayed center-out arm-reach in three experimental condition that varied the degree of information (complete or incomplete) about the final movement target as cued at the start of the delay period. The data set contains the trigger events for the experimental cue stimuli and the behavioral events, and it contains acute single-unit recordings from the primary motor cortex (M1) and premotor cortex dorsal (PMd) for both monkeys. All experiments were conducted in the laboratory and under supervision of Dr. Alexa Riehle (Aix-Marseille Université and Research Center Jülich). Please refer to the README file in the data repository for additional information.
License Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-nc/4.0/deed.en)
References Rostami, V., Rost, T., van Albada, S., Riehle, A., & Nawrot, M. (2024). Spiking attractor model of motor cortex explains modulation of neural and behavioral variability by prior target information. Nature Communications, accepted [doi:10.1101/2020.02.27.968339 ] (IsReferencedBy)
Lungu, I. A., Riehle, A., Nawrot, M. P., & Schmuker, M. (2017). Predicting voluntary movements from motor cortical activity with neuromorphic hardware. IBM Journal of Research and Development, 61(2/3), 5-1. [doi:10.1147/JRD.2017.2656063] (IsReferencedBy)
Bastian, A., Schöner, G., & Riehle, A. (2003). Preshaping and continuous evolution of motor cortical representations during movement preparation. European Journal of Neuroscience, 18(7), 2047-2058. [doi:10.1046/j.1460-9568.2003.02906.x] (IsSupplementTo)
Rost, T. (2016) Modelling Cortical Variability Dynamics: From Inhibitory Clustering to Context Dependent Modulation. Doctoral dissertation, Freie Universität Berlin [doi:10.17169/refubium-11083] (IsReferencedBy)
Nawrot, M. P. (2010). Analysis and interpretation of interval and count variability in neural spike trains. In Analysis of parallel spike trains (pp. 37-58). Boston, MA: Springer US. [doi:10.1007/978-1-4419-5675-0_3] (IsReferencedBy)
Rickert, J., Riehle, A., Aertsen, A., Rotter, S., & Nawrot, M. P. (2009). Dynamic encoding of movement direction in motor cortical neurons. Journal of Neuroscience, 29(44), 13870-13882. [doi:10.1523/JNEUROSCI.5441-08.2009] (IsReferencedBy)
Nawrot, M.P. (2003) Ongoing activity in cortical networks: noise, variability and context. Doctoral dissertation, Albert-Ludwigs-Universität Freiburg (Breisgau), urn:nbn:de:bsz:25-opus-73426 [urn:nbn:de:bsz:25-opus-73426] (IsReferencedBy)
Nawrot, M. P., Rodriguez, V., Heck, D., Riehle, A., Aertsen, A., & Rotter, S. (2001). Trial-by-trial variability of spike trains in vivo and in vitro. In Soc Neurosci Abstr (Vol. 27, No. 64.9). [https://www.sfn.org/meetings/past-and-future-annual-meetings/abstract-archive/Abstract-Archive-Details?AbsYear=2001&AbsID=971] (IsReferencedBy)
Funding DFG, Collaborative Research Center 'Motor Control in Health and Disease' (DFG-SFB 1451, Project A06), ID 431549029 to M.P.N.
Keywords monkey
motor cortex
center-out task
reach task
multiple single unit recording
Resource Type Dataset