bella-companion 0.0.38__py3-none-any.whl → 0.0.42__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bella-companion might be problematic. Click here for more details.
- bella_companion/eucovid/beast_configs/GLM.xml +170 -0
- bella_companion/eucovid/beast_configs/MLP.xml +170 -0
- bella_companion/eucovid/beast_configs/Nonparametric.xml +399 -0
- bella_companion/eucovid/data/case_data.tsv +346 -0
- bella_companion/eucovid/data/change_dates.tsv +8 -0
- bella_companion/eucovid/data/msa.fasta +79500 -0
- bella_companion/eucovid/data/osi.tsv +376 -0
- bella_companion/eucovid/data/predictors/all/closedborders_7e_nt.tsv +35 -0
- bella_companion/eucovid/data/predictors/all/dist_7e_ls.tsv +35 -0
- bella_companion/eucovid/data/predictors/all/flight_7e_ls.tsv +35 -0
- bella_companion/eucovid/data/predictors/all/flight_pop_x_7e_ls.tsv +35 -0
- bella_companion/eucovid/data/predictors/all/osi_x_7e_ls.tsv +35 -0
- bella_companion/eucovid/data/predictors/all/osi_y_7e_ls.tsv +35 -0
- bella_companion/eucovid/data/predictors/all/pop_x_7e_ls.tsv +35 -0
- bella_companion/eucovid/data/predictors/all/pop_y_7e_ls.tsv +35 -0
- bella_companion/eucovid/data/predictors/all/sharedborders_7e_nt.tsv +35 -0
- bella_companion/eucovid/data/predictors/changetimes_all_7e.tsv +6 -0
- bella_companion/eucovid/data/predictors/changetimes_flights_4e.tsv +3 -0
- bella_companion/eucovid/data/predictors/flight_pop_x_4e_ls.tsv +20 -0
- bella_companion/platyrrhine/beast_config.xml +117 -0
- bella_companion/platyrrhine/data/change_times.csv +12 -0
- bella_companion/platyrrhine/data/traits.csv +122 -0
- bella_companion/platyrrhine/data/trees.nwk +100 -0
- bella_companion/simulations/beast_configs/epi-multitype/GLM.xml +81 -0
- bella_companion/simulations/beast_configs/epi-multitype/MLP.xml +81 -0
- bella_companion/simulations/beast_configs/epi-multitype/Nonparametric.xml +65 -0
- bella_companion/simulations/beast_configs/epi-skyline/GLM.xml +71 -0
- bella_companion/simulations/beast_configs/epi-skyline/MLP.xml +73 -0
- bella_companion/simulations/beast_configs/epi-skyline/Nonparametric.xml +57 -0
- bella_companion/simulations/beast_configs/fbd-2traits/GLM.xml +101 -0
- bella_companion/simulations/beast_configs/fbd-2traits/MLP.xml +98 -0
- bella_companion/simulations/beast_configs/fbd-2traits/Nonparametric.xml +70 -0
- bella_companion/simulations/beast_configs/fbd-no-traits/GLM.xml +88 -0
- bella_companion/simulations/beast_configs/fbd-no-traits/MLP.xml +86 -0
- bella_companion/simulations/beast_configs/fbd-no-traits/Nonparametric.xml +62 -0
- {bella_companion-0.0.38.dist-info → bella_companion-0.0.42.dist-info}/METADATA +1 -1
- bella_companion-0.0.42.dist-info/RECORD +76 -0
- bella_companion-0.0.38.dist-info/RECORD +0 -41
- {bella_companion-0.0.38.dist-info → bella_companion-0.0.42.dist-info}/WHEEL +0 -0
- {bella_companion-0.0.38.dist-info → bella_companion-0.0.42.dist-info}/entry_points.txt +0 -0
- {bella_companion-0.0.38.dist-info → bella_companion-0.0.42.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<beast
|
|
3
|
+
namespace="
|
|
4
|
+
:beast.base.evolution.operator.kernel
|
|
5
|
+
:beast.base.inference.parameter
|
|
6
|
+
:beast.base.inference.operator.kernel
|
|
7
|
+
:beast.base.inference
|
|
8
|
+
:beast.base.inference.distribution
|
|
9
|
+
:bdmmprime.distribution
|
|
10
|
+
:bdmmprime.parameterization
|
|
11
|
+
:feast.fileio
|
|
12
|
+
:feast.function
|
|
13
|
+
:feast.expressions"
|
|
14
|
+
version="2.5"
|
|
15
|
+
>
|
|
16
|
+
<map name="Uniform">beast.base.inference.distribution.Uniform</map>
|
|
17
|
+
|
|
18
|
+
<map name="TreeFromNewickFile">feast.fileio.TreeFromNewickFile</map>
|
|
19
|
+
<map name="TaxonSetFromTree">feast.fileio.TaxonSetFromTree</map>
|
|
20
|
+
<map name="TraitSetFromTaxonSet">feast.fileio.TraitSetFromTaxonSet</map>
|
|
21
|
+
<map name="TypeSet">bdmmprime.parameterization.TypeSet</map>
|
|
22
|
+
|
|
23
|
+
<TreeFromNewickFile id="tree" fileName="$(treeFile)" IsLabelledNewick="true" adjustTipHeights='false'/>
|
|
24
|
+
<TaxonSetFromTree id="taxonSet" tree="@tree"/>
|
|
25
|
+
<TraitSetFromTaxonSet id="typeTraitSet" traitname="type" delimiter="|" takeGroup="1" taxa="@taxonSet"/>
|
|
26
|
+
<TypeSet id="typeSet" value="$(types)" typeTraitSet="@typeTraitSet"/>
|
|
27
|
+
|
|
28
|
+
<Uniform id="birthRatePrior" upper="$(birthRateUpper)"/>
|
|
29
|
+
<Uniform id="deathRatePrior" upper="$(deathRateUpper)"/>
|
|
30
|
+
|
|
31
|
+
<run spec="MCMC" chainLength="10000000">
|
|
32
|
+
<state id="state">
|
|
33
|
+
<stateNode spec="RealParameter" id="birthRate" value="$(birthRateInit)"/>
|
|
34
|
+
<stateNode spec="RealParameter" id="deathRate" value="$(deathRateInit)"/>
|
|
35
|
+
</state>
|
|
36
|
+
|
|
37
|
+
<distribution id="posterior" spec="CompoundDistribution">
|
|
38
|
+
<distribution id="likelihood" spec="CompoundDistribution">
|
|
39
|
+
<distribution spec="BirthDeathMigrationDistribution" tree="@tree" typeTraitSet="@typeTraitSet">
|
|
40
|
+
<parameterization spec="CanonicalParameterization" processLength="$(processLength)" typeSet="@typeSet">
|
|
41
|
+
<birthRate id="birthRateSP" spec="SkylineVectorParameter" skylineValues="@birthRate" changeTimes="$(changeTimes)" typeSet="@typeSet"/>
|
|
42
|
+
<deathRate id="deathRateSP" spec="SkylineVectorParameter" skylineValues="@deathRate" changeTimes="$(changeTimes)" typeSet="@typeSet"/>
|
|
43
|
+
<migrationRate spec="SkylineMatrixParameter" skylineValues="$(migrationRate)" typeSet="@typeSet"/>
|
|
44
|
+
<samplingRate spec="SkylineVectorParameter" skylineValues="$(samplingRate)" typeSet="@typeSet"/>
|
|
45
|
+
<removalProb spec="SkylineVectorParameter" skylineValues="0.0" typeSet="@typeSet"/>
|
|
46
|
+
<rhoSampling spec="TimedParameter" values="1" times="$(processLength)" typeSet="@typeSet"/>
|
|
47
|
+
</parameterization>
|
|
48
|
+
<startTypePriorProbs spec="RealParameter" value="$(startTypePriorProbs)"/>
|
|
49
|
+
</distribution>
|
|
50
|
+
</distribution>
|
|
51
|
+
|
|
52
|
+
<distribution id="prior" spec="CompoundDistribution">
|
|
53
|
+
<distribution spec="Prior" x="@deathRate" distr="@deathRatePrior"/>
|
|
54
|
+
<distribution spec="Prior" x="@birthRate" distr="@birthRatePrior"/>
|
|
55
|
+
</distribution>
|
|
56
|
+
</distribution>
|
|
57
|
+
|
|
58
|
+
<operator spec="BactrianScaleOperator" parameter="@birthRate" weight="30.0"/>
|
|
59
|
+
<operator spec="BactrianScaleOperator" parameter="@deathRate" weight="30.0"/>
|
|
60
|
+
|
|
61
|
+
<logger spec="Logger" fileName="$(treeID).log" logEvery="1000" model="@posterior">
|
|
62
|
+
<log idref="posterior"/>
|
|
63
|
+
<log idref="prior"/>
|
|
64
|
+
<log idref="likelihood"/>
|
|
65
|
+
<log idref="birthRateSP"/>
|
|
66
|
+
<log idref="deathRateSP"/>
|
|
67
|
+
</logger>
|
|
68
|
+
</run>
|
|
69
|
+
|
|
70
|
+
</beast>
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<beast
|
|
3
|
+
namespace="
|
|
4
|
+
:beast.base.evolution.operator.kernel
|
|
5
|
+
:beast.base.inference.parameter
|
|
6
|
+
:beast.base.inference.operator.kernel
|
|
7
|
+
:beast.base.inference
|
|
8
|
+
:beast.base.inference.distribution
|
|
9
|
+
:bdmmprime.distribution
|
|
10
|
+
:bdmmprime.parameterization
|
|
11
|
+
:feast.fileio
|
|
12
|
+
:feast.function
|
|
13
|
+
:feast.expressions"
|
|
14
|
+
version="2.5"
|
|
15
|
+
>
|
|
16
|
+
<map name="Normal">beast.base.inference.distribution.Normal</map>
|
|
17
|
+
<map name="Uniform">beast.base.inference.distribution.Uniform</map>
|
|
18
|
+
|
|
19
|
+
<map name="TreeFromNewickFile">feast.fileio.TreeFromNewickFile</map>
|
|
20
|
+
|
|
21
|
+
<TreeFromNewickFile id="tree" fileName="$(treeFile)" IsLabelledNewick="true" adjustTipHeights='false'/>
|
|
22
|
+
|
|
23
|
+
<Normal id="weightsPrior" mean="0" sigma="1"/>
|
|
24
|
+
<Uniform id="birthRatePrior" upper="$(birthRateUpper)"/>
|
|
25
|
+
<Uniform id="deathRatePrior" upper="$(deathRateUpper)"/>
|
|
26
|
+
|
|
27
|
+
<run spec="MCMC" chainLength="10000000">
|
|
28
|
+
<state id="state">
|
|
29
|
+
<stateNode spec="RealParameter" id="birthRateScaler" value="1"/>
|
|
30
|
+
<stateNode spec="RealParameter" id="deathRateScaler" value="1"/>
|
|
31
|
+
<stateNode spec="RealParameter" id="birthRateW" value="0"/>
|
|
32
|
+
<stateNode spec="RealParameter" id="deathRateW" value="0"/>
|
|
33
|
+
</state>
|
|
34
|
+
|
|
35
|
+
<distribution id="posterior" spec="CompoundDistribution">
|
|
36
|
+
<distribution id="likelihood" spec="CompoundDistribution">
|
|
37
|
+
<distribution spec="BirthDeathMigrationDistribution" tree="@tree">
|
|
38
|
+
<parameterization spec="CanonicalParameterization" processLength="$(processLength)">
|
|
39
|
+
<birthRate id="birthRateSP" spec="SkylineVectorParameter" changeTimes="$(changeTimes)">
|
|
40
|
+
<skylineValues id="birthRate" spec="glmprior.util.GLMLogLinear" coefficients="@birthRateW" scaleFactor="@birthRateScaler" transform="false">
|
|
41
|
+
<predictor spec="RealParameter" value="$(timePredictor)"/>
|
|
42
|
+
<predictor spec="RealParameter" value="$(randomPredictor)"/>
|
|
43
|
+
<indicators spec="BooleanParameter" value="1"/>
|
|
44
|
+
</skylineValues>
|
|
45
|
+
</birthRate>
|
|
46
|
+
<deathRate id="deathRateSP" spec="SkylineVectorParameter" changeTimes="$(changeTimes)">
|
|
47
|
+
<skylineValues id="deathRate" spec="glmprior.util.GLMLogLinear" coefficients="@deathRateW" scaleFactor="@deathRateScaler" transform="false">
|
|
48
|
+
<predictor spec="RealParameter" value="$(timePredictor)"/>
|
|
49
|
+
<predictor spec="RealParameter" value="$(randomPredictor)"/>
|
|
50
|
+
<indicators spec="BooleanParameter" value="1"/>
|
|
51
|
+
</skylineValues>
|
|
52
|
+
</deathRate>
|
|
53
|
+
<samplingRate spec="SkylineVectorParameter" skylineValues="$(samplingRate)"/>
|
|
54
|
+
<removalProb spec="SkylineVectorParameter" skylineValues="0.0"/>
|
|
55
|
+
<rhoSampling spec="TimedParameter" values="1" times="$(processLength)"/>
|
|
56
|
+
</parameterization>
|
|
57
|
+
</distribution>
|
|
58
|
+
</distribution>
|
|
59
|
+
|
|
60
|
+
<distribution id="prior" spec="CompoundDistribution">
|
|
61
|
+
<distribution spec="Prior" x="@birthRateScaler" distr="@weightsPrior"/>
|
|
62
|
+
<distribution spec="Prior" x="@deathRateScaler" distr="@weightsPrior"/>
|
|
63
|
+
<distribution spec="Prior" x="@birthRateW" distr="@weightsPrior"/>
|
|
64
|
+
<distribution spec="Prior" x="@deathRateW" distr="@weightsPrior"/>
|
|
65
|
+
<distribution spec="Prior" x="@birthRate" distr="@birthRatePrior"/>
|
|
66
|
+
<distribution spec="Prior" x="@deathRate" distr="@deathRatePrior"/>
|
|
67
|
+
</distribution>
|
|
68
|
+
</distribution>
|
|
69
|
+
|
|
70
|
+
<operator spec="BactrianScaleOperator" parameter="@birthRateScaler" weight="30.0"/>
|
|
71
|
+
<operator spec="BactrianScaleOperator" parameter="@deathRateScaler" weight="30.0"/>
|
|
72
|
+
<operator spec="BactrianRandomWalkOperator" parameter="@birthRateW" weight="30.0"/>
|
|
73
|
+
<operator spec="BactrianRandomWalkOperator" parameter="@deathRateW" weight="30.0"/>
|
|
74
|
+
|
|
75
|
+
<logger spec="Logger" fileName="$(treeID).log" logEvery="1000" model="@posterior">
|
|
76
|
+
<log idref="posterior"/>
|
|
77
|
+
<log idref="prior"/>
|
|
78
|
+
<log idref="likelihood"/>
|
|
79
|
+
<log idref="birthRateSP"/>
|
|
80
|
+
<log idref="deathRateSP"/>
|
|
81
|
+
<log idref="birthRateW"/>
|
|
82
|
+
<log idref="deathRateW"/>
|
|
83
|
+
<log idref="birthRateScaler"/>
|
|
84
|
+
<log idref="deathRateScaler"/>
|
|
85
|
+
</logger>
|
|
86
|
+
</run>
|
|
87
|
+
|
|
88
|
+
</beast>
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<beast
|
|
3
|
+
namespace="
|
|
4
|
+
:beast.base.inference.parameter
|
|
5
|
+
:beast.base.inference.operator.kernel
|
|
6
|
+
:beast.base.inference
|
|
7
|
+
:beast.base.inference.distribution
|
|
8
|
+
:bdmmprime.distribution
|
|
9
|
+
:bdmmprime.parameterization
|
|
10
|
+
:feast.fileio
|
|
11
|
+
:feast.function
|
|
12
|
+
:feast.expressions"
|
|
13
|
+
version="2.5"
|
|
14
|
+
>
|
|
15
|
+
<map name="Normal">beast.base.inference.distribution.Normal</map>
|
|
16
|
+
|
|
17
|
+
<map name="TreeFromNewickFile">feast.fileio.TreeFromNewickFile</map>
|
|
18
|
+
|
|
19
|
+
<TreeFromNewickFile id="tree" fileName="$(treeFile)" IsLabelledNewick="true" adjustTipHeights='false'/>
|
|
20
|
+
|
|
21
|
+
<Normal id="weightsPrior" mean="0" sigma="1"/>
|
|
22
|
+
|
|
23
|
+
<run spec="MCMC" chainLength="10000000">
|
|
24
|
+
<state id="state">
|
|
25
|
+
<plate var="n" range="$(layersRange)">
|
|
26
|
+
<stateNode spec="RealParameter" id="birthRateW$(n)" value="0"/>
|
|
27
|
+
<stateNode spec="RealParameter" id="deathRateW$(n)" value="0"/>
|
|
28
|
+
</plate>
|
|
29
|
+
</state>
|
|
30
|
+
|
|
31
|
+
<distribution id="posterior" spec="CompoundDistribution">
|
|
32
|
+
<distribution id="likelihood" spec="CompoundDistribution">
|
|
33
|
+
<distribution spec="BirthDeathMigrationDistribution" tree="@tree">
|
|
34
|
+
<parameterization spec="CanonicalParameterization" processLength="$(processLength)">
|
|
35
|
+
<birthRate id="birthRateSP" spec="SkylineVectorParameter" changeTimes="$(changeTimes)">
|
|
36
|
+
<skylineValues id="birthRate" spec="bella.BayesMLP" nodes="$(nodes)">
|
|
37
|
+
<predictor spec="RealParameter" value="$(timePredictor)"/>
|
|
38
|
+
<predictor spec="RealParameter" value="$(randomPredictor)"/>
|
|
39
|
+
<plate var="n" range="$(layersRange)">
|
|
40
|
+
<weights idref="birthRateW$(n)"/>
|
|
41
|
+
</plate>
|
|
42
|
+
<activationFunctionsOutput spec="bella.Sigmoid" upper="$(birthRateUpper)"/>
|
|
43
|
+
</skylineValues>
|
|
44
|
+
</birthRate>
|
|
45
|
+
<deathRate id="deathRateSP" spec="SkylineVectorParameter" changeTimes="$(changeTimes)">
|
|
46
|
+
<skylineValues id="deathRate" spec="bella.BayesMLP" nodes="$(nodes)">
|
|
47
|
+
<predictor spec="RealParameter" value="$(timePredictor)"/>
|
|
48
|
+
<predictor spec="RealParameter" value="$(randomPredictor)"/>
|
|
49
|
+
<plate var="n" range="$(layersRange)">
|
|
50
|
+
<weights idref="deathRateW$(n)"/>
|
|
51
|
+
</plate>
|
|
52
|
+
<activationFunctionsOutput spec="bella.Sigmoid" upper="$(deathRateUpper)"/>
|
|
53
|
+
</skylineValues>
|
|
54
|
+
</deathRate>
|
|
55
|
+
<samplingRate spec="SkylineVectorParameter" skylineValues="$(samplingRate)"/>
|
|
56
|
+
<removalProb spec="SkylineVectorParameter" skylineValues="0.0"/>
|
|
57
|
+
<rhoSampling spec="TimedParameter" values="1" times="$(processLength)"/>
|
|
58
|
+
</parameterization>
|
|
59
|
+
</distribution>
|
|
60
|
+
</distribution>
|
|
61
|
+
|
|
62
|
+
<distribution id="prior" spec="CompoundDistribution">
|
|
63
|
+
<plate var="n" range="$(layersRange)">
|
|
64
|
+
<distribution spec="Prior" x="@birthRateW$(n)" distr="@weightsPrior"/>
|
|
65
|
+
<distribution spec="Prior" x="@deathRateW$(n)" distr="@weightsPrior"/>
|
|
66
|
+
</plate>
|
|
67
|
+
</distribution>
|
|
68
|
+
</distribution>
|
|
69
|
+
|
|
70
|
+
<plate var="n" range="$(layersRange)">
|
|
71
|
+
<operator spec="BactrianRandomWalkOperator" parameter="@birthRateW$(n)" weight="30.0"/>
|
|
72
|
+
<operator spec="BactrianRandomWalkOperator" parameter="@deathRateW$(n)" weight="30.0"/>
|
|
73
|
+
</plate>
|
|
74
|
+
|
|
75
|
+
<logger spec="Logger" fileName="$(treeID).log" logEvery="1000" model="@posterior">
|
|
76
|
+
<log idref="posterior"/>
|
|
77
|
+
<log idref="prior"/>
|
|
78
|
+
<log idref="likelihood"/>
|
|
79
|
+
<log idref="birthRateSP"/>
|
|
80
|
+
<log idref="deathRateSP"/>
|
|
81
|
+
<log idref="birthRate"/>
|
|
82
|
+
<log idref="deathRate"/>
|
|
83
|
+
</logger>
|
|
84
|
+
</run>
|
|
85
|
+
|
|
86
|
+
</beast>
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<beast
|
|
3
|
+
namespace="
|
|
4
|
+
:beast.base.evolution.operator.kernel
|
|
5
|
+
:beast.base.inference.parameter
|
|
6
|
+
:beast.base.inference.operator.kernel
|
|
7
|
+
:beast.base.inference
|
|
8
|
+
:beast.base.inference.distribution
|
|
9
|
+
:bdmmprime.distribution
|
|
10
|
+
:bdmmprime.parameterization
|
|
11
|
+
:feast.fileio
|
|
12
|
+
:feast.function
|
|
13
|
+
:feast.expressions"
|
|
14
|
+
version="2.5"
|
|
15
|
+
>
|
|
16
|
+
<map name="Uniform">beast.base.inference.distribution.Uniform</map>
|
|
17
|
+
|
|
18
|
+
<map name="TreeFromNewickFile">feast.fileio.TreeFromNewickFile</map>
|
|
19
|
+
|
|
20
|
+
<TreeFromNewickFile id="tree" fileName="$(treeFile)" IsLabelledNewick="true" adjustTipHeights='false'/>
|
|
21
|
+
|
|
22
|
+
<Uniform id="birthRatePrior" upper="$(birthRateUpper)"/>
|
|
23
|
+
<Uniform id="deathRatePrior" upper="$(deathRateUpper)"/>
|
|
24
|
+
|
|
25
|
+
<run spec="MCMC" chainLength="10000000">
|
|
26
|
+
<state id="state">
|
|
27
|
+
<stateNode spec="RealParameter" id="birthRate" value="$(birthRateInit)"/>
|
|
28
|
+
<stateNode spec="RealParameter" id="deathRate" value="$(deathRateInit)"/>
|
|
29
|
+
</state>
|
|
30
|
+
|
|
31
|
+
<distribution id="posterior" spec="CompoundDistribution">
|
|
32
|
+
<distribution id="likelihood" spec="CompoundDistribution">
|
|
33
|
+
<distribution spec="BirthDeathMigrationDistribution" tree="@tree">
|
|
34
|
+
<parameterization spec="CanonicalParameterization" processLength="$(processLength)">
|
|
35
|
+
<birthRate id="birthRateSP" spec="SkylineVectorParameter" skylineValues="@birthRate" changeTimes="$(changeTimes)"/>
|
|
36
|
+
<deathRate id="deathRateSP" spec="SkylineVectorParameter" skylineValues="@deathRate" changeTimes="$(changeTimes)"/>
|
|
37
|
+
<samplingRate spec="SkylineVectorParameter" skylineValues="$(samplingRate)"/>
|
|
38
|
+
<removalProb spec="SkylineVectorParameter" skylineValues="0.0"/>
|
|
39
|
+
<rhoSampling spec="TimedParameter" values="1" times="$(processLength)"/>
|
|
40
|
+
</parameterization>
|
|
41
|
+
</distribution>
|
|
42
|
+
</distribution>
|
|
43
|
+
|
|
44
|
+
<distribution id="prior" spec="CompoundDistribution">
|
|
45
|
+
<distribution spec="Prior" x="@birthRate" distr="@birthRatePrior"/>
|
|
46
|
+
<distribution spec="Prior" x="@deathRate" distr="@deathRatePrior"/>
|
|
47
|
+
</distribution>
|
|
48
|
+
</distribution>
|
|
49
|
+
|
|
50
|
+
<operator spec="BactrianScaleOperator" parameter="@birthRate" weight="30.0"/>
|
|
51
|
+
<operator spec="BactrianScaleOperator" parameter="@deathRate" weight="30.0"/>
|
|
52
|
+
|
|
53
|
+
<logger spec="Logger" fileName="$(treeID).log" logEvery="1000" model="@posterior">
|
|
54
|
+
<log idref="posterior"/>
|
|
55
|
+
<log idref="prior"/>
|
|
56
|
+
<log idref="likelihood"/>
|
|
57
|
+
<log idref="birthRateSP"/>
|
|
58
|
+
<log idref="deathRateSP"/>
|
|
59
|
+
</logger>
|
|
60
|
+
</run>
|
|
61
|
+
|
|
62
|
+
</beast>
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
bella_companion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
bella_companion/cli.py,sha256=0SwDxkDPqvsp36kGnrBMLPIhAQM8PIpNXrztZayqmDc,2409
|
|
3
|
+
bella_companion/eucovid/__init__.py,sha256=09Ld_G7fZvCDCgEWsmaOyLVQ8pFc9QHAGnXKJ9Zm2AM,81
|
|
4
|
+
bella_companion/eucovid/run_beast.py,sha256=etaD_4SVdy_Pmz5s4jvDLzp2K_QV8leEY8Pe3xySBsk,3443
|
|
5
|
+
bella_companion/eucovid/beast_configs/GLM.xml,sha256=b5rAeKVEam3u2AGSJsm7EHB6LcC0l9bp1SyZT2QyjpI,10892
|
|
6
|
+
bella_companion/eucovid/beast_configs/MLP.xml,sha256=M0_B6t0bZpjCAQqAmjrFshW96pt9sNREcoLUjwchX6Q,10616
|
|
7
|
+
bella_companion/eucovid/beast_configs/Nonparametric.xml,sha256=n-t4sUfDS9AzC02tbIk5mx_RDg2l62ELhdR3I3_jjHE,17783
|
|
8
|
+
bella_companion/eucovid/data/case_data.tsv,sha256=XaSzZh5NcEMVt9d_XlQ19T8UuEkHGrjpSFXhe9IycNg,12412
|
|
9
|
+
bella_companion/eucovid/data/change_dates.tsv,sha256=_pmVFYiL4X9Pd79uYVgyz3sKeRap7xVcXk0OjqVhuVQ,227
|
|
10
|
+
bella_companion/eucovid/data/msa.fasta,sha256=sWaVSINSJDDLjmwlpl31JWM5VnKF7yViSpERI69glQc,4839354
|
|
11
|
+
bella_companion/eucovid/data/osi.tsv,sha256=iTDWL_-PnVQPg_-hWROXWKNFakDq_S1fEig1A_MqMVI,9228
|
|
12
|
+
bella_companion/eucovid/data/predictors/changetimes_all_7e.tsv,sha256=hH0xXD2lr_8RPQRqvENv6clPHauAXH22SGQHb3hlfzs,120
|
|
13
|
+
bella_companion/eucovid/data/predictors/changetimes_flights_4e.tsv,sha256=XEepIXKRwcKknJq4-ovKlorvCypGi67B8znuQ5f1LTg,60
|
|
14
|
+
bella_companion/eucovid/data/predictors/flight_pop_x_4e_ls.tsv,sha256=tMR9-tuGtC3rVABXUtNdV9irUX-9aCCVb_fwksHTn8U,1068
|
|
15
|
+
bella_companion/eucovid/data/predictors/all/closedborders_7e_nt.tsv,sha256=5gP-cEzgKSCvlK0_PlkrimYGEwOaLPO0GiiM4PIKU-M,280
|
|
16
|
+
bella_companion/eucovid/data/predictors/all/dist_7e_ls.tsv,sha256=rr71QPiJu35CYbySMJyH_GDX51D2iTIncZImwAXIvlo,1890
|
|
17
|
+
bella_companion/eucovid/data/predictors/all/flight_7e_ls.tsv,sha256=5WztZpQrjK7puERA1oxsCn5t2G1w9NGTGKjr85gMQ54,1873
|
|
18
|
+
bella_companion/eucovid/data/predictors/all/flight_pop_x_7e_ls.tsv,sha256=qfRTXyZItzEm8pxurhFYO-DvpJXD-J4lMH5eyZKF0aE,1862
|
|
19
|
+
bella_companion/eucovid/data/predictors/all/osi_x_7e_ls.tsv,sha256=kke2eHlVuc84qMj1WBllhBG2BQt7JHUWDZeiVoAP8Lw,1900
|
|
20
|
+
bella_companion/eucovid/data/predictors/all/osi_y_7e_ls.tsv,sha256=5YDXe4GstyyRKP15213cAAEm5lVFW_bC98R8ipc1XoE,1900
|
|
21
|
+
bella_companion/eucovid/data/predictors/all/pop_x_7e_ls.tsv,sha256=3fVYRQ1ylwsa7YptMU8f_xELwwqIF3Ux8akL9UaXKis,1904
|
|
22
|
+
bella_companion/eucovid/data/predictors/all/pop_y_7e_ls.tsv,sha256=Ku39Ts0HW9r5lThAZ01V7HJDi0aoRYs0aQs5EXlZCkQ,1904
|
|
23
|
+
bella_companion/eucovid/data/predictors/all/sharedborders_7e_nt.tsv,sha256=pPVT5DIaZuc3B0mSs-B3kw3G2zja1LfmL_xLwlNtLDo,280
|
|
24
|
+
bella_companion/platyrrhine/__init__.py,sha256=dIx6exNz-vuKiG5FZumvq74QUWcIEFd3L6ErqnOa83c,274
|
|
25
|
+
bella_companion/platyrrhine/beast_config.xml,sha256=bLzavt-Zd8cmSgQQnlCBfZ9KyM7d1inOGx12VNjPFb4,7056
|
|
26
|
+
bella_companion/platyrrhine/results.py,sha256=qosxqstTy7uadHARRt1WqmxZzxnQ3hiTjtw6V-YWKGA,2556
|
|
27
|
+
bella_companion/platyrrhine/run_beast.py,sha256=_9Ex2B65zu6I68uY6s3_dohPYPaFP3E7u-uyWuDLAJc,2477
|
|
28
|
+
bella_companion/platyrrhine/summarize_logs.py,sha256=zVM8YvdXd3eFP14armkgNUVFpNC3P-XXKYytmfgobjg,1351
|
|
29
|
+
bella_companion/platyrrhine/data/change_times.csv,sha256=tedobHbaY7-6M3V6F6HSqGAU9dpeeajR5mu1XGJfp6w,68
|
|
30
|
+
bella_companion/platyrrhine/data/traits.csv,sha256=N_mCnaM9Gy0Qot7-l_mK0vMvr7e_5BZ4bgUHpcoG9UM,3949
|
|
31
|
+
bella_companion/platyrrhine/data/trees.nwk,sha256=lpSiGUG5s3zE--IKPOyWrJ5vpJb_xAPnfxychs3YNIs,488232
|
|
32
|
+
bella_companion/simulations/__init__.py,sha256=ShYRdp1iSjnS_SzcsH-8jbqXz6P1nyRQZqAtPZJCMVE,454
|
|
33
|
+
bella_companion/simulations/features.py,sha256=DZOBpJGlQ0UinqUZYbEtoemZ2eQGVLV_i-DfpW31qJI,104
|
|
34
|
+
bella_companion/simulations/generate_data.py,sha256=edfhXrs76hl30i_xizup4z6qgzXZyaDzX_PVC62Ytpw,849
|
|
35
|
+
bella_companion/simulations/generate_figures.py,sha256=layMgoj3Bfl78Ceb1oE7YirAQ8zhjDyD9IrxDRXf6go,657
|
|
36
|
+
bella_companion/simulations/metrics.py,sha256=duIkPb8cCXmIzjKA2yk9HLf4Y9eFIB_hRWaH05uIDws,1876
|
|
37
|
+
bella_companion/simulations/run_beast.py,sha256=qniy326i-vDCeHzzHpQRrSnY2ULqNNrO0z3GEsWx4Mc,3208
|
|
38
|
+
bella_companion/simulations/summarize_logs.py,sha256=Shf3Dx9k4lTbmO__MSLw-aIA8a8kTCXhbctBcV6Izug,1216
|
|
39
|
+
bella_companion/simulations/beast_configs/epi-multitype/GLM.xml,sha256=VymAYsaZVuB3EPE0DCQSXpKepVq8pPjKaB5yhEpaVkE,4334
|
|
40
|
+
bella_companion/simulations/beast_configs/epi-multitype/MLP.xml,sha256=AoJyjvVcwKtut64d7sB2gnnenx5sXyuTTNCivykUyqU,4077
|
|
41
|
+
bella_companion/simulations/beast_configs/epi-multitype/Nonparametric.xml,sha256=DfCMcLM53b-XP9oIiQ9wJWOVTEP3GnoZaL5BMzLLfIQ,3208
|
|
42
|
+
bella_companion/simulations/beast_configs/epi-skyline/GLM.xml,sha256=7LtJhU7o7aQsnWK7ZIKj-mzmHgCn_RjxvKKbLIlp1Go,3619
|
|
43
|
+
bella_companion/simulations/beast_configs/epi-skyline/MLP.xml,sha256=ptoLM0FLDp54bUSxPm12qIvOYWyBkWR1e9VWVWjgU8E,3426
|
|
44
|
+
bella_companion/simulations/beast_configs/epi-skyline/Nonparametric.xml,sha256=LTiatqeAMiFfdD1leQ5TrGaJhsYwlkbMDpxqhVFOgUQ,2561
|
|
45
|
+
bella_companion/simulations/beast_configs/fbd-2traits/GLM.xml,sha256=Iff0eAShKLeOnlTmNu6044Wljtla3yckqo2LZ7mP6LY,5897
|
|
46
|
+
bella_companion/simulations/beast_configs/fbd-2traits/MLP.xml,sha256=RvF70fcnvoBcJxjyT4nELlFm94atSZpKm9d1aS-cJZ4,5428
|
|
47
|
+
bella_companion/simulations/beast_configs/fbd-2traits/Nonparametric.xml,sha256=ev6ZfMeCwMyK54G_4O8g-tbgoxoD3asxt71x91Cb1QY,3618
|
|
48
|
+
bella_companion/simulations/beast_configs/fbd-no-traits/GLM.xml,sha256=Caq7Gxqx-wYAu3_YkMikVqni3DjBv1Wt00sc1Upo1X8,4743
|
|
49
|
+
bella_companion/simulations/beast_configs/fbd-no-traits/MLP.xml,sha256=JE_cGh2DW5yPAXyXXr0D3DlovmV-aIbze7qrhENHK3w,4275
|
|
50
|
+
bella_companion/simulations/beast_configs/fbd-no-traits/Nonparametric.xml,sha256=m2xaHZwskCFInvVY1QH1fwQqH6p_fgESlPX2BbBeUhk,2822
|
|
51
|
+
bella_companion/simulations/figures/__init__.py,sha256=aBYbJntH4egFmkSSWiVMYDEApXPYxJD7eA3TCPNNegM,658
|
|
52
|
+
bella_companion/simulations/figures/epi_multitype_results.py,sha256=j85WgvN5AyAtX-CalMegr2lwlAZBmzyJxkikBPXRjCc,2629
|
|
53
|
+
bella_companion/simulations/figures/epi_skyline_results.py,sha256=gI5Ha-OIEShcZLmqVuy0W8hJzkrsydQE-Coa65_BFCo,1667
|
|
54
|
+
bella_companion/simulations/figures/fbd_2traits_results.py,sha256=JiXrbYkH1HwdJQhTHXj6KhMEXYgQmQ6LmDboAIO1CPA,2728
|
|
55
|
+
bella_companion/simulations/figures/fbd_no_traits_results.py,sha256=fLsgpV3IbLLtxQEFNOL9K4jEEJrG324ziUM0rxIv7_k,1962
|
|
56
|
+
bella_companion/simulations/figures/scenarios.py,sha256=gbMz1TUxxT2RSIq2kQlFioNdgSHk-gQY2OQuf6-7Fww,2817
|
|
57
|
+
bella_companion/simulations/figures/utils.py,sha256=0M5OrxaEuqcj9rR2uAc_O7utQvhEceZGH0sKrGRWaWs,3129
|
|
58
|
+
bella_companion/simulations/figures/explain/__init__.py,sha256=DnmVIWO65nTT5VsWnbS7NyYgKEY_eo4oMCtCY_ML2Vk,260
|
|
59
|
+
bella_companion/simulations/figures/explain/pdp.py,sha256=3n3ssgufW_43pn2hO5V5J_jgcJH3Fpb8stIRtTnlQ8w,3801
|
|
60
|
+
bella_companion/simulations/figures/explain/shap.py,sha256=qRfOMNwkU-hsBy5MHMTfVFAszaPESVOugCKQTVY8Q4Y,1940
|
|
61
|
+
bella_companion/simulations/scenarios/__init__.py,sha256=3Kl1lKcFpfb3vLX64DmSW4XCF5kXU1ZoHtstFH-ZIzU,876
|
|
62
|
+
bella_companion/simulations/scenarios/common.py,sha256=_ddaSuTvEVdttGkXB4HPc2B7IB1F_GBOCW3cVOPZ-ZM,807
|
|
63
|
+
bella_companion/simulations/scenarios/epi_multitype.py,sha256=fTkFeGHxyV_1f2nX3g_Oyr_e6wkorhXEicJjIAgeZKA,2439
|
|
64
|
+
bella_companion/simulations/scenarios/epi_skyline.py,sha256=JqnOVATECxBUqEbkR5lBlMI2O8k4hO6ipR8k9cHUsm0,2365
|
|
65
|
+
bella_companion/simulations/scenarios/fbd_2traits.py,sha256=5UmrDlxdCMWOF0v9_0c1Yh0TyaE_FKEdxhSzHNofwQY,3541
|
|
66
|
+
bella_companion/simulations/scenarios/fbd_no_traits.py,sha256=R6CH0fVeQg-Iesl39pq2uY8ICVEO4VZbvUVUCGwauJU,2520
|
|
67
|
+
bella_companion/simulations/scenarios/scenario.py,sha256=_FRWAyOFbw94lAzd3zCD-1ek4TrssoiXfXRQPShLiIA,620
|
|
68
|
+
bella_companion/utils/__init__.py,sha256=UtMwPK9dWf9NAl0ic8CSsgdW7aSm-5J49OqgvD7UpYw,480
|
|
69
|
+
bella_companion/utils/beast.py,sha256=TBa0cLklX1_tXqoQE4LRYvds7mLg_9fS2-6U6OHENHo,2184
|
|
70
|
+
bella_companion/utils/explain.py,sha256=uP7HPyn2YiykAI69BQV3RooDpC6qKoCLXfp3Uibp4zk,1475
|
|
71
|
+
bella_companion/utils/slurm.py,sha256=xEyf-Jxk8fy71t3fko_Ic9WtUFSdLFE3w4tR17gaBPw,1868
|
|
72
|
+
bella_companion-0.0.42.dist-info/METADATA,sha256=FY_Ja-RMCMyymPVti1WDLQLOtd5ie4rzWl3Zjj6ZJCg,347
|
|
73
|
+
bella_companion-0.0.42.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
74
|
+
bella_companion-0.0.42.dist-info/entry_points.txt,sha256=SVEYDBrkBWPrOGwnEH2aO5TSVIAvfKE37sqm-9ut9jg,51
|
|
75
|
+
bella_companion-0.0.42.dist-info/top_level.txt,sha256=q0loZYv4vf3zF_tOATyAJqeyLOEuPyLbObNqIGP7Fmc,16
|
|
76
|
+
bella_companion-0.0.42.dist-info/RECORD,,
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
bella_companion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
bella_companion/cli.py,sha256=0SwDxkDPqvsp36kGnrBMLPIhAQM8PIpNXrztZayqmDc,2409
|
|
3
|
-
bella_companion/eucovid/__init__.py,sha256=09Ld_G7fZvCDCgEWsmaOyLVQ8pFc9QHAGnXKJ9Zm2AM,81
|
|
4
|
-
bella_companion/eucovid/run_beast.py,sha256=etaD_4SVdy_Pmz5s4jvDLzp2K_QV8leEY8Pe3xySBsk,3443
|
|
5
|
-
bella_companion/platyrrhine/__init__.py,sha256=dIx6exNz-vuKiG5FZumvq74QUWcIEFd3L6ErqnOa83c,274
|
|
6
|
-
bella_companion/platyrrhine/results.py,sha256=qosxqstTy7uadHARRt1WqmxZzxnQ3hiTjtw6V-YWKGA,2556
|
|
7
|
-
bella_companion/platyrrhine/run_beast.py,sha256=_9Ex2B65zu6I68uY6s3_dohPYPaFP3E7u-uyWuDLAJc,2477
|
|
8
|
-
bella_companion/platyrrhine/summarize_logs.py,sha256=zVM8YvdXd3eFP14armkgNUVFpNC3P-XXKYytmfgobjg,1351
|
|
9
|
-
bella_companion/simulations/__init__.py,sha256=ShYRdp1iSjnS_SzcsH-8jbqXz6P1nyRQZqAtPZJCMVE,454
|
|
10
|
-
bella_companion/simulations/features.py,sha256=DZOBpJGlQ0UinqUZYbEtoemZ2eQGVLV_i-DfpW31qJI,104
|
|
11
|
-
bella_companion/simulations/generate_data.py,sha256=edfhXrs76hl30i_xizup4z6qgzXZyaDzX_PVC62Ytpw,849
|
|
12
|
-
bella_companion/simulations/generate_figures.py,sha256=layMgoj3Bfl78Ceb1oE7YirAQ8zhjDyD9IrxDRXf6go,657
|
|
13
|
-
bella_companion/simulations/metrics.py,sha256=duIkPb8cCXmIzjKA2yk9HLf4Y9eFIB_hRWaH05uIDws,1876
|
|
14
|
-
bella_companion/simulations/run_beast.py,sha256=qniy326i-vDCeHzzHpQRrSnY2ULqNNrO0z3GEsWx4Mc,3208
|
|
15
|
-
bella_companion/simulations/summarize_logs.py,sha256=Shf3Dx9k4lTbmO__MSLw-aIA8a8kTCXhbctBcV6Izug,1216
|
|
16
|
-
bella_companion/simulations/figures/__init__.py,sha256=aBYbJntH4egFmkSSWiVMYDEApXPYxJD7eA3TCPNNegM,658
|
|
17
|
-
bella_companion/simulations/figures/epi_multitype_results.py,sha256=j85WgvN5AyAtX-CalMegr2lwlAZBmzyJxkikBPXRjCc,2629
|
|
18
|
-
bella_companion/simulations/figures/epi_skyline_results.py,sha256=gI5Ha-OIEShcZLmqVuy0W8hJzkrsydQE-Coa65_BFCo,1667
|
|
19
|
-
bella_companion/simulations/figures/fbd_2traits_results.py,sha256=JiXrbYkH1HwdJQhTHXj6KhMEXYgQmQ6LmDboAIO1CPA,2728
|
|
20
|
-
bella_companion/simulations/figures/fbd_no_traits_results.py,sha256=fLsgpV3IbLLtxQEFNOL9K4jEEJrG324ziUM0rxIv7_k,1962
|
|
21
|
-
bella_companion/simulations/figures/scenarios.py,sha256=gbMz1TUxxT2RSIq2kQlFioNdgSHk-gQY2OQuf6-7Fww,2817
|
|
22
|
-
bella_companion/simulations/figures/utils.py,sha256=0M5OrxaEuqcj9rR2uAc_O7utQvhEceZGH0sKrGRWaWs,3129
|
|
23
|
-
bella_companion/simulations/figures/explain/__init__.py,sha256=DnmVIWO65nTT5VsWnbS7NyYgKEY_eo4oMCtCY_ML2Vk,260
|
|
24
|
-
bella_companion/simulations/figures/explain/pdp.py,sha256=3n3ssgufW_43pn2hO5V5J_jgcJH3Fpb8stIRtTnlQ8w,3801
|
|
25
|
-
bella_companion/simulations/figures/explain/shap.py,sha256=qRfOMNwkU-hsBy5MHMTfVFAszaPESVOugCKQTVY8Q4Y,1940
|
|
26
|
-
bella_companion/simulations/scenarios/__init__.py,sha256=3Kl1lKcFpfb3vLX64DmSW4XCF5kXU1ZoHtstFH-ZIzU,876
|
|
27
|
-
bella_companion/simulations/scenarios/common.py,sha256=_ddaSuTvEVdttGkXB4HPc2B7IB1F_GBOCW3cVOPZ-ZM,807
|
|
28
|
-
bella_companion/simulations/scenarios/epi_multitype.py,sha256=fTkFeGHxyV_1f2nX3g_Oyr_e6wkorhXEicJjIAgeZKA,2439
|
|
29
|
-
bella_companion/simulations/scenarios/epi_skyline.py,sha256=JqnOVATECxBUqEbkR5lBlMI2O8k4hO6ipR8k9cHUsm0,2365
|
|
30
|
-
bella_companion/simulations/scenarios/fbd_2traits.py,sha256=5UmrDlxdCMWOF0v9_0c1Yh0TyaE_FKEdxhSzHNofwQY,3541
|
|
31
|
-
bella_companion/simulations/scenarios/fbd_no_traits.py,sha256=R6CH0fVeQg-Iesl39pq2uY8ICVEO4VZbvUVUCGwauJU,2520
|
|
32
|
-
bella_companion/simulations/scenarios/scenario.py,sha256=_FRWAyOFbw94lAzd3zCD-1ek4TrssoiXfXRQPShLiIA,620
|
|
33
|
-
bella_companion/utils/__init__.py,sha256=UtMwPK9dWf9NAl0ic8CSsgdW7aSm-5J49OqgvD7UpYw,480
|
|
34
|
-
bella_companion/utils/beast.py,sha256=TBa0cLklX1_tXqoQE4LRYvds7mLg_9fS2-6U6OHENHo,2184
|
|
35
|
-
bella_companion/utils/explain.py,sha256=uP7HPyn2YiykAI69BQV3RooDpC6qKoCLXfp3Uibp4zk,1475
|
|
36
|
-
bella_companion/utils/slurm.py,sha256=xEyf-Jxk8fy71t3fko_Ic9WtUFSdLFE3w4tR17gaBPw,1868
|
|
37
|
-
bella_companion-0.0.38.dist-info/METADATA,sha256=29bcBnV8KchXqJwWXjokBeEPyP6ekvrL8xeOthQs3c8,347
|
|
38
|
-
bella_companion-0.0.38.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
39
|
-
bella_companion-0.0.38.dist-info/entry_points.txt,sha256=SVEYDBrkBWPrOGwnEH2aO5TSVIAvfKE37sqm-9ut9jg,51
|
|
40
|
-
bella_companion-0.0.38.dist-info/top_level.txt,sha256=q0loZYv4vf3zF_tOATyAJqeyLOEuPyLbObNqIGP7Fmc,16
|
|
41
|
-
bella_companion-0.0.38.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|