Literature DB >> 31886410

Malaria Data by District: An open-source web application for increasing access to malaria information.

Sean Tomlinson1,2, Joshua Longbottom1,2, Andy South1.   

Abstract

Preventable diseases still cause huge mortality in low- and middle-income countries. Research in spatial epidemiology and earth observation is helping academics to understand and prioritise how mortality could be reduced and generates spatial data that are used at a global and national level, to inform disease control policy. These data could also inform operational decision making at a more local level, for example to help officials target efforts at a local/regional level. To be usable for local decision-making, data needs to be presented in a way that is relevant to and understandable by local decision makers. We demonstrate an approach and prototype web application to make spatial outputs from disease modelling more useful for local decision making. Key to our approach is: (1) we focus on a handful of important data layers to maintain simplicity; (2) data are summarised at scales relevant to decision making (administrative units); (3) the application has the ability to rank and compare administrative units; (4) open-source code that can be modified and re-used by others, to target specific user-needs. Our prototype application allows visualisation of a handful of key layers from the Malaria Atlas Project. Data can be summarised by administrative unit for any malaria endemic African country, ranked and compared; e.g. to answer questions such as, 'does the district with the highest malaria prevalence also have the lowest coverage of insecticide treated nets?'. The application is developed in R and the code is open-source. It would be relatively easy for others to change the source code to incorporate different data layers, administrative boundaries or other data visualisations. We suggest such open-source web application development can facilitate the use of data for public health decision making in low resource settings. Copyright:
© 2019 Tomlinson S et al.

Entities:  

Keywords:  Application; Data accessibility; Malaria; Open-access; R; Shiny

Year:  2019        PMID: 31886410      PMCID: PMC6915811          DOI: 10.12688/wellcomeopenres.15495.2

Source DB:  PubMed          Journal:  Wellcome Open Res        ISSN: 2398-502X


Introduction

In recent years, the mapping of diseases has improved considerably in extent, resolution and accuracy ( Kraemer ). Increasingly, data and related spatial outputs are being made publicly available ( Briand ; Flueckiger ). However, the full potential of associated modelled outputs will only be realised if data are accessed and used to inform local decision making. Recent reviews have suggested that data repositories are mainly targeted toward researchers rather than decision makers and that there is a need to improve indicator data use in low- and middle-income countries ( Briand ; Omumbo ). We describe the development of an open-source web application, MaDD (Malaria Data by District) ( Tomlinson ), that enables disease distribution data to be more accessible at a local level. The Malaria Atlas Project (MAP) is an international consortium which provides geographical information on diverse aspects of malaria epidemiology ( Hay & Snow, 2006). The open-access data generated by MAP have the potential to influence policy at the national and subnational level ( Hay & Snow, 2006; Moyes ). The project includes sophisticated interpolation models that allow inference of malaria prevalence, as detailed in national and regional indicator surveys, at non-sampled locations ( Giorgi ; Hay & Snow, 2006). Getting contemporary estimates of malaria metrics to policy makers is essential, but barriers to acceptance exist, notably for modelled predictions; these include the complexity of the statistics described within output reports, and the description of assumptions made during the modelling process ( Whitty, 2015). Additional barriers include the sheer wealth of data available, making it difficult to find and choose data surfaces despite central repositories that may be easily navigable. These factors have contributed towards a general lack of modelled outputs being used by local-level implementation programmes in Africa ( Omumbo ). Most modelled MAP data are provided as spatial estimates, presented as 5 × 5 km gridded surfaces, for example, estimates of Plasmodium falciparum prevalence and mortality, estimates of indoor residual spraying coverage and estimates of dominant vector species distributions and abundance ( Bhatt ; Gething ; Sinka ). Though data generated at this spatial resolution provides a visual indication of subnational disparities, it is not immediately clear how these data may be used directly in operational decision-making. For modelled data to be utilised by operational staff at a local level, there is a requirement for additional tools and the ability to convert such data into operationally useful metrics at the level of administrative units ( Knight ; Omumbo ; Whitty, 2015). Data curated by MAP can already be accessed via online interactive maps ( Malaria Atlas Project, 2019), an online country profiles tool and the R package ( Pfeffer ). These are powerful tools enabling access to MAP generated data that do include data summaries by administrative units. However, because of the wealth of data and functionality it is not straightforward to find and use these tools to perform district-level comparisons. Here, we present an application that allows rapid generation and comparison of summary statistics for a select suite of malaria indicator variables at the sub-national administrative level. MaDD is open-source and coded in R, so it can easily be modified to address local needs ( R Core Team, 2019). This is a step towards developing tools for local decision makers to inform questions such as, “where should we prioritise the targeting of IRS rounds this season?”.

