Changes for page SGA3 D1.5 Showcase 1
Last modified by gorkazl on 2023/11/13 14:27
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 ((( 3 3 (% class="container" %) 4 4 ((( 5 -= Final demonstrator software = 5 += Final demonstrator software = 6 6 7 7 SGA3 D1.5 - Showcase 1: "Degeneracy in neuroscience - when is Big Data big enough" 8 8 ))) ... ... @@ -18,9 +18,82 @@ 18 18 19 19 The Jupyter notebooks in this collab will load all required Python modules including Siibra and The Virtual Brain, and the interfaces for launching the computationally demanding parts in the HPC infrastructure. 20 20 21 +(% class="box infomessage" %) 22 +((( 23 +(% class="box" %) 24 +((( 25 +Running the notebooks requires an EBRANS account with permissions to access the Lab and programmatic access to the Knowledge Graph API. In addition, to interact with the HPC infrastructure, the user needs access to an active allocation on the corresponding FENIX site. Lastly, the virtual ageing brain notebooks write data to the Bucket storage—please make a private working copy of this Collab using the notebook [[copy_showcase1_collab.ipynb>>https://lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/SGA3%20D1.2%20Showcase%201/copy_showcase1_collab.ipynb]]. If you encounter any issues running the notebooks, please contact [[The Virtual Brain Facility Hub>>mailto:jan.fousek@univ-amu.fr]]. 26 +))) 27 +))) 28 + 29 +(% class="wikigeneratedid" %) 21 21 The virtual ageing study is described in detail in following publication: 22 22 23 -M. Lavanga, J. Stumme, B. H. Yalcinkaya, J. Fousek, C. Jockwitz, H. Sheheitli, N. Bittner, M. Hashemi, S. Petkoski, S. Caspers, and V. Jirsa, [[The Virtual Aging Brain: A Model-Driven Explanation for Cognitive Decline in Older Subjects>>url:https://doi.org/10.1101/2022.02.17.480902]]. 32 +M. Lavanga, J. Stumme, B. H. Yalcinkaya, J. Fousek, C. Jockwitz, H. Sheheitli, N. Bittner, M. Hashemi, S. Petkoski, S. Caspers, and V. Jirsa, [[The Virtual Aging Brain: A Model-Driven Explanation for Cognitive Decline in Older Subjects>>https://doi.org/10.1101/2022.02.17.480902]]. 33 + 34 +== Simulation of resting-state activity == 35 + 36 +The fist notebook in the inter-individual variability workflow explores the resting-state simulation for a subject of the 1000BRAINS dataset. Functional data are simulated by means of a brain network model implemented in TVB, which is an ensemble of neural mass models linked via the weights of the structural connectivity (SC) matrix. Following topics are covered: 37 + 38 +1. The neural-mass model by Montbrió, Pazó and Roxin. 39 +1. Construction of the TVB model for a particular subject. 40 +1. Dynamics of the model, and execution of a parameter study. 41 +1. Summary of the simulation results for the whole cohort. 42 + 43 +Link to the notebook: 44 + 45 +* [[virtual_ageing/notebooks/1_BNM_for_resting_state.ipynb>>https://lab.ch.ebrains.eu/user-redirect/lab/tree/shared/SGA3%20D1.2%20Showcase%201/virtual_ageing/notebooks/1_BNM_for_resting_state.ipynb]] 46 + 47 +[[image:image-20220103100841-2.png]] 48 + 49 +== Virtual ageing trajectories == 50 + 51 +The second steps shows the investigation of virtual ageing trajectory for each subject. In this context, we are going to show: 52 + 53 +1. What we mean by virtual ageing and what is the empirical basis to investigate this approach. 54 +1. How we can virtually age a subject using whole-brain modelling. 55 +1. How the increase structure-function relationship relates to virtual ageing. 56 + 57 +Link to the notebook: 58 + 59 +* [[virtual_ageing/notebooks/2_virtual_ageing_trajectories.ipynb>>https://lab.ch.ebrains.eu/user-redirect/lab/tree/shared/SGA3%20D1.2%20Showcase%201/virtual_ageing/notebooks/2_virtual_ageing_trajectories.ipynb]] 60 + 61 +[[image:image-20220103101022-3.png]] 62 + 63 +== Inference with SBI == 64 + 65 +The last step of the inter-individual variability workflow employs Simulation Based Inference for estimation of the full posterior values of the parameters. Here, a deep neural estimator is trained to provide a relationship between the parameters of a model (black box simulator) and selected descriptive statistics of the observed data. 66 + 67 +[[image:image-20220103104332-4.png||height="418" width="418"]] 68 + 69 +Link to the notebook: 70 + 71 +* [[virtual_ageing/notebooks/3_inference_with_SBI.ipynb>>https://lab.ch.ebrains.eu/user-redirect/lab/tree/shared/SGA3%20D1.2%20Showcase%201/virtual_ageing/notebooks/3_inference_with_SBI.ipynb]] 72 + 73 +== Regional variability data == 74 + 75 +The first step of the regional variability workflow consists in loading the data from the Knowledge Graph, including the regional bias on the model. In this case we require: 76 + 77 +1. Structural connectivity matrices, 78 +1. GABA and AMPA receptor densities for each brain region, and 79 +1. empirical resting-state fMRI data for fitting and validation of the simulations. The three datasets shall be characterised in the same parcellation. 80 + 81 +Link to the notebook: 82 + 83 +* [[regional_variability/notebooks/1_load_data.ipynb>>https://lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/SGA3%20D1.2%20Showcase%201/regional_variability/notebooks/1_load_data.ipynb]] 84 + 85 +(% style="text-align:center" %) 86 +[[image:download - 2022-02-10T130815.902.png||alt="region-wise gene expression heterogeneity"]] 87 + 88 +== Fitting model parameters for models with regional bias == 89 + 90 +A series of simulations of the whole-brain network model are launched in the EBRAINS HPC facilities in order to identify the optimal model parameters leading to simulated resting-state brain activity that best resembles the empirically observed activity. In this branch of the showcase, brain regions are simulated using the Balanced Excitation-Inhibition model which allows to tune the E-I balance for every region individually, according to the empirically observed GABA and AMPA neuroreceptor densities. 91 + 92 +Link to the notebook: 93 + 94 +* [[regional_variability/notebooks/2_parameter_swep.ipynb>>https://lab.ch.ebrains.eu/hub/user-redirect/lab/tree/shared/SGA3%20D1.2%20Showcase%201/regional_variability/notebooks/2_parameter_swep.ipynb]] 95 + 96 +[[image:download - 2022-02-10T131102.033.png||alt="regional bias vs goodness of fit"]] 24 24 ))) 25 25 26 26 ... ... @@ -27,7 +27,7 @@ 27 27 (% class="col-xs-12 col-sm-4" %) 28 28 ((( 29 29 {{box title="**Contents**"}} 30 -{{toc/}} 103 +{{toc start="2"/}} 31 31 {{/box}} 32 32 33 33