This repository sets up the data pipeline corresponding to Figure 4 in Li et al., (2015). "A motor cortex circuit for motor planning and movement." and provides the notebook for the figure replication.
Link to the publication: https://doi.org/10.1038/nature14178
Link to the original data: https://dx.doi.org/10.6080/K0MS3QNT
Link to the exported NWB files: https://drive.google.com/drive/u/1/folders/1ZiyqvKBiu1yjr7UTR4RNo6Kcs0Wdf67o
Access to view the notebook: https://nbviewer.jupyter.org/github/shenshan/Li-2015b/blob/master/notebooks/Li-2015b-examples.ipynb
This study revealed the flow of information within motor cortex circuits involved in converting preparatory activity into movements. One important part of the motor cortex is known as anterior later motor cortex (ALM), which has been shown to involve in planing directed licking. Projection neurons in ALM include two major classes: intratelencephalic (IT) neurons that project to other cortical areas and pyramidal tract (PT) neurons that project out of the cortex, including to motor-related areas in the brainstem. Results in Figure 4, in particular, characterized the selectivity and preference of PT and IT neurons in ALM L5 on the population level.
The lab
schema:
The experiment
schema:
The imaging
schema:
-
This repo is set up with docker, install docker and docker-compose.
-
Set up your local mysql server.
-
git clone https://github.com/vathes/li-2015b.git
-
Inside the repository, open a file called
.env
and paste in the following information and save the file.DJ_HOST=host.docker.internal DJ_USER=YOUR_USER_NAME DJ_PASS=YOUR_PASSWORD
-
Create a directory called
data
, and download the data from the link https://dx.doi.org/10.6080/K0MS3QNT, put the meta data file intodata/meta_data
and the recorded data intodata/datastruction
. -
Run the bash script with command
bash li2015b.sh
The whole script takes a few hours to run. After it's done, you will find nwb files in the directorydata/NWB 2.0
-
To run the notebook, open your browser and put in
http://localhost:8810/notebooks/Li-2015b-examples.ipynb