Methods

Development background

Malaria and malaria-associated data from MAP are curated from a wide variety of sources, including national control programmes, national survey data, satellite imagery, published and grey literature ( Moyes ). Presently, MAP provide 93 data layers relating to malaria and associated metrics ( Pfeffer ). The data are mostly stored as gridded surfaces at a resolution of 1 or 5 km. To ensure that MaDD was easy to use and that users are not overwhelmed with the diverse range of MAP data, we refined the list of input data surfaces down to four impactful malariometric variables, these are: Malaria incidence: all-age incidence rate (clinical cases per 1,000 population per annum) of Plasmodium falciparum malaria ( Bhatt ). Malaria prevalence in children: age-standardised parasite rate for Plasmodium falciparum malaria for children two to ten years of age (PfPR2–10) ( Bhatt ). Insecticide treated net coverage: proportion of the population who were protected by ITNs ( Bhatt ). Travel time to nearest city: minutes ( Weiss ). The data surfaces were chosen to illustrate the distribution of malaria incidence in the context of bed net distributions and proximity to cities. Other data layers could be added relatively easily by small modifications to the open source code. Surfaces were obtained from MAP utilising the ‘malariaAtlas’ R package (version 0.0.3) ( Pfeffer ). These surfaces were then aggregated using first-level administrative boundaries for each country in sub-Saharan Africa as provided by the Food and Agriculture Organization of the United Nations, and the ‘raster’ package (version 2.8-19) ( FAO, 2008; Hijmans, 2019). Boundaries for display were simplified to make the user interface quick and responsive to user choices (i.e. reduction of polygon features and aggregation of spatial resolution), using the ‘rmapshaper’ package (version 0.4.1) ( Teucher & Russell, 2018). Due to the computational time required to run zonal aggregation, this process was pre-computed, and the output data are stored with the application source code. We provide this preprocessing code within our open-source repository, so that other data layers from MAP or elsewhere can also be presented within the same framework.

Implementation

We used R (version 3.5.0) and the Shiny (version 1.2.0) framework to develop an online user-interface which allows users to interact with African MAP data, providing summary statistics by subnational administrative units ( Chang ; R Core Team, 2019). Shiny allows interactive web applications to be created with R code. This enables the creation and modification of web applications by researchers without specific knowledge of application scripting languages and workflows, something that traditionally required a dedicated web developer. During development we made several choices regarding the user interface (UI) to ensure that the tool is user-friendly. The key goal that drove UI development was ease of use. The aim was to minimise the total number of inputs that the user was required to consider and maximise the space allocated for visualising the spatial surfaces and output report statistics. The UI for MaDD went through several iterations during development to reflect growing functionality and target audience feedback. Anticipated target audiences for MaDD are detailed in Table 1.
Table 1.

Anticipated main interests for target audiences.

Target audienceAnticipated main interests
High-level policymakersPrioritisation of the most burdensome administrative areas in which to roll out an intervention/control programme.
DonorsMaximising existing data accessibility to meet malaria eradication targets.
Technical health agencies (e.g. World Health Organization)Monitoring of administrative-level trends across a suite of indicators, as a means of identifying operation efficacy.

