Skip to main content

OPINION article

Front. Genet., 23 May 2023
Sec. ELSI in Science and Genetics
This article is part of the Research Topic Opportunities and Challenges in Reusing Public Genomics Data View all 6 articles

Challenges to sharing sample metadata in computational genomics

  • 1Center for Public Health Genomics, School of Medicine, University of Virginia, Charlottesville, VA, United States
  • 2School of Data Science, University of Virginia, Charlottesville, VA, United States
  • 3Department of Biomedical Engineering, School of Medicine, University of Virginia, Charlottesville, VA, United States
  • 4Department of Public Health Sciences, School of Medicine, University of Virginia, Charlottesville, VA, United States
  • 5Department of Biochemistry and Molecular Genetics, School of Medicine, University of Virginia, Charlottesville, VA, United States

1 Introduction

The genomic data deluge has led to challenges with sharing and integrating genomic data. While substantial effort has been devoted to making genomics data easier to share, one challenge that has received little attention is the related goal of sharing genomic metadata, or attributes of biological samples. Genomic metadata is distinct from genomic data in many important ways that affect the optimal way to share it. Here, we outline several challenges specific to sharing metadata associated with genomic data. We argue that sharing genomic metadata is an important and underserved area in genomics, and that addressing this strategically could lead to alternative sharing paradigms with potentialto improve the overall computational genomics ecosystem.

2 What is metadata in genomics?

While much effort has been placed on the idea of sharing genomic data, it is helpful to distinguish between genomic data and metadata. In genomics, data is generally produced by a DNA sequencer, whereas metadata describes the sample from which these sequences were derived. Genomic data is inherently sample-centric: most genomic data is naturally derived from a biological sample. The attributes of these samples comprise the metadata. Metadata can be categorized into several types (Figure 1A): 1) inherent attributes describe essential characteristics of a sample, such as species or cell line; 2) experimental attributes describe processing features, such as treatments, experimental conditions, or library preparation protocols; finally, 3) analytical attributes describe inputs or outputs to data analysis, such as parameters or reference genome used. For example, in an RNA-seq experiment, the metadata may include inherent attributes like the sample cell type (K562), experimental attributes like treatment (DMSO), and analytical attributes like paths to data stored in .fastq files.

FIGURE 1
www.frontiersin.org

FIGURE 1. Challenges to sharing genomic metadata. (A) Biological sample metadata can be classified by type of attribute. (B) Metadata and data have distinct characteristics that affect sharing strategy. (C) Challenges in sharing metadata can be found along a process of retrieving data, from discovery to processing. The solutions column offers some recent or future work to address the challenges. (D) A lumped model puts data together with metadata; a divided model tailors services to the unique features of each. (E) Metadata from different sources may have different structure, making integration difficult.

3 Why distinguish metadata from data?

Broad discussions of sharing genomic data do not always distinguish metadata from the data itself. This ignores important differences that affect the challenges and opportunities for sharing. The characteristics of the data and metadata are different enough that the two warrant different strategies for sharing. Three relevant differences with important sharing implications are 1) size; 2) source; and 3) use case. Each of these differences has important implications that change the optimal strategy for sharing (Figure 1B).

3.1 Data size

One of the major challenges in sharing genomic data is size. In fact, this is a driving factor that is shaping our sharing strategies and driving huge investments in infrastructure (Schatz et al., 2021; Sheffield et al., 2022). However, metadata is typically much smaller than the data it describes. While genomic data may contain many thousands of sequencing reads for a single sample, the metadata for the same sample might only require a few simple annotations. As such, although it makes sense to avoid data transfer by bringing compute to the data for large genomic datasets (Schatz et al., 2021), this argument simply doesn’t apply to metadata, which is relatively cheap to duplicate and distribute. Lumping the two together therefore creates unnecessary barriers to metadata sharing.

3.2 Data source

Another important difference between data and metadata is that metadata is typically created and curated by humans, rather than by machines. Genomic data is overwhelmingly generated by high-throughput sequencers, which have matured to the point of producing standardized file formats which are computer-friendly from the beginning. The primary creator and consumer of these files is machines, as it is impractical for humans to manually explore hundreds of millions of genome fragments. This machine-centric quality creates a self-regulating standardization process for genomic data. In contrast, metadata is more frequently created and consumed by humans. This drastically increases the diversity of metadata, which makes it more challenging to consume, integrate, and analyze by computer. While sequences can all be integrated and processed similarly by software, metadata cannot. This leads to metadata-specific challenges in sharing.

