This repository provides the necessary resources and instructions to reproduce the results presented in the paper titled "Controlling brain dynamics: landscape and transition path for working memory".
Understanding the underlying dynamical mechanisms of the brain and controlling it is a crucial issue in brain science. The energy landscape and transition path approach provides a possible route to address these challenges. Here, taking working memory as an example, we quantified its landscape based on a large-scale macaque model. The working memory function is governed by the change of landscape and brain-wide state switching in response to the task demands. The kinetic transition path reveals that information flow follows the direction of hierarchical structure. Importantly, we propose a landscape control approach to manipulate brain state transition by modulating external stimulation or inter-areal connectivity, demonstrating the crucial roles of associative areas, especially prefrontal and parietal cortical areas in working memory performance. Our findings provide new insights into the dynamical mechanism of cognitive function, and the landscape control approach helps to develop therapeutic strategies for brain disorders.
All simulations are implemented at MATLAB R2020b.
The dataset used in this study is available at https://core-nets.org. But we also provided the preprocessed data in model/, including spine_count.mat, SLN_matrix.mat and FLN_matrix.mat.
Follow these steps to reproduce the results:
- Clone this repository to your local machine:
git clone https://github.com/yeyeleijun/Land_WorkingMemory.git-
Download the dataset from https://core-nets.org, place it in the specified directory and preprocessing (Optional).
-
Run
model/parameters.mto set the model parameters. -
Run
simulation/SimulationIPulse.m. You will get the simulation result with different initial conditions under specified parameters, which is used in the construction of potential landscape. -
Run
main.mto reproduce the Fig.1 G and Fig. 3D in our paper.
If you use this code or replicate the results of the paper, please cite the original paper:
@article{Ye2022,
title={Quantifying the attractor landscape and transition path of distributed working memory from large-scale brain network},
author={Ye, Leijun and Li, Chunhe},
journal={arXiv preprint arXiv:2209.05002},
year={2022}
}If you have any questions or need further assistance, please feel free to contact [email protected].