Operation

MaDD ( Tomlinson ) can be publicly accessed at https://seantomlinson30.shinyapps.io/shiny-map-prize/, with any modern web browser (e.g. Firefox, Chrome, Safari or Edge). Though we will make efforts to ensure MaDD remains available on a public platform, this relies upon continued free server hosting being available. Interfacing with MaDD on a hosted platform allows computation and memory requirements to be handled by the hosting server, reducing the technical requirements for users. MaDD can also be run from the source code locally using R and RStudio. All source code for MaDD can be found under version control at https://github.com/SeanTomlinson30/SHINY-map-prize. The minimum system requirements of R and RStudio may change and can be found at https://www.r-project.org/ and https://www.rstudio.com/, respectively.

Use case

Users can first select a country of interest. This selection is made from a list of malaria-endemic sub-Saharan African countries with modelled metrics, as provided in the scrollable “Country” field in the left-hand side panel of the MaDD UI ( Figure 1, red box). This country selection triggers an update of the map visible within the “Map” tab on the right-hand side of the application ( Figure 1, blue box). The “Map” tab is visible by default and dynamically updates to reflect the data surfaces the user has selected for comparison, as indicated by the “Data to show and compare” selection box within the input panel. Within this map, the user can hover the cursor over polygons (boundaries representing each administrative unit) to determine the name of the visualised administrative unit.
Figure 1.

Screenshot of the Malaria Data by District application homepage.

The main application page is split into a user input field (red box), which allows user to select the country, variable and districts of choice. The selected country is interactively plotted on the right side of the main page (blue box) and visualises the variables selected by the user.

Screenshot of the Malaria Data by District application homepage.

The main application page is split into a user input field (red box), which allows user to select the country, variable and districts of choice. The selected country is interactively plotted on the right side of the main page (blue box) and visualises the variables selected by the user. In the input section on the left, users can filter administrative divisions to compare; by default, all first-level administrative divisions for the country are selected. The mean values for all surfaces by administrative unit can be compared and ranked within the “Table” tab. This presents an interactive table ( Figure 2) that includes the priority (rank) for each variable and the ability to reorder the rows based on any column. Priority is set such that 1 indicates the “greatest need” i.e. highest malaria prevalence, lowest proportional coverage of bed nets and most remote district. This allows the user, for example, to order the rows based on malaria prevalence and then quickly see whether the administrative units with the greatest need also have other underperforming metrics; for example, a low proportional coverage of bed nets. There are likely to be other complicating factors influencing the interaction and causality across metrics, but this table allows users to determine where broad patterns are not as expected.
Figure 2.

Screenshot of the Malaria Data by District application interactive table.

Upon generation of the output file, an interactive table is populated (red box), which allows users to rank order data by column and search for variable names and statistics.

Screenshot of the Malaria Data by District application interactive table.

Upon generation of the output file, an interactive table is populated (red box), which allows users to rank order data by column and search for variable names and statistics. The “Generate Report” button present at the bottom of the left-hand side panel is used to generate summary statistics and country-specific choropleth maps, which are then shown in the “Output Report” tab ( Figure 3). These maps are also provided as a rendered RMarkdown document (saved locally as a temporary file on the user’s machine). Once the report is generated, a “Download Report” button becomes available, on the left-hand side panel, which enables the user to save the report as a locally viewable HTML file.
Figure 3.

Screenshot of the Malaria Data by District application output report.

Upon generation of the report (blue box), a download button becomes available (red box) allowing users to save the output file locally as an HTML file.

Screenshot of the Malaria Data by District application output report.

Upon generation of the report (blue box), a download button becomes available (red box) allowing users to save the output file locally as an HTML file.

Discussion

