Skip to main content

ReUseData: an R/Bioconductor tool for reusable and reproducible genomic data management

Abstract

Background

The increasing volume and complexity of genomic data pose significant challenges for effective data management and reuse. Public genomic data often undergo similar preprocessing across projects, leading to redundant or inconsistent datasets and inefficient use of computing resources. This is especially pertinent for bioinformaticians engaged in multiple projects. Tools have been created to address challenges in managing and accessing curated genomic datasets, however, the practical utility of such tools becomes especially beneficial for users who seek to work with specific types of data or are technically inclined toward a particular programming language. Currently, there exists a gap in the availability of an R-specific solution for efficient data management and versatile data reuse.

Results

Here we present ReUseData, an R software tool that overcomes some of the limitations of existing solutions and provides a versatile and reproducible approach to effective data management within R. ReUseData facilitates the transformation of ad hoc scripts for data preprocessing into Common Workflow Language (CWL)-based data recipes, allowing for the reproducible generation of curated data files in their generic formats. The data recipes are standardized and self-contained, enabling them to be easily portable and reproducible across various computing platforms. ReUseData also streamlines the reuse of curated data files and their integration into downstream analysis tools and workflows with different frameworks.

Conclusions

ReUseData provides a reliable and reproducible approach for genomic data management within the R environment to enhance the accessibility and reusability of genomic data. The package is available at Bioconductor (https://bioconductor.org/packages/ReUseData/) with additional information on the project website (https://rcwl.org/dataRecipes/).

Peer Review reports

Background

The growing volume and complexity of genomic data resources [1,2,3] present significant challenges for efficient data management and reuse, particularly with the widespread adoption of FAIR (findability, accessibility, interoperability, and reusability) [4] data principles and organizational requirements for Data Management and Sharing Plans [5,6,7,8]. Typically, public genomic data resources undergo similar preprocessing steps across various research projects. This often results in the creation of redundant, duplicate, or inconsistent datasets, leading to the inefficient use of computational resources due to the absence of standardized software tracking and data annotation strategies. Moreover, a substantial portion of data analysis tasks consist of crafting ad hoc data processing scripts. These scripts often lack reproducibility, which hampers both scientific rigor and research collaboration. These concerns are particularly pertinent for bioinformaticians, especially those operating within core facilities, due to their involvement in multiple data analysis projects using the same public data resource. Similar scenarios can also apply to researchers working in laboratory settings, where experiment data may be analyzed by different individuals using diverse approaches.

Many databases and associated tools have been developed to address common challenges in genomic data access and management. For instance, the Galaxy Data Manager framework [9, 10] effectively oversees reference data linked to specific Galaxy platform tools, which can also be accessed and utilized by other tools and platforms. Ensembl's core software and APIs [11, 12] provide access to stable sources of genomic sequence and annotation files. The SRA toolkit [13] takes care of sequence data storage, compression, and format conversion. Refgenie [14] is designed for the management and sharing of reference genomes and related files. The R tool tximeta [15] utilizes reference sequence checksums to identify provenance in RNA-seq data and ensure its computational reproducibility. These tools have offered valuable solutions that cater to users with specific interests in certain data types or particular programmatic preference. GoGetData [16] was developed to resolve issues related to standardized and reproducible access to a variety of genomic data. It offers a powerful and user-friendly command-line tool by leveraging the Conda and BioConda [17] ecosystem and integrating tailored enhancements to optimize efficient data handling and management. AnnotationHub [18] provides an easy-to-use R interface that helps users access and use curated genomic data from well-established repositories like UCSC and Ensembl. With efficient management of both local and global data, it streamlines data integration in the downstream analysis within the R environment. However, the data utilization is not optimized for integration within other platforms such as workflow-based analysis pipelines. We have recognized the need for an R-based solution that enables efficient data management and more flexible reuse across a variety of approaches and platforms.

In this context, we introduce ReUseData, an R [19] software tool designed to tackle some of the limitations while bridging the gap by providing a reproducible and flexible solution within the R environment. ReUseData provides an easy-to-use R approach for the management of all reusable data, including both laboratory-specific experiment data and the curation of publicly available genomic data resources. It also aims to facilitate efficient data reuse across various platforms, not confined within R/Bioconductor. ReUseData enables the transformation of ad hoc scripts for data preprocessing into Common Workflow Language (CWL)-based [20] data recipes, allowing for reproducible generation of curated data files in generic formats. It adds standardized entries as well as user-defined attributes to ensure comprehensive data provenance and user-friendly data discovery. Moreover, ReUseData incorporates functions aimed at fostering the reuse of these data files. For instance, it permits the labeling of different curated datasets with shared software identifiers and their aggregation into formats conducive for integration with downstream analytical tools, including R/Bioconductor [21, 22] packages, command-line utilities, and analysis workflows supported by various frameworks such as CWL, Workflow Description Language (WDL) [23], Nextflow [24] or snakemake [25].

Implementation

In previous work, we have developed two packages: Rcwl and RcwlPipelines [26], with the goal of constructing a Bioconductor toolchain for reproducible bioinformatics pipelines. By transforming conventional command-line software tools into modularized R tool recipes anchored in the CWL framework, these packages empower users to effortlessly implement reproducible data processing workflows directly inside the R environment. Expanding upon this groundwork, we have taken the concept of tool recipes from RcwlPipelines and evolved them into data recipes, with a focus on streamlining the preprocessing of reusable genomic data resources. One distinctive feature of ReUseData is its ability to handle multiple software tools within a single recipe, which aligns with common scenario in data processing scripts, while CWL and Rcwl features modularized tool recipes where each tool is integrated individually through docker or Conda, and then connected to form a pipeline.

Inherited from Rcwl, the data recipes generated from ReUseData are inherently self-contained and independent of pre-existing software installations, ensuring seamless portability and reproducibility across various computing platforms equipped with R. When working on a system without the necessary data preprocessing tools, the recipe evaluation function (getData) internally initiates a reproducible Conda environment [27] where the CWL runner and required software tools sourced from popular Docker registries, e.g., SAMtools [28], STAR [29] (gene expression summary), and GATK [23] (variant calling), are installed and run. it's important to emphasize that all of these Conda-related operations occur seamlessly within the R functions, requiring no action or prior knowledge from users to fully utilize this feature.

An important innovation brought by ReUseData is its standardized approach to managing meta information, encompassing data origin, software tool version, and secondary data files associated with the primary data. The evaluation of data recipes generates curated data files at a user-designated file path, complemented by annotation files housing metadata for preserving data provenance (Fig. 2B). The metadata includes standardized data entries, such as data origin, software version, file path and date, along with user-defined attributes like keywords and software tags. These elements collectively expedite effective data exploration, retrieval, and sharing.

ReUseData introduces distinctive functionalities for handling curated data files derived from data recipes, encouraging their reuse across various projects. The curated data can be represented as an R object containing essential information such as the file paths etc. Utility functions (dataTag, toList) were developed to tag a specific group of dataset, e.g., with a software name which takes the dataset as input, and prepares them into appropriate format for streamlined integration into downstream analysis tools, such as R/Bioconductor packages, analysis workflows within R enabled by Rcwl/RcwlPipelines suite of tools and pipelines, or directly into workflow frameworks such as CWL and WDL, that are available in local computer, HPC or cloud computing platforms. ReUseData offers a Google Bucket (https://storage.cloud.google.com/reusedata) for archiving the commonly used curated data resources, which can be downloaded programmatically from your local computer, or used directly on cloud computing platforms with minimum cloud-to-cloud latency, further advancing the goals of data sharing and reuse.

Results

Access, curation and management of genomic data using ReUseData

ReUseData consists of two major categories of functions for managing data recipes and curated data resources (Fig. 1). It uses a caching system with a database infrastructure through BiocFileCache [30] to manage existing data recipes, enabling easy updating, searching, and loading within R. A separate caching system is used to manage and index the curated data files (in their generic format) that can be locally generated or found on the cloud.

Fig. 1
figure 1

Overview of the ReUseData functionalities, deliverables, and their usage in local or cloud-based data analysis tasks. Two main sets of functions are present for the management of data recipes (in green) and curated data files (in orange). Self-contained data recipes are highly portable and reproducible across diverse computing platforms (local computer, HPC, cloud computing platforms). Curated datasets that were generated from ReUseData recipes can be smoothly integrated into downstream data analysis that were based on command-line tools, R/Bioconductor packages, and workflow methods

ReUseData provides R functionalities to help standardize the access, curation and management of genomic datasets and facilitate data reproducibility and reusability in different projects and platforms. Development and use of ReUseData involves four steps: (i) (developers only) write or prepare an existing data processing script and convert it into a data recipe by specifying input parameters, output extraction patterns and software tools required for data processing (recipeMake). (ii) Synchronize and search existing data recipes for data downloading/curation with multiple keywords, and load into R (recipeSearch, recipeLoad). (iii) Check and assign values for required input parameters, and then evaluate the recipe to generate curated data sets with standardized annotations (getData). (iv) Search data with multiple keywords, and pass data directly into R/Bioconductor packages, specific software tools (e.g., GATK) or data analysis workflows (e.g., based on CWL or WDL) (dataUpdate, dataSearch, getCloudData, toList). Additional utility functions assist users in tailoring data recipes and extracting specific information from cached data (Table 1). Figure 2 shows the pseudo code using the data recipe for downloading and unzipping genome liftover files from Ensembl. This process shows how ReUseData functionalities are employed to generate, manage, and utilize curated genomic files. Expanded examples for demonstration of package use and other resources are provided in the additional file [see Additional file 1: ReUseData_supplement.pdf].

Table 1 A catalog of ReUseData functions
Fig. 2
figure 2

Using the ReUseData data recipes to reproducibly generate and efficiently manage curated genomic datasets

(A) Pre-built public data recipes in ReUseData or user-defined private data recipes in a GitHub repository are easily retrieved with `recipeSearch` and `recipeLoad` functions. Once we assign value for the input parameters, the data recipe is ready to be evaluated to reproducibly generate the needed data file(s) on any computing platform equipped with R. Arbitrary “notes” can be added to facilitate subsequent data retrieval. (B) The recipe evaluation generates the needed data files, as well as meta files to help preserve data provenance. “.yml” file records both standardized data annotations, such as data origin, software version, output file path and date, and user-defined attributes, such as keywords and software tags. All the information helps track the data resources, processing tools etc. for reproducible data generation and efficient data retrieval. “.sh” file records the low-level shell script for data processing. “.cwl” file is the cwl wrapup of the shell script. “.md5” checksum file is to check and verify the integrity of generated data files. (C) The data files that were generated using ReUseData functions are cached in a user-specified shared folder for your working group, and can be easily retrieved using keywords (from recipe name, data name, user-added notes, etc.). Data can also be prepared with standardized formats (e.g., json, yaml) for data analysis workflows. Recipe related functions are in green; Data managing functions are in Orange. R outputs chunks are in light yellow.

Pre-built data recipes

We have pre-built data recipes using ReUseData for common preprocessing of genomic data resources. The different types of data recipes offer simple customization, serving as templates for users to develop their customized data recipes under different situations.

The most common and suggested type is a data recipe with input parameters (species, versions, etc.) to accommodate multiple data sets from the same/similar sources. For example, as an initial step of bulk or single-cell RNASeq analysis, the “gencode_transcripts” recipe downloads from GENCODE, unzips and indexes the transcript fasta file for species of human or mouse with different versions. A simple data recipe without any input parameters can be written to manage the processing of a specific file from a fixed data source, For example, the “gencode_genome_grch38” recipe downloads the human genome file “GRCh38.primary_assembly.genome.fa.gz” from GENCODE release 42. For more complex data processing where multiple software tools are involved, or secondary files are to be generated and collected, the raw way of building a data recipe using Rcwl functions gives more flexibility and power. The “reference_genome” example recipe demonstrates the process of downloading, formatting, and indexing reference genomes using samtools, picard, and bwa, and manages multiple secondary files besides the main fasta file for subsequent data use. These pre-built data recipes (Table 2) can be easily queried and evaluated in R for direct use.

Table 2 Catalog of pre-built data recipes in ReUseData

With the purpose of providing a template repository, we plan to add more pre-built recipes when different situations arise. ReUseData provides functions to help users develop their own set of data recipes. These can be deposited in a private GitHub repository, accessible exclusively to a specific workgroup, or contributed back to ReUseData for broader accessibility, benefiting researchers in similar domains. To be included in ReUseData, additional meta information will be required for each data recipe, such as the links to data origin and source code, description of valid parameter values and demonstrative code of using, so that a landing page of the data recipe can be created on the ReUseData portal. This can be facilitated by the RcwlMeta package that is available on our GitHub organization.

Cloud-sharing of curated genomic data

By evaluating the pre-built data recipes, we have successfully produced curated data files that correspond to specific data sources, species, and versions. These files have been stored in a Google Cloud Bucket (https://storage.cloud.google.com/reusedata). Users have the opportunity to contribute their curated genomic data files, subject to evaluation and validation, if they are associated with a shared data recipe via ReUseData. The datasets are now organized by data recipes, each having distinct entries for input parameters. Users can access these files programmatically through ReUseData or directly on cloud computing platforms like Terra [23, 31] and CGC [32]. These platforms offer minimal latency for cloud-to-cloud data transfers, enhancing the overall accessibility and usability of the data.

Project website and documentations

We have developed the website (https://rcwl.org/) as a central hub for ReUseData and Rcwl/RcwlPipelines resources. It encompasses dedicated sections for ReUseData data recipes and Rcwl pipelines, where distinct landing pages are provided for users to explore the specifications and instructions of each recipe.

While ReUseData data recipes inherently encompass data processing pipelines involving multiple tools, the recipe landing pages feature diagrams illustrating the flow from input parameters to processing tools to output data files. These landing pages also include explanations of input and output parameters, and verified code snippets for step-by-step guidance in utilizing the data recipe or downloading pre-built curated data from the Google Cloud bucket. Additionally, the pages offer links to recipe source code and original data sources for licensing and registration purposes wherever possible.

The website provides tutorial e-books and case studies that show how to use CWL pipelines in R. Leveraging the same CWL-based architecture, the reproducible genomic data files generated from ReUseData data recipes can seamlessly integrate with tool and pipeline recipes in RcwlPipelines, forming a cohesive framework for reproducible data management and analysis within the unified R working environment.

We have also created supplementary resources to guide users through ReUseData and the Rcwl ecosystem, which include package vignettes, workshop materials available on GitHub, and linked videos on YouTube.

Conclusion

We have introduced ReUseData, an R/Bioconductor package designed to offer a reliable and reproducible approach for accessing and managing genomic data within the user-friendly R programming environment. Utilizing workflow and recipe methodologies in conjunction with established initiatives like Rcwl/RcwlPipelines and leveraging the capabilities of the Conda environment, ReUseData also introduces innovative strategies to ensure data provenance and facilitate local/cloud data sharing, aiming to enhance the findability, accessibility, interoperability, and reusability of genomic data resources. The package is thoroughly documented, offering instructions and resources through Bioconductor vignettes, the project website, and cloud data sharing, while continuous improvements and expansions are planned based on community needs and requests.

Availability of data and materials

Project name: ReUseData Project home page: https://rcwl.org/dataRecipes/ (ReUseData website); https://bioconductor.org/packages/ReUseData (Bioconductor); https://storage.cloud.google.com/reusedata (Cloud Data). Operating system(s): Linux, macOS. Programming language: R Other requirements: None. License: GPL-3 Any restrictions to use by non-academics: None.

References

  1. Karczewski KJ, Francioli LC, Tiao G, Cummings BB, Alföldi J, Wang Q, et al. The mutational constraint spectrum quantified from variation in 141,456 humans. Nature. 2020;581:434–43.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  2. Cunningham F, Allen JE, Allen J, Alvarez-Jarreta J, Amode MR, Armean IM, et al. Ensembl 2022. Nucleic Acids Res. 2022;50:D988–95.

    Article  CAS  PubMed  Google Scholar 

  3. Frankish A, Diekhans M, Ferreira A-M, Johnson R, Jungreis I, Loveland J, et al. GENCODE reference annotation for the human and mouse genomes. Nucleic Acids Res. 2019;47:D766–73.

    Article  CAS  PubMed  Google Scholar 

  4. Wilkinson MD, Dumontier M, Aalbersberg IJJ, Appleton G, Axton M, Baak A, et al. The FAIR guiding principles for scientific data management and stewardship. Sci Data. 2016;3:160018.

    Article  PubMed  PubMed Central  Google Scholar 

  5. Hardwicke TE, Mathur MB, MacDonald K, Nilsonne G, Banks GC, Kidwell MC, et al. Data availability, reusability, and analytic reproducibility: evaluating the impact of a mandatory open data policy at the journal Cognition. R Soc Open Sci. 2018;5:180448.

    Article  PubMed  PubMed Central  Google Scholar 

  6. National Institutes of Health O of TD. NOT-OD-21–013: Final NIH Policy for Data Management and Sharing. https://grants.nih.gov/grants/guide/notice-files/NOT-OD-21-013.html. Accessed 11 Sep 2023.

  7. National Science Foundation. Preparing Your Data Management Plan - Funding at NSF | NSF - National Science Foundation. https://new.nsf.gov/funding/data-management-plan. Accessed 11 Sep 2023.

  8. Department of Defense. DOD strategic management plan 2023.

  9. Blankenberg D, Johnson JE, Taylor J, Nekrutenko A. Wrangling Galaxy’s reference data. Bioinformatics. 2014;30:1917–9.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  10. Blankenberg D, Von Kuster G, Bouvier E, Baker D, Afgan E, Stoler N, et al. Dissemination of scientific software with Galaxy ToolShed. Genome Biol. 2014;15:403.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Ruffier M, Kähäri A, Komorowska M, Keenan S, Laird M, Longden I, et al. Ensembl core software resources: storage and programmatic access for DNA sequence and genome annotation. Database. 2017;2017:0bax20.

    Article  Google Scholar 

  12. Yates A, Beal K, Keenan S, McLaren W, Pignatelli M, Ritchie GRS, et al. The ensembl REST API: ensembl data for any language. Bioinformatics. 2015;31:143–5.

    Article  CAS  PubMed  Google Scholar 

  13. Kodama Y, Shumway M, Leinonen R. on behalf of the International nucleotide sequence database collaboration. The sequence read archive: explosive growth of sequencing data. Nucleic Acids Res. 2012;40:D54–6.

    Article  CAS  PubMed  Google Scholar 

  14. Stolarczyk M, Reuter VP, Smith JP, Magee NE, Sheffield NC. Refgenie: a reference genome resource manager. GigaScience. 2020;9:giz149.

    Article  PubMed  PubMed Central  Google Scholar 

  15. Love MI, Soneson C, Hickey PF, Johnson LK, Pierce NT, Shepherd L, et al. Tximeta: reference sequence checksums for provenance identification in RNA-seq. PLOS Comput Biol. 2020;16: e1007664.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  16. Cormier MJ, Belyeu JR, Pedersen BS, Brown J, Köster J, Quinlan AR. Go Get Data (GGD) is a framework that facilitates reproducible access to genomic data. Nat Commun. 2021;12:2151.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  17. Grüning B, Dale R, Sjödin A, Chapman BA, Rowe J, Tomkins-Tinch CH, et al. Bioconda: sustainable and comprehensive software distribution for the life sciences. Nat Methods. 2018;15:475–6.

    Article  PubMed  Google Scholar 

  18. Morgan M, Carlson M, Tenenbaum D, Arora S, Oberchain V, Morrell K, et al. AnnotationHub: Client to access AnnotationHub resources. 2013.

  19. Ihaka R, Gentleman R. R: A Language for Data Analysis and Graphics. J Comput Graph Stat. 1996;5:299–314.

    Google Scholar 

  20. Crusoe MR, Abeln S, Iosup A, Amstutz P, Chilton J, Tijanić N, et al. Methods included: standardizing computational reuse and portability with the common workflow language. Commun ACM. 2022;65:54–63.

    Article  Google Scholar 

  21. Huber W, Carey VJ, Gentleman R, Anders S, Carlson M, Carvalho BS, et al. Orchestrating high-throughput genomic analysis with Bioconductor. Nat Methods. 2015;12:115–21.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  22. Amezquita RA, Lun ATL, Becht E, Carey VJ, Carpp LN, Geistlinger L, et al. Orchestrating single-cell analysis with Bioconductor. Nat Methods. 2020;17:137–45.

    Article  CAS  PubMed  Google Scholar 

  23. Auwera GAV der, O’Connor BD (2020) Genomics in the Cloud: Using Docker GATK and WDL in Terra. 1st edition. Sebastopol, CA: O’Reilly Media.

  24. Di Tommaso P, Chatzou M, Floden EW, Barja PP, Palumbo E, Notredame C. Nextflow enables reproducible computational workflows. Nat Biotechnol. 2017;35:316–9.

    Article  PubMed  Google Scholar 

  25. Köster J, Rahmann S. Snakemake—a scalable bioinformatics workflow engine. Bioinformatics. 2012;28:2520–2.

    Article  PubMed  Google Scholar 

  26. Hu Q, Hutson A, Liu S, Morgan M, Liu Q. Bioconductor toolchain for reproducible bioinformatics pipelines using Rcwl and RcwlPipelines. Bioinformatics. 2021;37:3351–2.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  27. Lun ATL. basilisk: a bioconductor package for managing python environments. J Open Source Softw. 2022;7:4742.

    Article  Google Scholar 

  28. Li H, Handsaker B, Wysoker A, Fennell T, Ruan J, Homer N, et al. The sequence alignment/map format and SAMtools. Bioinformatics. 2009;25:2078–9.

    Article  PubMed  PubMed Central  Google Scholar 

  29. Dobin A, Davis CA, Schlesinger F, Drenkow J, Zaleski C, Jha S, et al. STAR: ultrafast universal RNA-seq aligner. Bioinformatics. 2013;29:15–21.

    Article  CAS  PubMed  Google Scholar 

  30. Shepherd L, Morgan M. BiocFileCache: Manage Files Across Sessions. 2017

  31. Schatz MC, Philippakis AA, Afgan E, Banks E, Carey VJ, Carroll RJ, et al. Inverting the model of genomics data sharing with the NHGRI Genomic Data Science Analysis, Visualization, and Informatics Lab-space. Cell Genomics. 2022;2

  32. Lau JW, Lehnert E, Sethi A, Malhotra R, Kaushik G, Onder Z, et al. The cancer genomics cloud: collaborative, reproducible, and democratized—a new paradigm in large-scale computational research. Cancer Res. 2017;77:e3-6.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Funding

This work was supported by the National Center for Advancing Translational Sciences of the National Institutes of Health [UL1TR0012-05]; National Cancer Institute [U24CA232979, U24180996, U24CA274159]; and National Human Genome Research Institute [U41HG004059]. Editorial assistance was provided by Roswell Park’s Scientific Editing and Research Communications Core (SERCC) Resource, which is supported by a National Cancer Institute Cancer Center Support Grant [P30CA016056]. The content is solely the responsibility of the authors and does not necessarily represent the official views of the NIH.

Author information

Authors and Affiliations

Authors

Contributions

QL and QH conceived and designed the study. QL drafted the manuscript, developed the software package, and generated project website materials and educational content. QH facilitated curation and acquisition of common genomic data resources. MM guided the entire software development process and constructively revised the manuscript. SL and AH supervised the project and provided necessary resources and expert advice on software utilization. All authors reviewed the manuscript and approved the submitted version.

Corresponding author

Correspondence to Qian Liu.

Ethics declarations

Ethics approval and consent to participate

Not Applicable.

Consent for Publication

Not Applicable.

Competing interests

I declare that the authors have no competing interests as defined by BMC, or other interests that might be perceived to influence the results and/or discussion reported in this paper.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Supplementary Information

Additional file 1. 

ReUseData package resources and practical use.

Rights and permissions

Open Access 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://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Liu, Q., Hu, Q., Liu, S. et al. ReUseData: an R/Bioconductor tool for reusable and reproducible genomic data management. BMC Bioinformatics 25, 8 (2024). https://doi.org/10.1186/s12859-023-05626-0

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12859-023-05626-0

Keywords