3.3 Data use case

Finally, another key sharing-related difference between genomic data and metadata is how it is used. Of course, both data and metadata are likely required for any type of re-analysis, but metadata also has an additional specific use case: it is required for finding the data of interest in the first place. A search for data of interest is likely to need access to metadata in order to determine whether the data is relevant. Finding relevant data requires sifting through lots of potentially irrelevant datasets. As a result, metadata will be much more frequently viewed than data, making it even more important for sharing metadata to be simple, easy, fast, and cheap.

4 Challenges to sharing genomic metadata

Given the distinctions between data and metadata, it is clear that sharing metadata warrants a dedicated strategy. This strategy should address challenges specific to sharing metadata, which can be grouped into 6 areas: 1) standardizing terms; 2) standardizing formats; 3) distribution; 4) findability; 5) versioning; and 6) portability. These challenges span the life-cycle of metadata use, including discovery, access, harmonization, and processing (Figure 1C).

4.1 Findability

The first step to reusing data is finding it. However, because metadata are not centralized, but scattered across various servers and databases, finding relevant data can be a challenge. In addition to the general challenge of multiple sources to find data, the problem is exacerbated by the inability for computers to parse and index some metadata, such as PDFs or Excel files. Finally, authorization barriers inhibit findability. Though there has been some effort to create centralized search frameworks or open API-oriented systems (Canakoglu et al., 2019), existing tools are still covering only a small amount of the possible search space. Moreover, advances in natural language search indicate an exciting future that could use machine learning models to retrieve relevant research data (Lee et al., 2019).

4.2 Distribution

Distribution of genomic metadata is also a challenge. The status quo is ad hoc; there are a variety of different distribution mechanisms, and none is particularly machine-friendly. Much genomic metadata is deposited onto data-oriented databases, such as GEO or dbGap, where metadata is notoriously difficult to process, leading to a variety of dedicated tools for that purpose (Davis and Meltzer, 2007; Chen et al., 2019; Gumienny, 2019; Choudhary, 2019; Ewels et al., 2020; Cannizzaro et al., 2021; Gálvez-Merchán et al., 2022; Garcia et al., 2022; Khoroshevskyi et al., 2023). Distribution is sometimes intentionally restricted on the basis of privacy. Some patient attributes are protected, requiring authorization barriers, which make it harder to share. Furthermore, even for unrestricted attributes or cell-line data, metadata may be deposited under the same access restrictions as the data itself for convenience, because the repository may not be set up to separate the two (Figure 1D). This convenience violates a tenet of the FAIR philosophy, that metadata should be accessible even if the data itself has restricted access (Wilkinson et al., 2016). To fulfill this could require separating protected from public characteristics for some datasets. Another common distribution mechanism is through attached to journal publications, but this is highly non-standard and is not amenable to easy meta-analysis or reuse. One attempt at making genomic metadata easier to distribute and parse is the GenoMetric Query Language (GMQL), a declarative language that provides abstractions of experimental, biological, and clinical metadata (Masseroli et al., 2015). Modern authentication advances are making it easier to provide granular controlled access. Coupled with advances in API infrastructure, the stage is set for a next-generation of API-based, machine-friendly, data distribution services with granular access provision (Sheffield et al., 2022).

4.3 Terminology

A major challenge to sharing and re-using genomic metadata is that terms must match (Xue et al., 2023). One way to address this challenge is with ontologies. Ontologies provide vocabularies with controlled terms and definitions. They may also provide information about relationships among those terms. Creating ontologies is labor-intensive and requires coordination and community, but fortunately, many ontologies already exist for a variety of biomedical use cases (Smith et al., 2007; Hoehndorf et al., 2015; Malladi et al., 2015; Bandrowski et al., 2016). Unfortunately, in practice, researchers do not necessarily use existing ontologies (Fung and Bodenreider, 2019). One barrier is that the benefits of ontologies may become most apparent only in integrative meta-analysis. Therefore, for an individual study, an ontology may be viewed as merely added cost.