We present, MaDD ( Tomlinson ) a prototype user interface demonstrating how MAP and other data can be made more accessible to local decision makers. MaDD permits easy access to MAP data at the level of administrative units, through administrative division aggregation, interactive tables and plots. MaDD has been developed with open-source software and can be easily edited to include additional data surfaces, calculations, visualisations, or expanded to focus on specific geographic regions. One of the biggest challenges in developing successful digital tools is in getting them adopted and used ( Knight ). This has been recognised for digital projects in the development sector, prompting a set of Principles for Digital Development. These include recommendations that projects be designed with the user, understand the existing ecosystem, be collaborative and use open standards, open data, and open-source. Using open-source code (and particularly R given its wide adoption within a broad user community beyond computer scientists) has the advantage that tools can be adapted to fit local needs. MaDD was developed to show summary statistics and plots for four impactful variables relating to malaria control; however, the framework we have developed is receptive to any of the surfaces generated by MAP. Though MaDD was developed for the African continent, future work could expand to include additional countries of interest, such as those with endemic malaria transmission in Asia or South America. Presenting publicly available data in an easily interactable and navigable way has the potential to increase public engagement and awareness of malaria trends to those concerned. There are limitations to our application and approach. We aimed to demonstrate, with a prototype application, that open-source R software can be used to create useful and usable tools, improving access to data for malaria or other public health issues. However, we advise caution as this approach, and the application particularly, are not without risks. Firstly, focusing on the prototype application itself. We suggest that potential users critically assess whether the application and the data behind it, are appropriate to inform the questions they wish to address. For example, we would be comfortable with the application being used to give background on the malaria situation between administrative regions, but we would not be comfortable with operational decisions being made purely upon the rankings in one of the tables. One issue is the timeliness of the data layers. The process of data collection, modeling, layer creation and provision often takes years, such that publically available data may not be considered contemporary. Nevertheless, those data may be the best currently available and may still be useful to inform decision making in combination with other information sources. On the issue of using other information sources, the prototype application deliberately had restricted options to promote usability. We recognise that the four data layers and single set of administrative boundaries we chose will not satisfy all potential users. There is a tension between usability and flexibility, i.e. making applications more flexible can make them more difficult to use and increases hosting requirements. Our aim was to show that highly usable applications can be created with open-source code. To move beyond the prototype, dialogue with users is required to establish what data layers and functionality are required and the open-source code can be modified accordingly. Such modification would not require a large software company or us but could be achieved by local R developers or data scientists. Since this work, we have won funding for a small project (afrimapr) to develop reusable R software building blocks, to make it easier to build applications like this with different data sources and functionalities. We will be working to promote the local development of open-source digital tools using R. These could, for example, use administrative boundaries available from national sources, which may be more recent or go to finer administrative levels. This will prompt other questions, such as the spatial resolution at which different global data layers can provide useful information. We hoped that providing this demonstration and open-source code would allow others to create similar applications using data to inform local decision making for disease control. We were pleased to be recently contacted by the Data Integration team at USAID President's Malaria Initiative, who indicated they are integrating our application into their own malaria information platform (Okoko, personal communications). They are developing analytical tools to inform the geographic allocation of malaria resources by in-country staff and national malaria control programmes in 27 countries and have plans to adapt our code to their own needs. We look forward to this and other open tools being developed to improve the use of data for local decision making in public health.

Data availability

The malariometric datasets analysed during this study are available from the Malaria Atlas Project database at: http://www.map.ox.ac.uk/explorer/, and the R package ( Pfeffer ). These data are available under the terms of a Creative Commons Attribution 3.0 license (CC BY 3.0).

Software availability

