mrc-ide / safir

squire and friends individual rewrite
https://mrc-ide.github.io/safir/
Other
1 stars 2 forks source link

Model outcomes for multiple variants #7

Closed giovannic closed 2 years ago

giovannic commented 3 years ago

Infection (copy from #6)

Inputs:

Processing:

to-do:

Inputs:

Processing:

This requires modification of code in:

The scope of these modifications will only affect the vaccination model (not the basic versions of safir that match squire or nimue).

slwu89 commented 3 years ago

One thing we need to clear up about modeling variants is that, given we are doing an importation approach (from development doc "e.g. on each day there is an x% of new infections due to an importation.") it is very hard to think of a reasonable way to set up vaccine efficacy against new infection against specific variants.

If each day some fraction of infections ought to belong to each variant, as a proportion of the total number of new infections, then I don't see a way to respect that parameter at the same time as allowing vaccination status to affect the probability of being infected with a specific variant. So I think we need to drop one of the two.

Everything else (disease progression, etc.) is easy to make variant-specific.

RESOLVED: use current method of proportional mix each day.

slwu89 commented 3 years ago

Parameters to make sure are voc-specific:

slwu89 commented 2 years ago

closing this issue, development for mechanistic multiple strains will go on in https://github.com/mrc-ide/safir2