Abstract

SummaryLarge biobanks, such as UK Biobank with half a million participants, are changing the scale and availability of genotypic and phenotypic data for researchers to ask fundamental questions about the biology of health and disease. The breadth of the UK Biobank data is enabling discoveries at an unprecedented pace. However, this size and complexity pose new challenges to investigators who need to keep the accruing data up to date, comply with potential consent changes, and efficiently and reproducibly extract subsets of the data to answer specific scientific questions. Here we propose a tool called ukbREST designed for the UK Biobank study (easily extensible to other biobanks), which allows authorized users to efficiently retrieve phenotypic and genetic data. It exposes a REST API that makes data highly accessible inside a private and secure network, allowing the data specification in a human readable text format easily shareable with other researchers. These characteristics make ukbREST an important tool to make biobank’s valuable data more readily accessible to the research community and facilitate reproducibility of the analysis, a key aspect of science.Availability and implementationIt is implemented in Python using the Flask-RESTful framework for the API, and it is under the MIT license. It works with PostgreSQL and a Docker image is available for easy deployment. The source code and documentation is available in Github: https://github.com/hakyimlab/ukbrest.

Highlights

  • Large-scale biobanks provide invaluable resources to the scientific community to investigate the causes of disease (Gaziano et al, 2016; Kvale et al, 2015; Sudlow et al, 2015)

  • UK Biobank, the most mature of them, is a prospective study of the health of individuals based in the UK (Bycroft et al, 2018)

  • In the UK Biobank, a data-field is identified with an ID followed by two additional indices: instance and array

Read more

Summary

Introduction

Large-scale biobanks provide invaluable resources to the scientific community to investigate the causes of disease (Gaziano et al, 2016; Kvale et al, 2015; Sudlow et al, 2015). Given this complexity, maintenance and reproducible phenotype and covariate extraction can be challenging. Maintenance and reproducible phenotype and covariate extraction can be challenging To address these problems we developed ukbREST, a user friendly tool that enables researchers to efficiently load the UK Biobank data into an SQL database, query any data-field and reproducibly document the phenotypes derived. The ukbREST server is started and it is ready to receive queries by any authorized user using the REST API (with authentication and encryption capabilities)

Reproducible phenotype specification
Security

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.