MaDD application available at: https://seantomlinson30.shinyapps.io/shiny-map-prize/. Source code available from: https://github.com/SeanTomlinson30/SHINY-map-prize. Archived source code at time of publication: https://doi.org/10.5281/zenodo.3466884 ( Tomlinson ). License: MIT License. I confirm that I have read this submission and believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. I have no further comments. I confirm that I have read this submission and believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. The authors describe an open-source, easily accessible application that has great potential for use by policy-makers or National Malaria Control Programmes deciding on how best to target interventions to ensure greatest coverage relative to burden of disease. My main comments are around the conclusions of the tool and its performance. The authors conclude that MaDD can present publicly available data in an easily interactable and navigable way. This is true. However, they also assert that this tool could inform local decision-makers asking questions such as ‘where should we prioritise the targeting of IRS rounds this season’. This highlights the fact that the limitations of the application are not fully discussed. Those limitations include timeliness of MAP revisions and incorporation of new prevalence data into models and ITN coverage data for example, relative to timing of decision-making at local levels. Is it true that a national policy maker could rely on this application to make year-on-year decisions as to where to target interventions and if not, then what would be required to allow that to happen? Another limitation related to above is the confidence with which estimates can be made at lower administrative levels. For example, how useful are the maps in DRC if they are only available at provincial level? If policy makers add in layers of lower administrative levels is there enough prevalence data to have the confidence to predict down to those levels? The authors correctly state that one of the biggest challenges in developing successful digital tools is getting them adopted and used. This tool is a streamlined simple tool which is really appealing, but the simplicity of it may mask the complexity of malaria epidemiology at sub-national levels and lead to a lack of confidence by users (e.g. National control programmes) of the data presented to some extent. I confirm that I have read this submission and believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard, however I have significant reservations, as outlined above. We thank Caroline Lynch for her insightful and practical comments that we have responded to below. “The authors describe an open-source, easily accessible application that has great potential for use by policy-makers or National Malaria Control Programmes deciding on how best to target interventions to ensure greatest coverage relative to burden of disease.” “My main comments are around the conclusions of the tool and its performance. The authors conclude that MaDD can present publicly available data in an easily interactable and navigable way. This is true. However, they also assert that this tool could inform local decision-makers asking questions such as ‘where should we prioritise the targeting of IRS rounds this season’. This highlights the fact that the limitations of the application are not fully discussed.” Response: We agree that improved discussion of the limitations of the application and approach would be useful for the reader. We already assert that the application is a prototype and a step towards useful tools for local decision-makers, but we have added two paragraphs to the discussion expanding on the limitations of this prototype. “Those limitations include timeliness of MAP revisions and incorporation of new prevalence data into models and ITN coverage data for example, relative to timing of decision-making at local levels. Is it true that a national policy maker could rely on this application to make year-on-year decisions as to where to target interventions and if not, then what would be required to allow that to happen?” Response: This is an important point that limitations of decision-supporting applications and the data behind them need to be considered carefully. The timeliness of data is particularly relevant. We have presented a prototype and our aim is to show that useful decision-supporting applications can be built with open-source software. There is indeed a risk that applications could provide poor advice to decision-makers because of these issues. However, we suggest that such applications could make it easier to give decision-makers access to the currently-best-available data (than for-example commercial software applications or paper reports both of which could take longer than modifying an open-source application). We cover this in the new discussion paragraph 4. “Another limitation related to above is the confidence with which estimates can be made at lower administrative levels. For example, how useful are the maps in DRC if they are only available at provincial level? If policy makers add in layers of lower administrative levels is there enough prevalence data to have the confidence to predict down to those levels?” Response: We also agree that care needs to be taken with the spatial resolution that data are aggregated to. In the future, we would like to see more guidance on the confidence that can be had in using such global, modeled datasets at a local level. We cover this in the new discussion paragraph 5. “The authors correctly state that one of the biggest challenges in developing successful digital tools is getting them adopted and used. This tool is a streamlined simple tool which is really appealing, but the simplicity of it may mask the complexity of malaria epidemiology at sub-national levels and lead to a lack of confidence by users (e.g. National control programmes) of the data presented to some extent.” Response: We agree that there is a risk that local users may not trust applications such as this if they feel that it is over-simplified and does not represent the situation on the ground that they see. Our aim was to provide a prototype demonstrating that streamlined applications can be made. The beauty of open-source software is that if local users decide that we have gone too far and taken too much out, it is relatively straightforward to add additional data or functionality. Such modification would not require paying a northern hemisphere software company (or us) more money, but instead could be done by local data-scientists or R developers. We cover this in the new discussion paragraph 5. The authors describe an application that has a big potential, especially for policy makers to make informed decisions by making public health-related datasets/maps easily accessible via an online platform. My main comments include allowing for more flexibility for the end-user (allow the user to pre-load a shapefile of choice or present more options) and incorporation of more public health-related datasets. While refining MAP data to four products makes the app easily navigable, what of other users who might be interested in other products and not necessarily the four that were chosen for MaDD? Are there plans to extend the app and have more products? There are more spatial products in the public domain that would benefit from being repackaged at a subnational scale for district managers. For example, the population distribution maps, gridded surface showing travel time to different tiers of healthcare. This is because the end users of the app are mainly policy makers as opposed to researchers. The subnational boundaries are dynamic and vary by size, shape and number within a country. It would be important for the policy makers to be able to load different sub-national units within the app or add functionality to the app to load boundaries from other sources ( GADM,  HDX,  DIVA-GIS and others). It is also often the case that a country has different administrative boundaries at level 2, 3 and 4 and users would be interested at lower scale variation if they are district managers. For example, under the current implementation of MaDD, Kenya is shown by its 8 former provinces while the current structure is 47 sub national units (counties) representing 47 county governments which are further broken down to sub counties and wards. I confirm that I have read this submission and believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard, however I have significant reservations, as outlined above. We thank Peter Macharia for his detailed and helpful comments that we have responded to below. Response to 1: This is a good point. We recognise that the four data layers we chose will not satisfy all potential users. There is a tension between usability and flexibility. Our aim was to show that highly usable applications can be created with open-source code. Our application is a prototype. Dialog with users is required to establish where additional data layers are required and then the open-source code can be modified to incorporate them. We include this text in two paragraphs we have added to the discussion. Response to 2: In short, yes, there are plans to extend this work. Specifically, we have won funding to develop reusable R software building blocks to make it easier to build applications like this with different data sources and functionalities. We added mention of this to the discussion paragraph 5. Response to 3: We agree that applications should be able to use boundaries from different sources. In this prototype, we used a single set of boundaries to maintain high usability. As we provide the source code it would be relatively easy for developers to use different boundaries. A primary aim of our upcoming project, to develop reusable R building blocks for spatial data in Africa, is to make it easier to use different boundary data sets. Response to 4: An excellent point that sub-national boundaries are constantly changing and that it is difficult for global public data providers to keep up-to-date. Countries often have finer scale sub-national and administrative boundaries. When designing applications for national-level decision making it should be possible to use these other national data sets. Flexible application design could allow default pre-loaded boundaries to be used with the option to load other boundaries if they are available. We added mention of this to the discussion paragraph 5.
  13 in total

