| Literature DB >> 26846686 |
Anthony O'Hare1,2, Samantha J Lycett3,4, Thomas Doherty5, Liliana C M Salvador6, Rowland R Kao7.
Abstract
BACKGROUND: Modelling disease outbreaks often involves integrating the wealth of data that are gathered during modern outbreaks into complex mathematical or computational models of transmission. Incorporating these data into simple compartmental epidemiological models is often challenging, requiring the use of more complex but also more efficient computational models. In this paper we introduce a new framework that allows for a more systematic and user-friendly way of building and running epidemiological models that efficiently handles disease data and reduces much of the boilerplate code that usually associated to these models. We introduce the framework by developing an SIR model on a simple network as an example.Entities:
Mesh:
Year: 2016 PMID: 26846686 PMCID: PMC4743398 DOI: 10.1186/s12859-016-0903-2
Source DB: PubMed Journal: BMC Bioinformatics ISSN: 1471-2105 Impact factor: 3.169
Fig. 1Example of an SIR model using the ODE solver (solid lines) and the stochastic solver (dashed lines) within Broadwick. Both models start with 99 susceptible (S), 1 infected (I) and 0 recovered (R) individuals with β=0.004 and ρ=0.04 with both solvers adding 50 new individuals at t=20 using a θ-event
Summary of the database schema used in Broadwick
| Locations | Contains the id and (x-y or latitude-longitude) coordinates of each location |
| Populations | Contains the location id and a number of |
| individuals at the location with a date. | |
| LifeHistories | Contains the date and locations of each |
| individuals birth and death. | |
| Tests | Contains the date and results of a test on a |
| given location, group or individual. | |
| FullMovements | Contains an individual’s id and the date |
| and id of the departure location and the date | |
| and id of the destination location. | |
| DirectedMovements | Contains the id, date and direction of a |
| movement (‘ON’ or ‘OFF’) | |
| BatchedMovements | Contains the ids, dates of the ‘ON’ |
| and ‘OFF’ sides of the movement as | |
| well as the number of individuals moved. |