-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.html
116 lines (73 loc) · 3.1 KB
/
readme.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<meta name=Generator content="Microsoft Word 15 (filtered)">
<style>
<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
font-size:12.0pt;
font-family:"Calibri",sans-serif;}
.MsoChpDefault
{font-family:"Calibri",sans-serif;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
-->
</style>
</head>
<body lang=EN-US style='word-wrap:break-word'>
<div class=WordSection1>
<p class=MsoNormal>Instructions for running the figures</p>
<p class=MsoNormal> </p>
<p class=MsoNormal><u>Figure 1A2</u>: python3 ins_Fig1A2.py </p>
<p class=MsoNormal><u>Figure 1B:</u> python3 ins_Fig1B.py </p>
<p class=MsoNormal><u>Figure 3: </u>python3 ins_Fig3.py </p>
<p class=MsoNormal><u>Figure 4B:</u> python3 ins_Fig4B.py </p>
<p class=MsoNormal><u>Figure 5BC:</u> python3 ins_Fig5BC.py </p>
<p class=MsoNormal><u>Figure 6:</u> python3 ins_Fig6.py </p>
<p class=MsoNormal><u>Figure 7: </u></p>
<p class=MsoNormal>For running the simulations: python3 ins_run_sims_Fig7.py #
(# here is the number of connectivity matrix, goes from 0 to 29). You will need
to change the parameter “gsin” and “fsin” to the desired values</p>
<p class=MsoNormal>For creating the figure 7A: python3 ins_Fig7A.py </p>
<p class=MsoNormal>For creating the figure 7BC: python3 ins_Fig7BC.py </p>
<p class=MsoNormal><u>Figure 8: </u></p>
<p class=MsoNormal>For creating the figure 8A: python3 ins_Fig8A.py</p>
<p class=MsoNormal>For running the simulations for figure 8B: python3 ins_run_sims_Fig8B.py</p>
<p class=MsoNormal>For creating the figure 8B: Run in R the script plot_rose.R</p>
<p class=MsoNormal>For creating the figure 8C: python3 ins_Fig8C.py</p>
<p class=MsoNormal><u>Figure S1:</u> python3 ins_FigS1.py </p>
<p class=MsoNormal><u>Figure S2:</u> python3 ins_FigS2.py </p>
<p class=MsoNormal><u>Figure S3:</u> python3 ins_FigS3.py </p>
<p class=MsoNormal><u>Figure S4: </u></p>
<p class=MsoNormal>For running the simulations: python3 ins_run_sims_FigS4.py #
(# here is the number of connectivity matrix, goes from 0 to 29). </p>
<p class=MsoNormal>For creating the figure S4: python3 ins_FigS4.py </p>
<p class=MsoNormal><u>Figure S5: </u></p>
<p class=MsoNormal>For running the simulations: python3 ins_run_sims_FigS5.py #
(# here is the number of connectivity matrix, goes from 0 to 29). </p>
<p class=MsoNormal>For creating the figure S5: python3 ins_FigS5.py </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
<p class=MsoNormal> </p>
</div>
</body>
</html>