bella-companion 0.0.30__py3-none-any.whl → 0.0.33__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-0.0.33.dist-info/METADATA +12 -0
- bella_companion-0.0.33.dist-info/RECORD +41 -0
- {bella_companion-0.0.30.dist-info → bella_companion-0.0.33.dist-info}/WHEEL +2 -1
- bella_companion-0.0.33.dist-info/entry_points.txt +2 -0
- bella_companion-0.0.33.dist-info/top_level.txt +1 -0
- bella_companion/eucovid/beast_configs/GLM.xml +0 -170
- bella_companion/eucovid/beast_configs/MLP.xml +0 -170
- bella_companion/eucovid/beast_configs/Nonparametric.xml +0 -399
- bella_companion/eucovid/data/case_data.tsv +0 -346
- bella_companion/eucovid/data/change_dates.tsv +0 -8
- bella_companion/eucovid/data/msa.fasta +0 -79500
- bella_companion/eucovid/data/osi.tsv +0 -376
- bella_companion/eucovid/data/predictors/all/closedborders_7e_nt.tsv +0 -35
- bella_companion/eucovid/data/predictors/all/dist_7e_ls.tsv +0 -35
- bella_companion/eucovid/data/predictors/all/flight_7e_ls.tsv +0 -35
- bella_companion/eucovid/data/predictors/all/flight_pop_x_7e_ls.tsv +0 -35
- bella_companion/eucovid/data/predictors/all/osi_x_7e_ls.tsv +0 -35
- bella_companion/eucovid/data/predictors/all/osi_y_7e_ls.tsv +0 -35
- bella_companion/eucovid/data/predictors/all/pop_x_7e_ls.tsv +0 -35
- bella_companion/eucovid/data/predictors/all/pop_y_7e_ls.tsv +0 -35
- bella_companion/eucovid/data/predictors/all/sharedborders_7e_nt.tsv +0 -35
- bella_companion/eucovid/data/predictors/changetimes_all_7e.tsv +0 -6
- bella_companion/eucovid/data/predictors/changetimes_flights_4e.tsv +0 -3
- bella_companion/eucovid/data/predictors/flight_pop_x_4e_ls.tsv +0 -20
- bella_companion/platyrrhine/beast_config.xml +0 -117
- bella_companion/platyrrhine/data/change_times.csv +0 -12
- bella_companion/platyrrhine/data/traits.csv +0 -122
- bella_companion/platyrrhine/data/trees.nwk +0 -100
- bella_companion/simulations/beast_configs/epi-multitype/GLM.xml +0 -81
- bella_companion/simulations/beast_configs/epi-multitype/MLP.xml +0 -81
- bella_companion/simulations/beast_configs/epi-multitype/Nonparametric.xml +0 -65
- bella_companion/simulations/beast_configs/epi-skyline/GLM.xml +0 -71
- bella_companion/simulations/beast_configs/epi-skyline/MLP.xml +0 -73
- bella_companion/simulations/beast_configs/epi-skyline/Nonparametric.xml +0 -57
- bella_companion/simulations/beast_configs/fbd-2traits/GLM.xml +0 -101
- bella_companion/simulations/beast_configs/fbd-2traits/MLP.xml +0 -98
- bella_companion/simulations/beast_configs/fbd-2traits/Nonparametric.xml +0 -70
- bella_companion/simulations/beast_configs/fbd-no-traits/GLM.xml +0 -88
- bella_companion/simulations/beast_configs/fbd-no-traits/MLP.xml +0 -86
- bella_companion/simulations/beast_configs/fbd-no-traits/Nonparametric.xml +0 -62
- bella_companion-0.0.30.dist-info/METADATA +0 -16
- bella_companion-0.0.30.dist-info/RECORD +0 -75
- bella_companion-0.0.30.dist-info/entry_points.txt +0 -3
|
@@ -1,70 +0,0 @@
|
|
|
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>
|
|
@@ -1,88 +0,0 @@
|
|
|
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>
|
|
@@ -1,86 +0,0 @@
|
|
|
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>
|
|
@@ -1,62 +0,0 @@
|
|
|
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>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: bella-companion
|
|
3
|
-
Version: 0.0.30
|
|
4
|
-
Summary:
|
|
5
|
-
Author: gabriele-marino
|
|
6
|
-
Author-email: gabmarino.8601@gmail.com
|
|
7
|
-
Requires-Python: >=3.10,<4.0
|
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
11
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
12
|
-
Requires-Dist: arviz (>=0.22.0,<0.23.0)
|
|
13
|
-
Requires-Dist: bella-lumiere (>=0.0.14,<0.0.15)
|
|
14
|
-
Requires-Dist: dotenv (>=0.9.9,<0.10.0)
|
|
15
|
-
Requires-Dist: phylogenie (>=3.1.2,<4.0.0)
|
|
16
|
-
Requires-Dist: seaborn (>=0.13.2,<0.14.0)
|
|
@@ -1,75 +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/beast_configs/GLM.xml,sha256=b5rAeKVEam3u2AGSJsm7EHB6LcC0l9bp1SyZT2QyjpI,10892
|
|
5
|
-
bella_companion/eucovid/beast_configs/MLP.xml,sha256=M0_B6t0bZpjCAQqAmjrFshW96pt9sNREcoLUjwchX6Q,10616
|
|
6
|
-
bella_companion/eucovid/beast_configs/Nonparametric.xml,sha256=n-t4sUfDS9AzC02tbIk5mx_RDg2l62ELhdR3I3_jjHE,17783
|
|
7
|
-
bella_companion/eucovid/data/case_data.tsv,sha256=XaSzZh5NcEMVt9d_XlQ19T8UuEkHGrjpSFXhe9IycNg,12412
|
|
8
|
-
bella_companion/eucovid/data/change_dates.tsv,sha256=_pmVFYiL4X9Pd79uYVgyz3sKeRap7xVcXk0OjqVhuVQ,227
|
|
9
|
-
bella_companion/eucovid/data/msa.fasta,sha256=sWaVSINSJDDLjmwlpl31JWM5VnKF7yViSpERI69glQc,4839354
|
|
10
|
-
bella_companion/eucovid/data/osi.tsv,sha256=iTDWL_-PnVQPg_-hWROXWKNFakDq_S1fEig1A_MqMVI,9228
|
|
11
|
-
bella_companion/eucovid/data/predictors/all/closedborders_7e_nt.tsv,sha256=5gP-cEzgKSCvlK0_PlkrimYGEwOaLPO0GiiM4PIKU-M,280
|
|
12
|
-
bella_companion/eucovid/data/predictors/all/dist_7e_ls.tsv,sha256=rr71QPiJu35CYbySMJyH_GDX51D2iTIncZImwAXIvlo,1890
|
|
13
|
-
bella_companion/eucovid/data/predictors/all/flight_7e_ls.tsv,sha256=5WztZpQrjK7puERA1oxsCn5t2G1w9NGTGKjr85gMQ54,1873
|
|
14
|
-
bella_companion/eucovid/data/predictors/all/flight_pop_x_7e_ls.tsv,sha256=qfRTXyZItzEm8pxurhFYO-DvpJXD-J4lMH5eyZKF0aE,1862
|
|
15
|
-
bella_companion/eucovid/data/predictors/all/osi_x_7e_ls.tsv,sha256=kke2eHlVuc84qMj1WBllhBG2BQt7JHUWDZeiVoAP8Lw,1900
|
|
16
|
-
bella_companion/eucovid/data/predictors/all/osi_y_7e_ls.tsv,sha256=5YDXe4GstyyRKP15213cAAEm5lVFW_bC98R8ipc1XoE,1900
|
|
17
|
-
bella_companion/eucovid/data/predictors/all/pop_x_7e_ls.tsv,sha256=3fVYRQ1ylwsa7YptMU8f_xELwwqIF3Ux8akL9UaXKis,1904
|
|
18
|
-
bella_companion/eucovid/data/predictors/all/pop_y_7e_ls.tsv,sha256=Ku39Ts0HW9r5lThAZ01V7HJDi0aoRYs0aQs5EXlZCkQ,1904
|
|
19
|
-
bella_companion/eucovid/data/predictors/all/sharedborders_7e_nt.tsv,sha256=pPVT5DIaZuc3B0mSs-B3kw3G2zja1LfmL_xLwlNtLDo,280
|
|
20
|
-
bella_companion/eucovid/data/predictors/changetimes_all_7e.tsv,sha256=hH0xXD2lr_8RPQRqvENv6clPHauAXH22SGQHb3hlfzs,120
|
|
21
|
-
bella_companion/eucovid/data/predictors/changetimes_flights_4e.tsv,sha256=XEepIXKRwcKknJq4-ovKlorvCypGi67B8znuQ5f1LTg,60
|
|
22
|
-
bella_companion/eucovid/data/predictors/flight_pop_x_4e_ls.tsv,sha256=tMR9-tuGtC3rVABXUtNdV9irUX-9aCCVb_fwksHTn8U,1068
|
|
23
|
-
bella_companion/eucovid/run_beast.py,sha256=etaD_4SVdy_Pmz5s4jvDLzp2K_QV8leEY8Pe3xySBsk,3443
|
|
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/data/change_times.csv,sha256=tedobHbaY7-6M3V6F6HSqGAU9dpeeajR5mu1XGJfp6w,68
|
|
27
|
-
bella_companion/platyrrhine/data/traits.csv,sha256=N_mCnaM9Gy0Qot7-l_mK0vMvr7e_5BZ4bgUHpcoG9UM,3949
|
|
28
|
-
bella_companion/platyrrhine/data/trees.nwk,sha256=lpSiGUG5s3zE--IKPOyWrJ5vpJb_xAPnfxychs3YNIs,488232
|
|
29
|
-
bella_companion/platyrrhine/results.py,sha256=qosxqstTy7uadHARRt1WqmxZzxnQ3hiTjtw6V-YWKGA,2556
|
|
30
|
-
bella_companion/platyrrhine/run_beast.py,sha256=_9Ex2B65zu6I68uY6s3_dohPYPaFP3E7u-uyWuDLAJc,2477
|
|
31
|
-
bella_companion/platyrrhine/summarize_logs.py,sha256=82N7rcmLthCyQqmP4Yub4KUsIjNzQl9vEuFLMvIv03o,951
|
|
32
|
-
bella_companion/simulations/__init__.py,sha256=ShYRdp1iSjnS_SzcsH-8jbqXz6P1nyRQZqAtPZJCMVE,454
|
|
33
|
-
bella_companion/simulations/beast_configs/epi-multitype/GLM.xml,sha256=VymAYsaZVuB3EPE0DCQSXpKepVq8pPjKaB5yhEpaVkE,4334
|
|
34
|
-
bella_companion/simulations/beast_configs/epi-multitype/MLP.xml,sha256=AoJyjvVcwKtut64d7sB2gnnenx5sXyuTTNCivykUyqU,4077
|
|
35
|
-
bella_companion/simulations/beast_configs/epi-multitype/Nonparametric.xml,sha256=DfCMcLM53b-XP9oIiQ9wJWOVTEP3GnoZaL5BMzLLfIQ,3208
|
|
36
|
-
bella_companion/simulations/beast_configs/epi-skyline/GLM.xml,sha256=7LtJhU7o7aQsnWK7ZIKj-mzmHgCn_RjxvKKbLIlp1Go,3619
|
|
37
|
-
bella_companion/simulations/beast_configs/epi-skyline/MLP.xml,sha256=ptoLM0FLDp54bUSxPm12qIvOYWyBkWR1e9VWVWjgU8E,3426
|
|
38
|
-
bella_companion/simulations/beast_configs/epi-skyline/Nonparametric.xml,sha256=LTiatqeAMiFfdD1leQ5TrGaJhsYwlkbMDpxqhVFOgUQ,2561
|
|
39
|
-
bella_companion/simulations/beast_configs/fbd-2traits/GLM.xml,sha256=Iff0eAShKLeOnlTmNu6044Wljtla3yckqo2LZ7mP6LY,5897
|
|
40
|
-
bella_companion/simulations/beast_configs/fbd-2traits/MLP.xml,sha256=RvF70fcnvoBcJxjyT4nELlFm94atSZpKm9d1aS-cJZ4,5428
|
|
41
|
-
bella_companion/simulations/beast_configs/fbd-2traits/Nonparametric.xml,sha256=ev6ZfMeCwMyK54G_4O8g-tbgoxoD3asxt71x91Cb1QY,3618
|
|
42
|
-
bella_companion/simulations/beast_configs/fbd-no-traits/GLM.xml,sha256=Caq7Gxqx-wYAu3_YkMikVqni3DjBv1Wt00sc1Upo1X8,4743
|
|
43
|
-
bella_companion/simulations/beast_configs/fbd-no-traits/MLP.xml,sha256=JE_cGh2DW5yPAXyXXr0D3DlovmV-aIbze7qrhENHK3w,4275
|
|
44
|
-
bella_companion/simulations/beast_configs/fbd-no-traits/Nonparametric.xml,sha256=m2xaHZwskCFInvVY1QH1fwQqH6p_fgESlPX2BbBeUhk,2822
|
|
45
|
-
bella_companion/simulations/features.py,sha256=DZOBpJGlQ0UinqUZYbEtoemZ2eQGVLV_i-DfpW31qJI,104
|
|
46
|
-
bella_companion/simulations/figures/__init__.py,sha256=aBYbJntH4egFmkSSWiVMYDEApXPYxJD7eA3TCPNNegM,658
|
|
47
|
-
bella_companion/simulations/figures/epi_multitype_results.py,sha256=j85WgvN5AyAtX-CalMegr2lwlAZBmzyJxkikBPXRjCc,2629
|
|
48
|
-
bella_companion/simulations/figures/epi_skyline_results.py,sha256=gI5Ha-OIEShcZLmqVuy0W8hJzkrsydQE-Coa65_BFCo,1667
|
|
49
|
-
bella_companion/simulations/figures/explain/__init__.py,sha256=DnmVIWO65nTT5VsWnbS7NyYgKEY_eo4oMCtCY_ML2Vk,260
|
|
50
|
-
bella_companion/simulations/figures/explain/pdp.py,sha256=3n3ssgufW_43pn2hO5V5J_jgcJH3Fpb8stIRtTnlQ8w,3801
|
|
51
|
-
bella_companion/simulations/figures/explain/shap.py,sha256=qRfOMNwkU-hsBy5MHMTfVFAszaPESVOugCKQTVY8Q4Y,1940
|
|
52
|
-
bella_companion/simulations/figures/fbd_2traits_results.py,sha256=JiXrbYkH1HwdJQhTHXj6KhMEXYgQmQ6LmDboAIO1CPA,2728
|
|
53
|
-
bella_companion/simulations/figures/fbd_no_traits_results.py,sha256=fLsgpV3IbLLtxQEFNOL9K4jEEJrG324ziUM0rxIv7_k,1962
|
|
54
|
-
bella_companion/simulations/figures/scenarios.py,sha256=gbMz1TUxxT2RSIq2kQlFioNdgSHk-gQY2OQuf6-7Fww,2817
|
|
55
|
-
bella_companion/simulations/figures/utils.py,sha256=0M5OrxaEuqcj9rR2uAc_O7utQvhEceZGH0sKrGRWaWs,3129
|
|
56
|
-
bella_companion/simulations/generate_data.py,sha256=edfhXrs76hl30i_xizup4z6qgzXZyaDzX_PVC62Ytpw,849
|
|
57
|
-
bella_companion/simulations/generate_figures.py,sha256=layMgoj3Bfl78Ceb1oE7YirAQ8zhjDyD9IrxDRXf6go,657
|
|
58
|
-
bella_companion/simulations/metrics.py,sha256=duIkPb8cCXmIzjKA2yk9HLf4Y9eFIB_hRWaH05uIDws,1876
|
|
59
|
-
bella_companion/simulations/run_beast.py,sha256=qniy326i-vDCeHzzHpQRrSnY2ULqNNrO0z3GEsWx4Mc,3208
|
|
60
|
-
bella_companion/simulations/scenarios/__init__.py,sha256=3Kl1lKcFpfb3vLX64DmSW4XCF5kXU1ZoHtstFH-ZIzU,876
|
|
61
|
-
bella_companion/simulations/scenarios/common.py,sha256=_ddaSuTvEVdttGkXB4HPc2B7IB1F_GBOCW3cVOPZ-ZM,807
|
|
62
|
-
bella_companion/simulations/scenarios/epi_multitype.py,sha256=fTkFeGHxyV_1f2nX3g_Oyr_e6wkorhXEicJjIAgeZKA,2439
|
|
63
|
-
bella_companion/simulations/scenarios/epi_skyline.py,sha256=JqnOVATECxBUqEbkR5lBlMI2O8k4hO6ipR8k9cHUsm0,2365
|
|
64
|
-
bella_companion/simulations/scenarios/fbd_2traits.py,sha256=-amB3NX0GsVgYbFuHH71t93FuXUEnRUyhWf2Qpcpia4,3541
|
|
65
|
-
bella_companion/simulations/scenarios/fbd_no_traits.py,sha256=R6CH0fVeQg-Iesl39pq2uY8ICVEO4VZbvUVUCGwauJU,2520
|
|
66
|
-
bella_companion/simulations/scenarios/scenario.py,sha256=_FRWAyOFbw94lAzd3zCD-1ek4TrssoiXfXRQPShLiIA,620
|
|
67
|
-
bella_companion/simulations/summarize_logs.py,sha256=Shf3Dx9k4lTbmO__MSLw-aIA8a8kTCXhbctBcV6Izug,1216
|
|
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.30.dist-info/METADATA,sha256=DndfOvgcd48t3HfXC_ZsSuJ_PKC6GBOx-6hxkDSZPKY,576
|
|
73
|
-
bella_companion-0.0.30.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
74
|
-
bella_companion-0.0.30.dist-info/entry_points.txt,sha256=rSeKoAhmjnQqAYFcXBv0gAM2ViJfJe0D8_dD-fWrXeg,50
|
|
75
|
-
bella_companion-0.0.30.dist-info/RECORD,,
|