We can address this in two ways: either reducing the cost or increasing the value of using an ontology for individual studies. Reducing the cost means lowering the barrier to using controlled terms. There is an opportunity for tools that make it more user-friendly to use an ontology by suggesting controlled terms or mapping existing ontologies while metadata is being created. On the other side, we could approach the problem by adding value to an individual study that uses controlled terms. For instance, we could promote tools that will automatically integrate a new result with external data, even if this is not the primary analysis of the study. One example is gene identifiers: even for a standalone study, researchers want to analyze results in the context of existing public resources, so they must use standardized gene names. Work that develops both standards and annotated datasets for specific data types could encourage others to adopt those standards, such as projects to standardize genomic interval set metadata (Gundersen et al., 2021; Xue et al., 2023). Another possibility is to use machine learning approaches to standardize terminology post hoc (Cannizzaro et al., 2021).

4.4 Structure

It is not sufficient for two studies to use the same ontology and share controlled terms; they must also structure the data in the same way. Genomic metadata frequently adopts a tabular form, with rows corresponding to samples or files, and columns corresponding to attributes of the samples or files. However, genomic metadata may also adopt schema-less, document-based file formats. Furthermore, sample attributes are sometimes encoded in less machine-friendly ways, such as using text formatting or color to mark samples in Microsoft Excel files. Making metadata machine-understandable is a difficult challenge. Even if file formats and general structures are consistent, subtle differences may prevent integration. For example, CSV files can be one row per sample, or one row per file, or one row per sequencing lane (Figure 1E). These distinctions make sample tables non-interoperable, which in turn makes it difficult or impossible to integrate, hindering integrative re-analysis of data. Several attempts have been made to address this issue in general, such as ISA-tab (Sansone et al., 2012), the PEP framework (Sheffield et al., 2021), and META-BASE (Bernasconi et al., 2020). Another way to improve structural interoperability is to improve tooling for validating metadata against schemas. Projects such as JSON-schema (Pezoa et al., 2016), Schema Salad (Crusoe et al., 2022), and LinkML (Moxon et al., 2021) are building required infrastructure, but more work is needed before these become widely used for biomedical research data.

4.5 Versioning and identification

Metadata can change. Inherent and experimental attributes are mostly stable but may be edited or added. Furthermore, analytical attributes are frequently added to a metadata table as analysis progresses. Despite clear mutability, metadata tables are often treated as static. Version control is well established for code and has a diverse and multifaceted history for data as well (Klump et al., 2021), but the question of versioning metadata specifically is distinct. A common strategy for versioning sample metadata is to use tools built for code versioning, such as git. However, the fit is not perfect; the line-based nature of git and other code version control systems is less suited to a sample table which may have long lines. A more tailored approach would use a table-cell-based framework, but a bespoke tool for table versioning does not exist. In lieu of this, a common approach is to develop a protocol for recording revisions, typically involving incrementing version numbers in file names (Lawniczak et al., 2022). Also common is to simply not version control metadata. There are clear opportunities for innovation, new standards, and tool development to support the specific needs of metadata versioning.

4.6 Portability

A final challenge dealing with sample metadata is its portability. By portability, we mean whether relevance is retained if the data or metadata are moved to a different computing environment. Metadata often changes locations. e.g., from one collaborator’s computer to another, from a high-performance computing environment to a web repository to a laptop. In this process, some attributes lose their relevance: Although inherent and experimental attributes tend to be portable, many analytical properties are not. For example, sample tables often include file paths, but paths typically refer to a specific computing environment. Another example is properties used as input to a pipeline. For instance, the reference genome used is often included as an attribute in a table; however, it not a property of a sample itself, but of a particular analysis. If the sample table is reprocessed, this attribute changes. This distinction between portable and non-portable metadata is typically ignored, so genomic metadata includes both in a single table, which renders the table specific to a computing environment and thereby reduces its portability. This problem motivated the Portable Encapsulated Project framework (Sheffield et al., 2021), which allows environment-specific settings to be extracted from the same table into a configuration file that can change with the environment. There is opportunity for new approaches to conceptualize sample attributes in ways to acknowledge this portability problem to treat metadata attributes according to their portability.

5 Discussion

