Journal of Open Source Software Paper
Compare changes
- Cedric Midoux authored
+ 16
− 18
@@ -29,7 +29,7 @@ authors:
@@ -40,50 +40,48 @@ joss-doi: 10.21105/joss.xxxxx
The analysis of microbiome data has become a major asset for the study of microbial diversity and dynamics, whether in health [@LeChatelier2013], environmental studies [@Karimi2020], food-processing [@Chaillou2014], or environmental biotechnologies [@Poirier2016]. Due to sequencing advances, microbiome studies now require analysis and interpretation of large and high-dimensional datasets. Metabarcoding approaches in particular are based on a two-step process. First, a bioinformatics step relies on a pipeline which processes the raw sequencing reads to produce counts and taxonomic affiliations for each OTU/ASV. Second, those tables are enriched with sample metadata, visualizations as well as biostatistical analyses are performed to answer biological questions. The affordability of amplicon sequencing has led to its widespread use in microbial ecology. Therefore, there is presently a high demand for user-friendly, well-calibrated and interactive tools, empowering researchers to analyze their own data without systematically relying on bioinformaticians and biostatisticians or acquiring skills in R language.
The analysis of microbiome data has become a major asset for investigating microbial diversity and dynamics, in diverse fields, like health [@LeChatelier2013], environmental studies [@Karimi2020], food-processing [@Chaillou2014], or environmental biotechnologies [@Poirier2016]. Due to sequencing advances, microbiome studies now require analysis and interpretation of large and high-dimensional datasets. Metabarcoding approaches, in particular, are based on a two-step process. First, a bioinformatics pipeline processes raw sequencing reads, generating counts and taxonomic affiliations for each Operational Taxonomic Unit (OTU) or Amplicon Sequence Variant (ASV). Second, these tables are enriched with sample metadata for biostatistical analyses to address relevant biological questions. The affordability of amplicon sequencing has led to its widespread use in microbial ecology. Therefore, there is a growing demand for user-friendly, well-calibrated, and interactive tools, enabling researchers to analyze their data independently, alleviating the dependence on bioinformaticians, biostatisticians or the need to acquire skills in R programming.
Regarding the bioinformatic processing, many solutions are available to produce tables from reads, relying either on command-lines or on the Galaxy platform (ie: `QIIME` [@QIIME], `FROGS` [@FROGS-ITS]), or on R pipelines (ie: `DADA2` [@DADA2]). These solutions require various levels of investment from the users to master them. For the second step, several packages dedicated to the analysis and representation of microbiomes are available, such as `phyloseq` [@phyloseq], `microbiome` [@microbiome], `metacoder` [@metacoder], however their use can sometimes be complex. There are relatively few tools available for rapid, interactive analysis of microbiome data (`shiny-phyloseq` [@shiny-phyloseq] is no longer supported ; `animalcules` [@animalcules] requires local installation ; `shaman` [@shaman] is complex and requires specific skills).
We present here Easy16S, an interactive Shiny application [@shiny] to facilitate exploratory microbiome data analysis, data visualization and biostatistical analysis. This tool is intended for biologists eager to explore their data and create figures rapidly and interactively. It is easy-to-use and especially focused on the mapping of covariates of interest.
We present here `Easy16S`, a R-package and interactive Shiny application [@shiny] to facilitate exploratory microbiome data analysis, data visualization and biostatistical analysis. This tool is intended for biologists eager to explore their data and create figures rapidly and interactively. It is easy-to-use and especially focused on the mapping of covariates of interest.
Here, we introduce `Easy16S`, an R-package and an interactive Shiny application [@shiny], aiming to facilitate exploratory microbiome data analysis, data visualization, and biostatistical analysis. This tool is specifically designed for biologists eager to swiftly explore their data and generate figures interactively. It is easy-to-use and especially focused on the mapping of covariates of interest.
Users can export their potentially preprocessed data for enables further analysis within R or for use in Easy16S. Tables and plots can also be easily exported. These export features enhance the usability and accessibility of both data and results, allowing users to seamlessly integrate Easy16S with their preferred analysis tools and workflows.
Users can export potentially preprocessed data for further analysis within R or for use in Easy16S. Additionally, tables and plots can be easily exported, enhancing the usability and accessibility of both data and results. This flexibility allows users to seamlessly integrate Easy16S with their preferred analysis tools and workflows.
We are grateful to the INRAE @MIGALE bioinformatics facility (MIGALE, INRAE, 2020. Migale bioinformatics Facility, doi: 10.15454/1.5572390655343293E12) for providing help, computing and storage resources. We are grateful to Chrystelle Bureau, Patrick Dabert and all testers for their tests and suggestions during Easy16S development.
We are grateful to the INRAE @MIGALE bioinformatics facility (MIGALE, INRAE, 2020. Migale bioinformatics Facility, doi: 10.15454/1.5572390655343293E12) for providing help, computing and storage resources. Special thanks to Chrystelle Bureau, Patrick Dabert, and all testers for their invaluable tests and suggestions during the development of Easy16S. We also extend our thanks to the INRAE SK8 Team for their advice and recommendations throughout the Easy16S development and deployment.