Download Archive but Not Shown

Download Archive but Not Shown

Reid et al. BMC Res Notes (2020) 13:195 https://doi.org/10.1186/s13104-020-05038-w BMC Research Notes RESEARCH NOTE Open Access Automated gene data integration with Databio Robert W. Reid1,2, Jacob W. Ferrier1 and Jeremy J. Jay1,2* Abstract Objective: Although sequencing and other high-throughput data production technologies are increasingly aford- able, data analysis and interpretation remains a signifcant factor in the cost of -omics studies. Despite the broad acceptance of fndable, accessible, interoperable, and reusable (FAIR) data principles which focus on data discov- erability and annotation, data integration remains a signifcant bottleneck in linking prior work in order to better understand novel research. Relevant and timely information discovery is difcult for increasingly multi-disciplinary projects when scientists cannot easily keep up with work across multiple felds. Computational tools are necessary to accurately describe data contents, and empower linkage to existing resources without prior knowledge of the various database resources. Results: We developed the Databio tool, accessible at https ://datab .io/, to automate data parsing, identifer detec- tion, and streamline common tasks to provide a point-and-click approach to data manipulation and integration in life sciences research and translational medicine. Databio uses fast real-time data structures and a data warehouse of 137 million identifers, with automated heuristics to describe data provenance without highly specialized knowledge or bioinformatics training. Keywords: Data integration, Workfow automation, Knowledge discovery Introduction Interoperable, and Reusable (FAIR) data principles [3], Although sequencing and other high-throughput data current data provider implementations focus on descrip- production technologies are increasingly afordable, data tive metadata and keyword-oriented search applications, analysis remains a signifcant factor in the cost of -omics leaving the detailed gene and other -omics data inacces- studies [1]. Without improving the ability to automate sible to computational discovery methods. data integration and interoperation, the cost of analysis Data producers recognize the need to enable greater will continue to impede access to precision medicine for access to hosted data, but there are no well-accepted underserved populations with limited resources. Many machine-readable means for annotating the contents of resources have been developed around the concept of a data sets across the biomedical landscape [4]. Te lack central “Data Commons”, but the path forward remains of available standards and tools make it a cumbersome unclear [2], and current large data repositories are highly and time-consuming task to properly annotate identifer specialized and difcult to apply broadly. Despite the sources, record their provenance throughout an analyti- acceptance and proliferation the Findable, Accessible, cal process, and track subsequent data quality metrics. Tese challenges exist regardless of the level of research activity, including mammalian, marine, and agricultural *Correspondence: [email protected] 1 Department of Bioinformatics and Genomics, College of Computing research domains [5–7]. As a result, the majority of use- and Informatics, University of North Carolina at Charlotte, 9201 University ful scientifc results remain buried in supplementary City Blvd, Charlotte, NC 28223, USA tables, fgures, and poorly indexed data archives. Full list of author information is available at the end of the article © The Author(s) 2020. This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://crea- tivecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdo- main/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data. Reid et al. BMC Res Notes (2020) 13:195 Page 2 of 5 Although manual curation eforts have led to increas- Once felds are parsed, values are aggregated together ingly more data becoming available in data portals and and searched against our warehouse of multiple gene publication annotations, these eforts require specialized identifer data sources. Our current snapshot contains knowledge around biomedical resources. Even seemingly over 137 million unique gene, transcript, and protein trivial tasks are burdensome, such as those required for identifers and 92 million unique mapping pairs (Table 1). secondary analysis of a gene list in a supplementary table. Despite the extreme scale of determining identifer One must be able to identify obscure identifers such as source, this classifcation can be completed accurately ‘ENSG00000168653’, identify tools or mapping data that in real-time (less than 1 s) using Bloom flters for fast support it, and translate into symbols (e.g. ‘NDUFS5’) approximate matching [11]. Te top hits for each feld are or identifers (Entrez Gene ID 4725, or RefSeq Acces- collected (along with sample values) and returned to the sion NM_004552.3, etc) useful for their own analysis web interface so that users can verify the accuracy of the methods. Using these resources necessitates experience predicted identifer type. with the extract-transform-load (ETL) process, and the In addition to the classifcation index representation, resource knowledge and technical expertise has little to the Databio database also contains mappings that allow do with the science itself. supported identifers to be translated into other identifer Tese challenges represent an increasing burden on types. Although this common task has been supported by data producers, which is deferred to data consumers who other tools such as David, Uniprot, and BioMart [12–14], are faced with the need to integrate loosely described these tools require manual data manipulation, special- high-throughput experiments into novel studies [8]. ized knowledge of identifer sources, and cannot replace Because data consumers only need these analytical skills identifers within the context of the original data fle [15]. occasionally, they are more prone to implementation Databio is able to translate identifers in-place, removing errors and struggle to fully integrate complex data rela- multiple opportunities for error and keeping the data in tionships [9, 10]. Tus there is a need to simplify and context. Tese changes are applied to the existing data automate the discovery and retrieval process. schema and exported to a CSV-format data set that can be readily imported into other tools for subsequent anal- Main text ysis (see bottom of Fig. 1). We present Databio, a novel framework for automat- Further easing the burden of data manipulation on the ing the extraction, annotation, and integration of gene- user, Databio is able to track important data quality issues oriented data sets. Databio automates data parsing and such as missing identifers and ambiguous mappings. Te identifer detection, and streamlines many common tasks Databio warehouse maintains a record of publication to provide a point-and-click approach to data manipula- and citation info for each identifer source, the last fetch tion and integration across a broad spectrum of applica- and access dates, and analysis logs describing processing tions in life sciences research and translational medicine. steps and data quality metrics. Using this information, Tis ability to quickly and accurately streamline complex Databio can establish that necessary metadata for publi- tasks will enable faster and better analysis of -omics data. cation, distribution, and reuse is present and accurately tracked. Tis ensures that data consumers know the state Implementation and available data of a data set including access dates, citations, and rel- Databio is implemented as a web-based data portal evant usage limitations. (https ://datab .io) that allows users to interact with the embedded tools using an interactive web browser-based Usage interface. For example, a study identifed 634 genes associated User data uploads are frst handled via an automatic with Type 2 Diabetes Genome-Wide Association Study detection framework that determines the source data loci [16], and provided the results in a Supplemen- format (see top Fig. 1). Te current implementation sup- tary Table (see top, Fig. 1). We want to look for rela- ports Tab-separated values (TSV), Comma-separated tionships between the RefSeq Transcript sequences values (CSV), and Excel 2007+ spreadsheets (XLSX). of the genes and the listed loci. However, searching for Records (rows) and felds (columns) within these docu- ‘ENSG00000168653’ in RefSeq currently yields no results, ments are exposed to the rest of the application through a and the gene Symbol ‘NDUFS5’ returns 19 Human modular interface allowing for support for

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    5 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us