Large efforts targeted at standards for genomics data are underway, and helping to improve interoperability of genomic data (Field et al., 2011; Rehm et al., 2021; Velde et al., 2022). Relatively less effort has been focused on metadata specifically; yet genomic metadata differs enough from the data itself to warrant a specific sharing strategy. Metadata-specific challenges include findability, distribution, terminology, structure, identification, and portability; perhaps the greatest challenge to sharing metadata is caused by the overwhelming complexity introduced by its human-curated nature. Addressing these challenges will be critical to improve the interoperability of sample metadata—and interoperability, in turn, is a driver for integration and re-use. Only by solving this challenge will we be able to benefit from the knowledge that emerges from large-scale, systematic data integration. Of course, metadata sharing is just the beginning; important challenges remain with sharing the data itself. Nevertheless, our attempts to integrate data will remain limited until we address the challenges at metadata level that warrant specific attention.

Author contributions

NS conceived of the ideas and wrote the paper, with contributions from OK and NL. All authors contributed to the article and approved the submitted version.

Funding

This work was supported by the National Institute of General Medical Sciences Grant GM128636 (NCS).

Conflict of interest

NS is a consultant for in vitro Cell Research, LLC.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Bandrowski, A., Brinkman, R., Brochhausen, M., Brush, M. H., Bug, B., Chibucos, M. C., et al. (2016). The ontology for biomedical investigations. PLOS ONE 11, e0154556. doi:10.1371/journal.pone.0154556

PubMed Abstract | CrossRef Full Text | Google Scholar

Bernasconi, A., Canakoglu, A., Masseroli, M., and Ceri, S. (2020). The road towards data integration in human genomics: Players, steps and interactions. Briefings Bioinforma. 22, 30–44. doi:10.1093/bib/bbaa080

PubMed Abstract | CrossRef Full Text | Google Scholar

Canakoglu, A., Bernasconi, A., Colombo, A., Masseroli, M., and Ceri, S. (2019). GenoSurf: Metadata driven semantic search system for integrated genomic datasets. Database 2019, baz132. doi:10.1093/database/baz132

PubMed Abstract | CrossRef Full Text | Google Scholar

Cannizzaro, G., Leone, M., Bernasconi, A., Canakoglu, A., and Carman, M. J. (2021). “Automated integration of genomic metadata with sequence-to-sequence models,” in Machine learning and knowledge discovery in databases. Applied data science and demo track (New York City: Springer International Publishing), 187–203. doi:10.1007/978-3-030-67670-4_12

CrossRef Full Text | Google Scholar

Chen, G., Ramirez, J. C., Deng, N., Qiu, X., Wu, C., Zheng, W. J., et al. (2019). Restructured GEO: Restructuring gene expression omnibus metadata for genome dynamics analysis. Database 2019, bay145. doi:10.1093/database/bay145

PubMed Abstract | CrossRef Full Text | Google Scholar

Choudhary, S. (2019). Pysradb: A python package to query next-generation sequencing metadata and data from NCBI sequence read archive. F1000Research. 8, 532. doi:10.12688/f1000research.18676.1

PubMed Abstract | CrossRef Full Text | Google Scholar

Crusoe, M. R., Abeln, S., Iosup, A., Amstutz, P., Chilton, J., Tijanić, N., et al. (2022). Methods included: Standardizing computational reuse and portability with the common workflow language. Commun. ACM 65, 54–63. doi:10.1145/3486897

CrossRef Full Text | Google Scholar

Davis, S., and Meltzer, P. S. (2007). GEOquery: A bridge between the gene expression omnibus (GEO) and BioConductor. Bioinformatics 23, 1846–1847. doi:10.1093/bioinformatics/btm254

PubMed Abstract | CrossRef Full Text | Google Scholar

Ewels, P. A., Peltzer, A., Fillinger, S., Patel, H., Alneberg, J., Wilm, A., et al. (2020). The nf-core framework for community-curated bioinformatics pipelines. Nat. Biotechnol. 38, 276–278. doi:10.1038/s41587-020-0439-x

PubMed Abstract | CrossRef Full Text | Google Scholar

