| Literature DB >> 30290815 |
Daniel A Pfeffer1, Timothy C D Lucas2, Daniel May1, Joseph Harris1, Jennifer Rozier1, Katherine A Twohig1, Ursula Dalrymple1, Carlos A Guerra3, Catherine L Moyes1, Mike Thorn1, Michele Nguyen1, Samir Bhatt1,4, Ewan Cameron1, Daniel J Weiss1, Rosalind E Howes1, Katherine E Battle1, Harry S Gibson1, Peter W Gething1.
Abstract
BACKGROUND: The Malaria Atlas Project (MAP) has worked to assemble and maintain a global open-access database of spatial malariometric data for over a decade. This data spans various formats and topics, including: geo-located surveys of malaria parasite rate; global administrative boundary shapefiles; and global and regional rasters representing the distribution of malaria and associated illnesses, blood disorders, and intervention coverage. MAP has recently released malariaAtlas, an R package providing a direct interface to MAP's routinely-updated malariometric databases and research outputs. METHODS ANDEntities:
Keywords: Malaria; Malariometric data; Open-access; Parasite rate; R package
Mesh:
Year: 2018 PMID: 30290815 PMCID: PMC6173876 DOI: 10.1186/s12936-018-2500-5
Source DB: PubMed Journal: Malar J ISSN: 1475-2875 Impact factor: 2.979
Outline of the Malaria Atlas Project open-access data estate and current availability
| Data type and format | Open-access availability | |
|---|---|---|
|
| Web-toolsa | |
|
| ||
| Malaria parasite rate (PR; for | Available now | Available now |
| Dominant mosquito vectors | Available now | Available now |
| Malaria-relevant blood disorders | Coming soon | Available now |
|
| ||
| Administrative boundary shapefiles | Available now | Not currently available |
| Annual Parasite Incidence (API; for | Coming soon | Coming soon |
| Malaria reproductive number ( | Coming soon | Available now |
|
| ||
| Predicted malaria infection risk, prevalence, and associated illness | Available now | Available now |
| Predicted prevalence of malaria-relevant blood disorders | Available now | Available now |
| Predicted mosquito vector distribution and relative abundance | Available now | Available now |
| Intervention Coverage (ITNs; IRS; ACT) | Available now | Available now |
| Global travel time to cities | Available now | Available now |
aAvailable at map.ox.ac.uk
Outline of malariaAtlas functions
| Category | Function name | Purpose | Data type | R object class |
|---|---|---|---|---|
| ‘List’ available data |
| Wrapper for below functions, returning a | – |
|
|
| Return a | Point data |
| |
|
| Return a | Shapefile |
| |
|
| Return a | Raster |
| |
| ‘Get’ available data |
| Download parasite rate survey data for specified location(s) and species | Point data |
|
|
| Download shapefiles for specified location(s) and administrative level(s) | Shapefile |
| |
|
| Download specified rasters for specified location(s) and year(s) | Raster |
| |
| ‘ |
| Quickly visualise parasite rate survey locations and raw PR values for data downloaded using | Point data |
|
|
| Quickly visualise shapefiles downloaded using | Shapefile |
| |
|
| Quickly visualise rasters downloaded using | Raster |
| |
| Utility functions |
| Extract values from specified rasters at specified point locations (lat/long) | Point data |
|
|
| Convert parasite rate from a given age-range to another | Prevalence |
| |
|
| Convert | Shapefile | ||
|
| Convert objects of | Raster |
malariaAtlas specific object class defined for purposes of quick visualisation using autoplot (pr.points; mapShp; and mapRaster) or in-built optional conversion of Spatial* classes to data.frame formats (mapShp; mapRaster)
b See the ageStand R package on GitHub [43] or malariaAtlas help files for additional information on convertPrevalence
Fig. 1Using malariaAtlas to download and visualise geolocated parasite rate data and modelled raster data. a malariaAtlas-derived map of the full PfPR database available to download using getPR. Points are coloured according to PR value and sized according to sample size. Grey points illustrate confidential data. b Map of all PR points from The United Republic of Tanzania hosted by MAP for both Plasmodium falciparum and Plasmodium vivax. c Rasters of estimated spatial distribution of PfPR in Mozambique in 2000, 2005, 2010 and 2015 from Bhatt et al. [8]. For all panels, the malariaAtlas R code used to download and visualise the relevant data is included below the map
Fig. 2Predicting the spatial distribution of Plasmodium vivax using malariaAtlas-derived response and covariate data. a Map illustrating locations of age-standardised PvPR survey points within the study area as used for response data in mock analysis 1. River locations were downloaded from the Global Lakes and Wetlands Database [52]. b Predicted Plasmodium vivax parasite rate within the study area. Predictions are derived from a Bayesian geostatistical model using data in panel a and environmental covariates including night-time temperature, elevation and rainfall. Both maps were produced using malariaAtlas’ autoplot methods and ggplot2 [42]. Absolute values were removed from the colour scales to reflect the purely illustrative nature of this analysis
Fig. 3Including mosquito occurrence data alongside PR survey data in models of Plasmodium falciparum parasite rate. a Map of geolocated input data, PR points (coloured circles) were obtained from MAP using the malariaAtlas_PR zoon module; mosquito presence data (red triangles) were obtained from GBIF using the SpOcc zoon module [44, 51, 53]. b, c Predicted Plasmodium falciparum parasite rate from logistic regression models using either PR data only (b) or PR data and mosquito occurrence data (c). Maps were produced using malariaAtlas’ autoplot methods and ggplot2 [42]. Absolute values were removed from the colour scales to reflect the purely illustrative nature of this analysis