Skip to content

Commit 34229f8

Browse files
committed
default_parameters_file
1 parent 37ae73a commit 34229f8

15 files changed

Lines changed: 696 additions & 0 deletions

File tree

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"Profile name":"Adults Medicated",
3+
4+
"Probability of occurence":"0.75",
5+
# Sampled individuals can be REMOVED from the infectious population or become LESS INFECTIOUS or NO CHANGE to infectivity
6+
"Sampling effect":"No change",
7+
"Sampling less infectious effect Alpha":"5",
8+
"Sampling less infectious effect Beta":"10",
9+
10+
# TERMINAL AND INFECTIOUS AMOUNTS
11+
12+
"Infectious load distribution type":"Fixed",
13+
"Infectious load Binomial trials":1000,
14+
"Infectious load Binomial probability":"0.75",
15+
"Infectious load Fixed":1,
16+
17+
"Terminal load distribution type":"Fixed",
18+
"Terminal load Binomial trials":100000,
19+
"Terminal load Binomial probability":"0.75",
20+
"Terminal load Fixed":1000,
21+
22+
# Control the number of hosts being infected
23+
"Infection sequence distribution":"Fixed",
24+
"Infection sequence Binomial trials":2,
25+
"Infection sequence Binomial probability":"0.5",
26+
"Infection sequence Fixed":2,
27+
28+
"Tissue profiles":{
29+
30+
"Tissue 1":{
31+
"Cell limit":"YES",
32+
"Cell limit Binomial trials":100000,
33+
"Cell limit Binomial probability":"0.50",
34+
35+
"Viral distribution type":"Binomial",
36+
"Viral distribution Binomial trials":10,
37+
"Viral distribution Binomial probability":"0.5",
38+
"Viral distribution Gamma shape":"3",
39+
"Viral distribution Gamma scale":"3.33",
40+
41+
"Replication phases":{
42+
43+
"Number of phases":1,
44+
45+
"Phase 1 Mode":"Neutral",
46+
"Phase 1 Time ratio":"1",
47+
"Phase 1 Variance":"100",
48+
"Phase 1 Alpha":"100",
49+
"Phase 1 Beta":"100",
50+
},
51+
},
52+
53+
"Tissue 2":{
54+
"Cell limit":"No",
55+
"Cell limit Binomial trials":100000,
56+
"Cell limit Binomial probability":"0.10",
57+
58+
"Viral distribution type":"Binomial",
59+
"Viral distribution Binomial trials":10,
60+
"Viral distribution Binomial probability":"0.5",
61+
62+
"Replication phases":{
63+
64+
"Number of phases":1,
65+
66+
"Phase 1 Mode":"Depriciation",
67+
"Phase 1 Time ratio":"1",
68+
"Phase 1 Alpha":"100",
69+
"Phase 1 Beta":"100",
70+
},
71+
},
72+
73+
"Tissue 3":{
74+
"Cell limit":"Yes",
75+
"Cell limit Binomial trials":100000,
76+
"Cell limit Binomial probability":"0.10",
77+
78+
"Viral distribution type":"Binomial",
79+
"Viral distribution Binomial trials":10,
80+
"Viral distribution Binomial probability":"0.5",
81+
82+
"Replication phases":{
83+
84+
"Number of phases":1,
85+
86+
"Phase 1 Mode":"Stationary",
87+
"Phase 1 Time ratio":"1",
88+
"Phase 1 Variance":"100",
89+
},
90+
},
91+
92+
},
93+
94+
}
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"Profile name":"Children",
3+
4+
"Probability of occurence":"0.15",
5+
# Sampled individuals can be REMOVED from the infectious population or become LESS INFECTIOUS or NO CHANGE to infectivity
6+
"Sampling effect":"No change",
7+
"Sampling less infectious effect Alpha":"5",
8+
"Sampling less infectious effect Beta":"10",
9+
10+
# TERMINAL AND INFECTIOUS AMOUNTS
11+
12+
"Infectious load distribution type":"Fixed",
13+
"Infectious load Binomial trials":100,
14+
"Infectious load Binomial probability":"0.75",
15+
"Infectious load Fixed":1,
16+
17+
"Terminal load distribution type":"Fixed",
18+
"Terminal load Binomial trials":100000,
19+
"Terminal load Binomial probability":"0.75",
20+
"Terminal load Fixed":1000,
21+
22+
# Control the number of hosts that will be infected
23+
"Infection sequence distribution":"Fixed",
24+
"Infection sequence Binomial trials":2,
25+
"Infection sequence Binomial probability":"0.5",
26+
"Infection sequence Fixed":2,
27+
28+
"Tissue profiles":{
29+
30+
"Tissue 1":{
31+
"Cell limit":"YES",
32+
"Cell limit Binomial trials":100000,
33+
"Cell limit Binomial probability":"0.50",
34+
35+
"Viral distribution type":"Gamma",
36+
"Viral distribution Binomial trials":10,
37+
"Viral distribution Binomial probability":"0.5",
38+
"Viral distribution Gamma shape":"3",
39+
"Viral distribution Gamma scale":"3.33",
40+
41+
"Replication phases":{
42+
43+
"Number of phases":1,
44+
45+
"Phase 1 Mode":"Neutral",
46+
"Phase 1 Time ratio":"1",
47+
"Phase 1 Variance":"100",
48+
"Phase 1 Alpha":"100",
49+
"Phase 1 Beta":"100",
50+
},
51+
},
52+
53+
"Tissue 2":{
54+
"Cell limit":"No",
55+
"Cell limit Binomial trials":100000,
56+
"Cell limit Binomial probability":"0.10",
57+
58+
"Viral distribution type":"Binomial",
59+
"Viral distribution Binomial trials":10,
60+
"Viral distribution Binomial probability":"0.5",
61+
"Viral distribution Gamma shape":"3",
62+
"Viral distribution Gamma scale":"3.33",
63+
64+
"Replication phases":{
65+
66+
"Number of phases":1,
67+
68+
"Phase 1 Mode":"Stationary",
69+
"Phase 1 Time ratio":"1",
70+
"Phase 1 Variance":"100",
71+
},
72+
},
73+
74+
"Tissue 3":{
75+
"Cell limit":"NO",
76+
"Cell limit Binomial trials":100000,
77+
"Cell limit Binomial probability":"0.10",
78+
79+
"Viral distribution type":"Binomial",
80+
"Viral distribution Binomial trials":10,
81+
"Viral distribution Binomial probability":"0.5",
82+
"Viral distribution Gamma shape":"3",
83+
"Viral distribution Gamma scale":"3.33",
84+
85+
"Replication phases":{
86+
87+
"Number of phases":3,
88+
89+
"Phase 1 Mode":"Neutral",
90+
"Phase 1 Time ratio":"0.2",
91+
92+
"Phase 2 Mode":"Stationary",
93+
"Phase 2 Time ratio":"0.5",
94+
"Phase 2 Variance":"100",
95+
96+
"Phase 3 Mode":"Depriciation",
97+
"Phase 3 Time ratio":"0.3",
98+
"Phase 3 Alpha":"100",
99+
"Phase 3 Beta":"100",
100+
},
101+
},
102+
103+
},
104+
105+
}
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
{
2+
"Profile name":"Adults Normal",
3+
4+
"Probability of occurence":"0.10",
5+
# Sampled individuals can be REMOVED from the infectious population or become LESS INFECTIOUS or NO CHANGE to infectivity
6+
"Sampling effect":"Less infectious",
7+
"Sampling less infectious effect Alpha":"5",
8+
"Sampling less infectious effect Beta":"10",
9+
10+
# TERMINAL AND INFECTIOUS AMOUNTS
11+
12+
"Infectious load distribution type":"Fixed",
13+
"Infectious load Binomial trials":100,
14+
"Infectious load Binomial probability":"0.75",
15+
"Infectious load Fixed":1,
16+
17+
"Terminal load distribution type":"Fixed",
18+
"Terminal load Binomial trials":100000,
19+
"Terminal load Binomial probability":"0.75",
20+
"Terminal load Fixed":100,
21+
22+
# Control the viral transmission infection from one host to another
23+
"Infection sequence distribution":"Fixed",
24+
"Infection sequence Binomial trials":2,
25+
"Infection sequence Binomial probability":"0.5",
26+
"Infection sequence Fixed":2,
27+
28+
"Tissue profiles":{
29+
30+
"Tissue 1":{
31+
"Cell limit":"NO",
32+
"Cell limit Binomial trials":100000,
33+
"Cell limit Binomial probability":"0.50",
34+
35+
"Viral distribution type":"Binomial",
36+
"Viral distribution Binomial trials":10,
37+
"Viral distribution Binomial probability":"0.5",
38+
"Viral distribution Gamma shape":"3",
39+
"Viral distribution Gamma scale":"3.33",
40+
41+
"Replication phases":{
42+
43+
"Number of phases":1,
44+
45+
"Phase 1 Mode":"Neutral",
46+
"Phase 1 Time ratio":"1",
47+
"Phase 1 Variance":"100",
48+
"Phase 1 Alpha":"100",
49+
"Phase 1 Beta":"100",
50+
},
51+
},
52+
53+
"Tissue 2":{
54+
"Cell limit":"Yes",
55+
"Cell limit Binomial trials":100000,
56+
"Cell limit Binomial probability":"0.10",
57+
58+
"Viral distribution type":"Binomial",
59+
"Viral distribution Binomial trials":10,
60+
"Viral distribution Binomial probability":"0.5",
61+
"Viral distribution Gamma shape":"3",
62+
"Viral distribution Gamma scale":"3.33",
63+
64+
"Replication phases":{
65+
66+
"Number of phases":1,
67+
68+
"Phase 1 Mode":"Stationary",
69+
"Phase 1 Time ratio":"1",
70+
"Phase 1 Variance":"100",
71+
},
72+
},
73+
74+
"Tissue 3":{
75+
"Cell limit":"NO",
76+
"Cell limit Binomial trials":100000,
77+
"Cell limit Binomial probability":"0.10",
78+
79+
"Viral distribution type":"Binomial",
80+
"Viral distribution Binomial trials":10,
81+
"Viral distribution Binomial probability":"0.5",
82+
"Viral distribution Gamma shape":"3",
83+
"Viral distribution Gamma scale":"3.33",
84+
85+
"Replication phases":{
86+
87+
"Number of phases":3,
88+
89+
"Phase 1 Mode":"Neutral",
90+
"Phase 1 Time ratio":"0.2",
91+
92+
"Phase 2 Mode":"Stationary",
93+
"Phase 2 Time ratio":"0.5",
94+
"Phase 2 Variance":"100",
95+
96+
"Phase 3 Mode":"Depriciation",
97+
"Phase 3 Time ratio":"0.3",
98+
"Phase 3 Alpha":"100",
99+
"Phase 3 Beta":"100",
100+
},
101+
},
102+
103+
},
104+
105+
}
Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
{
2+
# In days the time taken for viral replication, from cell entry to progeny generation
3+
"Shape replication time":"20.0",
4+
"Scale replication time":"0.020",
5+
6+
# In days the time the virus will spend in the host, if unaffected
7+
"Shape days in host":"20.0",
8+
"Scale days in host":"0.27",
9+
10+
"Sampling present":"Yes",
11+
12+
# If Resampling is YES, then the same node can be sampled multiple times as long as it is not removed.
13+
"Resampling of nodes":"Yes",
14+
15+
"Sampling rate Binomial trials":2,
16+
"Sampling rate Binomial probability":"0.75",
17+
18+
"Distribution per node sequences sampled":"FIXED",
19+
"Per node sampling rate Binomial trials":2,
20+
"Per node sampling rate Binomial probability":"0.5",
21+
"Per node sampling rate Fixed":1,
22+
23+
# Control if the simulation ends via the max sampled sequences or not
24+
"Limit samples obtained":"Yes",
25+
"Max samples to obtain":20,
26+
27+
"Limit infected hosts":"No",
28+
"Host limit":2,
29+
30+
# Number of progeny that will be generated by a reference virulant particle
31+
# Negative Binomial, Gamma, Poisson
32+
"Progeny distribution type":"Negative Binomial",
33+
34+
"Progeny Negative Binomial sucesses":10,
35+
"Progeny Negative Binomial probability":"0.55",
36+
37+
"Progeny Poisson mean":"10",
38+
39+
"Progeny Gamma shape":"10",
40+
"Progeny Gamma scale":"0.5",
41+
42+
# Infected individuals can remain suceptible to infection if set to YES, else they will be removed if their viral load goes to zero
43+
"Infected to Recovered":"No",
44+
45+
"Number of node profiles":3,
46+
"Location of node profiles":"parameters_Example/individual_Profiles/all_Profiles",
47+
48+
"Tissue profiles":{
49+
50+
"Number of tissues":3,
51+
52+
"Tissue 1 Name":"Blood",
53+
"Tissue 2 Name":"Lung",
54+
"Tissue 3 Name":"Gut",
55+
56+
"Viral entry tissues":"1,2",
57+
"Infectious load tissues":"1",
58+
"Terminal load tissues":"1,2,3",
59+
"Viral exit tissues":"1",
60+
"Sampling tissues":"1,2,3",
61+
62+
"Viral tissue migration":"Yes",
63+
64+
"Viral migration":{
65+
66+
"1_2":{
67+
"Start generation":2,
68+
"Viral migration Binomial trials":100,
69+
"Viral migration Binomial probability":"0.10",
70+
},
71+
72+
"2_1":{
73+
"Start generation":10,
74+
"Viral migration Binomial trials":100,
75+
"Viral migration Binomial probability":"0.10",
76+
},
77+
78+
"2_3":{
79+
"Start generation":10,
80+
"Viral migration Binomial trials":50,
81+
"Viral migration Binomial probability":"0.01",
82+
},
83+
84+
"3_1":{
85+
"Start generation":2,
86+
"Viral migration Binomial trials":10,
87+
"Viral migration Binomial probability":"0.9",
88+
},
89+
90+
},
91+
}
92+
}

0 commit comments

Comments
 (0)