Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinf1989 committed Mar 5, 2024
1 parent 04560e0 commit 0bd7bed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# emotional_memory_neuronal_analyses

This folder contains all of the code and spike train data required to generate all of the main and supplementary figures of the manuscript entitled "Neuronal population representation of human emotional memory"
This folder contains code and spike train data required to generate all of the main and supplementary figures of the manuscript entitled "Neuronal population representation of human emotional memory"

Download the dataset from [G-Node](https://gin.g-node.org/dfetterhoff/emotional_memory_neuronal_data) to run the code
Download the dataset from [G-Node](https://gin.g-node.org/dfetterhoff/emotional_memory_neuronal_data) to run the code.

In each script, you only need to change the code_folder and data_folder variables based on where you save the data folder and this repository.
In each script, please change the code_folder and data_folder variables based on your directories.

Run the *behavior_analysis.m* script to generate the behavioral statistics and Tables S1 and S2.
*behavior_analysis.m* generates the behavioral statistics and Tables S1 and S2.

Run the script *spike_analysis_final.m* to generate all example neuron plots (Fig. 1), Fig. 2, SFig. 1, SFig. 2 and SFig. 3.
*spike_analysis_final.m* creates all example neuron plots (Fig. 1), Fig. 2, SFig. 1, SFig. 2 and SFig. 3.

Run *iapsEncoding_dpcaPipeline_final.m* to generate Fig. 3 and the encoding (top) part of SFig. 4
*iapsEncoding_dpcaPipeline_final.m* generates Fig. 3 and the encoding (top) part of SFig. 4

Run *iapsRecognition_dpcaPipeline_final.m* to generate Fig. 4 and the recognition (bottom) part of SFig. 4.
*iapsRecognition_dpcaPipeline_final.m* generates Fig. 4 and the recognition (bottom) part of SFig. 4.

0 comments on commit 0bd7bed

Please sign in to comment.