Field, D., Amaral-Zettler, L., Cochrane, G., Cole, J. R., Dawyndt, P., Garrity, G. M., et al. (2011). The genomic standards consortium. PLoS Biol. 9, e1001088. doi:10.1371/journal.pbio.1001088

PubMed Abstract | CrossRef Full Text | Google Scholar

Fung, K. W., and Bodenreider, O. (2019). “Knowledge representation and ontologies,” in Health informatics (New York City: Springer International Publishing), 313–339. doi:10.1007/978-3-319-98779-8_15

CrossRef Full Text | Google Scholar

Gálvez-Merchán, Á., Joseph, M. K. H., Pachter, L., and Booeshaghi, A. S. (2022). Metadata retrieval from sequence databases with ffq. Bioinformatics 39, btac667. doi:10.1093/bioinformatics/btac667

CrossRef Full Text | Google Scholar

Garcia, G. S., Leone, M., Bernasconi, A., and Carman, M. J. (2022). GeMI: Interactive interface for transformer-based genomic metadata integration. Database 2022, baac036. doi:10.1093/database/baac036

PubMed Abstract | CrossRef Full Text | Google Scholar

Gumienny, R. (2019). GEOparse: Python library to access gene expression omnibus database (GEO) Python Package Index.

Google Scholar

Gundersen, S., Boddu, S., Capella-Gutierrez, S., Drabløs, F., Fernández, J. M., Kompova, R., et al. (2021). Recommendations for the FAIRification of genomic track metadata. F1000Research. 10, ELIXIR-268. doi:10.12688/f1000research.28449.1

PubMed Abstract | CrossRef Full Text | Google Scholar

Hoehndorf, R., Slater, L., Schofield, P. N., and Gkoutos, G. V. (2015). Aber-OWL: A framework for ontology-based data access in biology. BMC Bioinforma. 16, 26. doi:10.1186/s12859-015-0456-9

PubMed Abstract | CrossRef Full Text | Google Scholar

Khoroshevskyi, O., LeRoy, N., Reuter, V. P., and Sheffield, N. C. (2023). GEOfetch: A command-line tool for downloading data and standardized metadata from GEO and sra. Bioinformatics 39, btad069. doi:10.1093/bioinformatics/btad069

PubMed Abstract | CrossRef Full Text | Google Scholar

Klump, J., Wyborn, L., Wu, M., Martin, J., Downs, R. R., and Asmi, A. (2021). Versioning data is about more than revisions: A conceptual framework and proposed principles. Data Sci. J. 20, 20. doi:10.5334/dsj-2021-012

CrossRef Full Text | Google Scholar

Lawniczak, M. K. N., Davey, R. P., Rajan, J., Pereira-da-Conceicoa, L. L., Kilias, E., Hollingsworth, P. M., et al. (2022). Specimen and sample metadata standards for biodiversity genomics: A proposal from the Darwin tree of life project. Wellcome Open Res. 7, 187. doi:10.12688/wellcomeopenres.17605.1

CrossRef Full Text | Google Scholar

Lee, J., Yoon, W., Kim, S., Kim, D., Kim, S., So, C. H., et al. (2019). BioBERT: A pre-trained biomedical language representation model for biomedical text mining. Bioinformatics 36, 1234–1240. doi:10.1093/bioinformatics/btz682

PubMed Abstract | CrossRef Full Text | Google Scholar

Malladi, V. S., Erickson, D. T., Podduturi, N. R., Rowe, L. D., Chan, E. T., Davidson, J. M., et al. (2015). Ontology application and use at the ENCODE DCC. Database 2015, bav010. doi:10.1093/database/bav010

PubMed Abstract | CrossRef Full Text | Google Scholar

Masseroli, M., Pinoli, P., Venco, F., Kaitoua, A., Jalili, V., Palluzzi, F., et al. (2015). GenoMetric Query Language: A novel approach to large-scale genomic data management. Bioinformatics 31, 1881–1888. doi:10.1093/bioinformatics/btv048

PubMed Abstract | CrossRef Full Text | Google Scholar

Moxon, S., Solbrig, H., Unni, D., Jiao, D., Bruskiewich, R., Balhoff, J., et al. (2021). The linked data modeling language (LinkML): A general-purpose data modeling framework grounded in machine-readable semantics. CEUR Workshop Proc. 3073, 148–151.

