Thiele-attention-gratc-V1-V4-laminar
Simultaneous recordings from rhesus macaque V1 and V4 during a selective attention task. Recorded in the lab of Alexander Thiele at Newcastle University, UK.
These preprocessed data allow reproduction of the main analyses and results reported in the paper "Dopamine influences attentional rate modulation in Macaque posterior parietal cortex", van Kempen (2022) Nature Scientific Reports (URL to follow).
Code can be found here.
Data organisation & files
Data is organised by subject and recording date.
The folder data/processed
contains the files necessary to replicate the main results described in this article.
Output from the analyses and the pooled results will be stored in data/analysed
and data/population
, respectively.
Files
In each recording folder, you can find the following files:
Thiele-attention-gratc-LIP-pipette
│ LICENCE.txt
│ README.md
│ datacite.yml
│
└─── data
│
└─── processed
│
└─── J
└─── W
└─── 2015-05-21
│ └─── recinfo.mat
│ └─── trialdata.mat
│ └─── unit.mat
│
└─── 2015-05-28
│ ...
- recinfo.mat : table (single row) with info about the recording, including date, task, drug applied, ejection current and weight
- trialdata.mat : struct containing trial info; drug trial, stimulus condition, reaction time and for most recordings pupil traces.
- unit.mat : spiking activity for single/multi unit
Unit
Unit activity was extracted by manaul spike sorting. This population activity is stored in unit.mat
.
Inside this file, you'll find the following variables:
StimAlign: {3x312 cell}
CueAlign: {3x312 cell}
Dim1Align: {3x312 cell}
idx_include_trials: 3x312 (logical)
waveform: 1x1 (struct)
The fields ...Align
are variables with the data aligned to each of the events. This is a cell array of size (number of units × number of trials). Each cell contains spike times relative to the event.
The variable idx_include_trials
contains logical indices that indicate which trials to include for which of the units and waveform
contains the spike waveform for each unit.
Trialdata
The file trialdata.mat
contains the metadata about each trial, e.g. the condition number, the drug condition, etc.
trialdata =
1×312 struct array with fields:
block_change
block_num
cond_num
drug
pupil
RT_EPP
block_change
: number of trials since a block change
block_num
: block number (drugs were administered in blocks of trials)
cond_num
: the condition number (1 & 4 for attend RF, 2 & 5 for attend away 1, 3 & 6 for attend away 2)
drug
: boolean indicating whether fixbreak occurred on this trial
pupil
: struct containing timestamps, samples and event times.
RT_EPP
: the reaction time
Funding
- Wellcome trust, 093104
- MRC, MR/P013031/1
Credits
- Data collection: Jochem van Kempen and Christian Brandt in the lab of Alexander Thiele, Newcastle University, UK
- Data processing: Jochem van Kempen and Alexander Thiele