-
Notifications
You must be signed in to change notification settings - Fork 30
ModelVivax
The Vivax models replaces Falciparum-specific within-host models. [As of version 36] parasite densities are not modelled.
In the model, a brood is the set of hypnozoites resulting from an innoculation, plus an associated blood stage.
The number of hypnozoite releases is fixed at the time of infection (see sampleNHypnozoites()
). The time of each release is determined to be infectionTime + latentPeriod +relapseLatentPeriod + delay
where delay
is sampled from a truncated log-normal distribution (see sampleReleaseDelay()
).
The first release from each brood commences a blood-stage infection denoted the primary. Subsequent releases during a blood-stage infection from the same brood, or within a short time-period afterwards (the "blood stage protection latency"), do nothing; releases after this time will start a new blood-stage infection denoted a relapse. Note that blood stage infections from a different brood have no affect on this brood. The length of each blood-stage infection is sampled from a Weibull distribution.
All active blood stages are patent. The host is patent if any brood has a patent blood stage. Otherwise (even if dormant hypnozoites are present) the host is not patent.
If the host is patent, a fixed probability of transmission-to-mosquitoes applies (this is adjusted by transmission-blocking vaccines). Otherwise the chance of transmission is zero.
Since parasite densities are not modelled, simulated PK/PD treatment is not possible. Instead, the simple treatment model can be used to clear liver- and blood-stages. Liver-stage treatment clears all hypnozoites from all broods, preventing relapses. Blood-stage treatment clears all blood-stage infections, but also nullifies the usual blood-stage protection latency, meaning that a relapse is possible the next step if liver-stage treatment is not also used.
Each blood stage which starts (modelling blood-stages from each brood independently) has a chance of causing a clinical event. The probability of this depends on whether the blood-stage was a primary (for its brood), the number of primary blood-stage infections previously experienced by the host.
Given an event, there is a fixed chance that it is severe; otherwise it is an uncomplicated case.
| Download openmalaria | Installation instructions | XML Schema Documentation |
XML Schema Version | Program version | master |
develop |
---|---|---|---|
43 | schema-43.0 |
- User Guide
- Compilation Guide
- Developer Guide
- Schema Update Guide
- Scenario Design Guide
- Monitoring Guide
- Changelog
- Schema Documentation
- Human demography
- Levels of transmission
- Parasite dynamics within humans
- P vivax dynamics
- Vector bionomics and transmission to humans
- Mosquito population dynamics
- Clinical (illness) models
- Time in the models