UCL / hivpy

MIT License
0 stars 0 forks source link

HIV Transmission Code including Resistance Transmission #154

Open mmcleod89 opened 1 year ago

mmcleod89 commented 1 year ago

Currently there is some (simplified & heavily dummied) transmission code

Useful info:

mmcleod89 commented 1 year ago

STI Code:

Undetectable Viral Load:

Probability of Viral Load Group for STP

Transmission rate

  1. tr_rate_undetec_vl*fold_tr_newp
  2. 0.01fold_trfold_tr_newp
  3. 0.03fold_trfold_tr_newp
  4. 0.06fold_trfold_tr_newp
  5. 0.10fold_trfold_tr_newp
  6. tr_rate_primary*fold_tr_newp
    • these values can be calculated at the setup of the HIV transmission module
    • If tranmission occurs we should note the viral load group of the person who infected them
mmcleod89 commented 1 year ago

Starting from * probability of infection from infected new partner; in SAS code:

mmcleod89 commented 1 year ago

SAS code assumed all STPs for a given person have the same age group. For now, HIVpy allows each of these STPs to have their own age group. This will have an impact on their VL group probabilities etc.

andrew-phillips-1 commented 1 year ago

@mmcleod89 Hi Michael I would like you to introduce any enhancements that you suggest and which we agree on. That means we might expect model results to differ from our SAS version, but I think that is a price worth paying for enhancing the model.