-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsimulations.html
More file actions
37 lines (33 loc) · 2.32 KB
/
simulations.html
File metadata and controls
37 lines (33 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE HTML> <!-- HTML v5 -->
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div style = "width:910px; overflow:hidden; position:absolute; height:480px">
<img src = "Images/DCM.png" style="height:460px; margin-left:100px">
<!-- <iframe id = "centrali" src = https://roschkoenig.shinyapps.io/SfN17/></iframe> -->
</div>
<div id = "textbox" style = "position:absolute; top:480px; width:840px">
<table>
<tr><strong> Dynamic causal modelling shows differential affects of GABA-subunit knockouts on synaptic inhibition</strong> </tr>
<tr>
<td style = "padding-right:10px; width:420px;">
<p class = "smaller">
<strong><em>[Left]</em></strong> Networks of coupled neural masses are fitted to 1 minute worth of data recorded from 4 minutes after the light exposure (to capture steady state responses). These fitted models capture key differences between the phenotypes.
</p>
<p class = "smaller">
<strong><em>[Right and Center Bottom]</em></strong> To assess whether the main deviations of the two mutant genotypes from wildtypes between conditions can be explained with subsets of parameters, we compared combinations of models across two model families - one <em>(right)</em> where parameters only vary in restricted parts of the anatomy; and one <em>(bottom)</em> where only some aspects of local inhibition are altered by the mutations.
</p>
</td>
<td style = "padding-left:10px; width:420px;">
<p class = "smaller">
<strong><em>[Center Top]</em></strong> This graph shows the Bayesian model comparison across reduced models that best explain the effects of mutation on steady state power spectra for the two mutations separately. <br />
For <em>gabra1 -/-</em>, Bayesian model comparison indicates, that changes across all anatomical brain regions are required, but that those changes can be restricted to alterations in between-population inhibitory coupling. For <em>gabrg2 -/-</em>, on the other hand, changes in all types of inhibitory coupling parameters are required, but these can be restricted to only the brain stem nodes. <br />
These findings indicate that there are differential impairments in inhibitory neurotransmission between fish, which we will explore further in future studies.
</td>
</tr>
</table>
</div>
</body>