mabausch / ConceptNeuronRelations

Analysis Code and Data of "Concept neurons in the human medial temporal lobe flexibly represent abstract relations between concepts" (Bausch et al., 2021). Also see https://www.nature.com/articles/s41467-021-26327-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains code and data accompanying the following paper (Bausch et al., 2021):

Concept neurons in the human medial temporal lobe flexibly represent abstract relations between concepts

Marcel Bausch1, Johannes Niediek1, Thomas P. Reber1,2*, Sina Mackay1, Jan Boström3, Christian E. Elger1, Florian Mormann1

1 Department of Epileptology, University of Bonn Medical Centre, Bonn, Germany

2 Faculty of Psychology, UniDistance Suisse, Brig, Switzerland

3 Department of Neurosurgery, University of Bonn Medical Centre, Bonn, Germany

If you have any questions, please contact marcel.bausch.ukb@gmail.com. All data files and code are in Matlab format.

Code

We used Matlab R2016b with the statistics toolbox. To reproduce the figures in the manuscript, start matlab, navigate to the repository-folder and add it to the matlabpath:

cd('/Path/to/this/repo');
addpath(pwd);

Then call one of these scripts or functions:

  • plot_figures.m: gives an overview of all functions. Run each code block separately to reproduce the respective figure from the paper.
  • plot_*.m: all functions with this prefix in plot_figures.m do the actual plotting.
  • create_*.m: all functions with this prefix in plot_figures.m show how the statistics for the respective subfigure was computed.

About

Analysis Code and Data of "Concept neurons in the human medial temporal lobe flexibly represent abstract relations between concepts" (Bausch et al., 2021). Also see https://www.nature.com/articles/s41467-021-26327-3

License:MIT License


Languages

Language:MATLAB 100.0%