Google Scholar

Pezoa, F., Reutter, J. L., Suarez, F., Ugarte, M., and Vrgoč, D. (2016). “Foundations of JSON schema,” in Proceedings of the 25th international conference on world wide web. International world wide web conferences steering committee (New York: Association for Computing Machinery). doi:10.1145/2872427.2883029

CrossRef Full Text | Google Scholar

Rehm, H. L., Page, A. J. H., Smith, L., Adams, J. B., Alterovitz, G., Babb, L. J., et al. (2021). GA4GH: International policies and standards for data sharing across genomic research and healthcare. Cell. Genomics 1, 100029. doi:10.1016/j.xgen.2021.100029

PubMed Abstract | CrossRef Full Text | Google Scholar

Sansone, S.-A., Rocca-Serra, P., Field, D., Maguire, E., Taylor, C., Hofmann, O., et al. (2012). Toward interoperable bioscience data. Nat. Genet. 44, 121–126. doi:10.1038/ng.1054

PubMed Abstract | CrossRef Full Text | Google Scholar

Schatz, M. C., Philippakis, A. A., Afgan, E., Banks, E., Carey, V. J., Carroll, R. J., et al. (2021). Inverting the model of genomics data sharing with the NHGRI genomic data science analysis, visualization, and informatics lab-space (AnVIL). biorxiv. doi:10.1101/2021.04.22.436044

CrossRef Full Text | Google Scholar

Sheffield, N. C., Bonazzi, V. R., Bourne, P. E., Burdett, T., Clark, T., Grossman, R. L., et al. (2022). From biomedical cloud platforms to microservices: Next steps in FAIR data and analysis. Sci. Data 9, 553. doi:10.1038/s41597-022-01619-5

PubMed Abstract | CrossRef Full Text | Google Scholar

Sheffield, N. C., Stolarczyk, M., Reuter, V. P., and Rendeiro, A. F. (2021). Linking big biomedical datasets to modular analysis with portable encapsulated projects. GigaScience 10, giab077. doi:10.1093/gigascience/giab077

PubMed Abstract | CrossRef Full Text | Google Scholar

Smith, B., Ashburner, M., Rosse, C., Bard, J., Bug, W., Ceusters, W., et al. (2007). The OBO foundry: Coordinated evolution of ontologies to support biomedical data integration. Nat. Biotechnol. 25, 1251–1255. doi:10.1038/nbt1346

PubMed Abstract | CrossRef Full Text | Google Scholar

Velde, K. J., Singh, G., Kaliyaperumal, R., Liao, X., Ridder, S. D., Rebers, S., et al. (2022). FAIR genomes metadata schema promoting next generation sequencing data reuse in Dutch healthcare and research. Sci. Data 9, 169. doi:10.1038/s41597-022-01265-x

PubMed Abstract | CrossRef Full Text | Google Scholar

Wilkinson, M. D., Dumontier, M., Ijj, A., Appleton, G., Axton, M., Baak, A., et al. (2016). The FAIR guiding principles for scientific data management and stewardship. Sci. Data 3, 160018. doi:10.1038/sdata.2016.18

PubMed Abstract | CrossRef Full Text | Google Scholar

Xue, B., Khoroshevskyi, O., Gomez, R. A., and Sheffield, N. C. (2023). Opportunities and challenges in sharing and reusing genomic interval data. Front. Genet. 14, 1155809. doi:10.3389/fgene.2023.1155809

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: metadata, data sharing and re-use, genomics, sample table, data integration

Citation: Sheffield NC, LeRoy NJ and Khoroshevskyi O (2023) Challenges to sharing sample metadata in computational genomics. Front. Genet. 14:1154198. doi: 10.3389/fgene.2023.1154198

Received: 02 February 2023; Accepted: 09 May 2023;
Published: 23 May 2023.

Edited by:

Hari Krishna Yalamanchili, Baylor College of Medicine, United States

Reviewed by:

Katy Wolstencroft, Leiden University, Netherlands
Ashish A. Sharma, Emory University, United States
Hu Chen, Baylor College of Medicine, United States

Copyright © 2023 Sheffield, LeRoy and Khoroshevskyi. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Nathan C. Sheffield, nsheffield@virginia.edu

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.