1.  A global map of travel time to cities to assess inequalities in accessibility in 2015.

Authors:  D J Weiss; A Nelson; H S Gibson; W Temperley; S Peedell; A Lieber; M Hancher; E Poyart; S Belchior; N Fullman; B Mappin; U Dalrymple; J Rozier; T C D Lucas; R E Howes; L S Tusting; S Y Kang; E Cameron; D Bisanzio; K E Battle; S Bhatt; P W Gething
Journal:  Nature       Date:  2018-01-10       Impact factor: 49.962

2.  Integrating data and resources on neglected tropical diseases for better planning: the NTD mapping tool (NTDmap.org).

Authors:  Rebecca M Flueckiger; Birgit Nikolay; Huub C Gelderblom; Jennifer L Smith; Danny Haddad; Wesley Tack; Guy Hendrickx; David Addiss; Jorge Cano; Danny R Hatcher; Adrian Hopkins; Rachel L Pullan; Alex Pavluck; Eric Ottesen; Simon J Brooker
Journal:  PLoS Negl Trop Dis       Date:  2015-02-05

3.  The effect of malaria control on Plasmodium falciparum in Africa between 2000 and 2015.

Authors:  S Bhatt; D J Weiss; E Cameron; D Bisanzio; B Mappin; U Dalrymple; K Battle; C L Moyes; A Henry; P A Eckhoff; E A Wenger; O Briët; M A Penny; T A Smith; A Bennett; J Yukich; T P Eisele; J T Griffin; C A Fergus; M Lynch; F Lindgren; J M Cohen; C L J Murray; D L Smith; S I Hay; R E Cibulskis; P W Gething
Journal:  Nature       Date:  2015-09-16       Impact factor: 49.962

