Closed giovannic closed 2 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.
Parameters to make sure are voc-specific:
closing this issue, development for mechanistic multiple strains will go on in https://github.com/mrc-ide/safir2
Infection (copy from #6)
Inputs:
Processing:
to-do:
[x] make new
simulation_loop
to account for that variable or modify the existing one to check. (https://github.com/mrc-ide/safir/commit/52c780d8df8f19b40116db658e37aa82646218c3)Outcomes
Inputs:
Processing:
This requires modification of code in:
parameters$prob_hosp
andparameters$prob_asymp
should be potentially VOC-specific.parameters$prob_severe
,parameters$prob_severe_death_no_treatment
,parameters$prob_severe_death_treatment
,parameters$prob_non_severe_death_treatment
,parameters$prob_non_severe_death_no_treatment
need to be VOC-specific.The scope of these modifications will only affect the vaccination model (not the basic versions of safir that match squire or nimue).