4.  From global action against malaria to local issues: state of the art and perspectives of web platforms dealing with malaria information.

Authors:  Dominique Briand; Emmanuel Roux; Jean Christophe Desconnets; Carmen Gervet; Christovam Barcellos
Journal:  Malar J       Date:  2018-03-21       Impact factor: 2.979

5.  Providing open access data online to advance malaria research and control.

Authors:  Catherine L Moyes; William H Temperley; Andrew J Henry; Clara R Burgert; Simon I Hay
Journal:  Malar J       Date:  2013-05-16       Impact factor: 2.979

6.  How well are malaria maps used to design and finance malaria control in Africa?

Authors:  Judy A Omumbo; Abdisalan M Noor; Ibrahima S Fall; Robert W Snow
Journal:  PLoS One       Date:  2013-01-11       Impact factor: 3.240

7.  What makes an academic paper useful for health policy?

Authors:  Christopher J M Whitty
Journal:  BMC Med       Date:  2015-12-17       Impact factor: 8.775

Review 8.  Bridging the gap between evidence and policy for infectious diseases: How models can aid public health decision-making.

Authors:  Gwenan M Knight; Nila J Dharan; Gregory J Fox; Natalie Stennis; Alice Zwerling; Renuka Khurana; David W Dowdy
Journal:  Int J Infect Dis       Date:  2015-11-03       Impact factor: 3.623

9.  Modelling the relative abundance of the primary African vectors of malaria before and after the implementation of indoor, insecticide-based vector control.

Authors:  Marianne E Sinka; Nick Golding; N Claire Massey; Antoinette Wiebe; Zhi Huang; Simon I Hay; Catherine L Moyes
Journal:  Malar J       Date:  2016-03-05       Impact factor: 2.979

10.  malariaAtlas: an R interface to global malariometric data hosted by the Malaria Atlas Project.

Authors:  Daniel A Pfeffer; Timothy C D Lucas; Daniel May; Joseph Harris; Jennifer Rozier; Katherine A Twohig; Ursula Dalrymple; Carlos A Guerra; Catherine L Moyes; Mike Thorn; Michele Nguyen; Samir Bhatt; Ewan Cameron; Daniel J Weiss; Rosalind E Howes; Katherine E Battle; Harry S Gibson; Peter W Gething
Journal:  Malar J       Date:  2018-10-05       Impact factor: 2.979

View more
  3 in total

1.  The importance of effective data sharing and reuse to funders and others supporting research.

Authors:  Aki MacFarlane
Journal:  Learn Publ       Date:  2022-01-19

2.  Maplaria: a user friendly web-application for spatio-temporal malaria prevalence mapping.

Authors:  Emanuele Giorgi; Peter M Macharia; Jack Woodmansey; Robert W Snow; Barry Rowlingson
Journal:  Malar J       Date:  2021-12-20       Impact factor: 2.979

3.  resistancebank.org, an open-access repository for surveys of antimicrobial resistance in animals.

Authors:  Nicola G Criscuolo; João Pires; Cheng Zhao; Thomas P Van Boeckel
Journal:  Sci Data       Date:  2021-07-22       Impact factor: 6.444

  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.