Literature DB >> 31737256

MetaDEGalaxy: Galaxy workflow for differential abundance analysis of 16s metagenomic data.

Mike W C Thang1,2, Xin-Yi Chua1,2, Gareth Price1,2, Dominique Gorse1,2, Matt A Field3,4,5.   

Abstract

Metagenomic sequencing is an increasingly common tool in environmental and biomedical sciences.  While software for detailing the composition of microbial communities using 16S rRNA marker genes is relatively mature, increasingly researchers are interested in identifying changes exhibited within microbial communities under differing environmental conditions. In order to gain maximum value from metagenomic sequence data we must improve the existing analysis environment by providing accessible and scalable computational workflows able to generate reproducible results. Here we describe a complete end-to-end open-source metagenomics workflow running within Galaxy for 16S differential abundance analysis. The workflow accepts 454 or Illumina sequence data (either overlapping or non-overlapping paired end reads) and outputs lists of the operational taxonomic unit (OTUs) exhibiting the greatest change under differing conditions. A range of analysis steps and graphing options are available giving users a high-level of control over their data and analyses. Additionally, users are able to input complex sample-specific metadata information which can be incorporated into differential analysis and used for grouping / colouring within graphs.  Detailed tutorials containing sample data and existing workflows are available for three different input types: overlapping and non-overlapping read pairs as well as for pre-generated Biological Observation Matrix (BIOM) files. Using the Galaxy platform we developed MetaDEGalaxy, a complete metagenomics differential abundance analysis workflow. MetaDEGalaxy is designed for bench scientists working with 16S data who are interested in comparative metagenomics.  MetaDEGalaxy builds on momentum within the wider Galaxy metagenomics community with the hope that more tools will be added as existing methods mature. Copyright:
© 2019 Thang MWC et al.

Entities:  

Keywords:  Galaxy; differential abundance; high throughput sequencing; metagenomics; phyloseq

Year:  2019        PMID: 31737256      PMCID: PMC6807170          DOI: 10.12688/f1000research.18866.2

Source DB:  PubMed          Journal:  F1000Res        ISSN: 2046-1402


Introduction

It is now recognized that there is a strong link between microbial communities in the human body and human health [1]. While the importance of such communities is understood, the composition and function of the human micro-biome largely remains a mystery. Uncovering how the composition and function of the micro-biome impacts human health represents a significant area of growth. Another important area of research growth is the study of environmental microbial communities in fields such as agriculture, marine science, and ecology. By identifying the composition of microbial communities, researchers are able to link microbes to specific environments and using comparative metagenomics identify how microbial communities’ changes under altered environmental conditions. Central to elucidating the link between the metagenomic data and human health or altered environmental conditions is sequencing; however, obtaining useful research outcomes from large volumes of unprocessed sequence data represents a challenge for many bench scientists. The major bottleneck in obtaining value from such data is the huge computational and logistic task required for analysing the large volumes of sequencing data routinely generated in a single sequencing run. The sequencing of entire microbial communities requires metagenomic analysis tools. These tools rely on the ability to analyse unbroken sequence reads covering the 16S variable regions. Due to limitations of short read sequencing platforms such as IIlumina, the longest fragment of variable regions of a 16S gene that can be sequenced is shorter than the ideal full 600 bp. Illumina paired-end sequencing of 300 bp on forward read and reverse read produces only 550 bp to allow for stitching the forward end and reverse end together. With 550 bp fragment length, the reads can cover both variable region 3 (V3) and variable region 4 (V4). The length of V3 and V4 are 393bp and 440bp respectively. A major challenge for bench scientists working with metagenomic data is that many popular software programs requires a 64-bit Linux environment, an environment often unavailable and unfamiliar to researchers. Furthermore, even when such an environment is available, the complexity of the rapidly changing metagenomic algorithms means no gold standard methodologies exist. As such, there are currently over 100 metagenomic analysis tools available, making it challenging to select the appropriate software. For example, the popular metagenomic tool QIIME [2] consists of more than 150 python scripts, many of which are wrappers to external programs. An increasingly common alternative for the growing number of non-bioinformaticians working with NGS data is the availability of user-friendly interfaces. These interfaces are typically attached to significant compute resources with pre-installed software packages readily available. Interfaces such as Galaxy [3] or the Genomics Virtual Lab [4] are examples of powerful platforms that grant non-bioinformaticians access to the latest NGS methodologies. The Galaxy platform enables scientists to use bioinformatics tools in an easy to use graphical user interface (GUI) environment, where tool resource management is handled by the administrators of each Galaxy service. The platform’s functionality power comes from the ability to chain tools into workflows, and share the data and workflows. Further, the flexibility of Galaxy platform allows developers to integrate new tools and workflows into the platform. Galaxy maintains a single tool shed repository of pre-wrapped tools that cover an abundance of next generation sequence analyses. Despite this, challenges remain in fast moving research areas such as metagenomics with only a handful of complete metagenomic offerings currently available within the popular Galaxy framework. Currently, existing metagenomics options in Galaxy include ASaiM [5], FROGS [6], GmT [7], A-Game [8], and ANASTASIA [9] with QIIME2 recently becoming available in the Galaxy Toolshed. While there is overlap between their workflows, MetaDEGalaxy differs in its focus on differential abundance by incorporating the capabilities of phyloseq [10] and DESeq2 [11] for complex differential analysis. DESeq2 contains tests specifically developed to detect differences between groups in abundances for counts data. While DESeq2 is most commonly utilised for differential gene expression in RNASeq, recent studies have shown RNA-Seq algorithms methods perform similarly or better than metagenomic specific algorithms [12]. MetaDEGalaxy also offers extensive graphing capabilities by wrapping the comprehensive metagenomics R-package phyloseq [10]. Extensive graphing options are available within MetaDEGalaxy wrapping most functions offered within phyloseq which offer the user a high level of control. Additionally, user supplied metadata files can be input to DESeq2 for model generation and to phyloseq for enhanced graphing capabilities allowing for grouping, clustering, and colouring of all graph types based on metadata information. All software wrapped within the workflow is open-source software, a current limitation of existing workflows such as usearch [13] within the popular QIIME package [2]. Finally, MetaDEGalaxy is designed within the popular Genomic Virtual Lab [4] leveraging the functionality of this robust infrastructure.

Methods

Input

MetaDEGalaxy accepts either 454 or Illumina paired end sequence FASTQ files that can be overlapping or non-overlapping. Users may alternatively input a pre-computed BIOM file if they do not require BIOM file generation. Additional functionality requires a sample specific tab-delimited metadata file formatted according to QIIME map file standards. This metadata information can be utilised for determining the model to employ within DESeq2 and to generate graphs grouped by various metadata attributes.

Implementation

In total, there are four workflows in MetaDEGalaxy ( Table 1) which utilise a combination of external software and custom code.
Table 1.

MetaDEGalaxy Workflows.

Workflow NameWorkflow Description
1. Quality control and predetermination of 16S workflow utilisation To detect percentage of paired-end reads that overlap each other by 10bp. This workflow randomly selected 1000 reads from each sample to perform the detection. If over 50% of the PE reads overlap each other by at least 10bp, it is recommended to use workflow 2. If less than 50% of PE reads overlap by at least 10bp, it is recommended to use workflow 3.
2. 16S_DE_for_overlapPE For use with datasets that are sequenced using overlapping paired-end reads
3. 16S_DE_for_nonoverlapPE For use with datasets that are sequenced using non-overlapping paired-end reads.
4. 16S_BIOM Handles Biological Observation Matrix (BIOM) file from workflows 2 and 3 to generate 5 plots (e.g. sample correlation network plot, symmetric plot and 3 abundance bar plots.
External software available include Trimmomatic (v0.32.2) [14], FastQC (v0.52), PEAR (v0.9.6) [15], SAMTools (v1.1.2) [16], BWA (0.7.12.1) [17], VSEARCH (v1.9.7) [18], the BIOM API, DESeq2 (v2.1.8) [11] and phyloseq (Galaxy v1.0) [10].

Workflows

Four comprehensive MetaDEGalaxy tutorial are currently available in github which demonstrate how to work with both overlapping and non-overlapping 16S paired end Illumina reads. Tutorial #1 details the workflow for data QC and the detection of paired end overlap in sequencing data and preparing FastQ files for metagenomic analysis ( Figure 1). Tutorial #2 details the entire workflow for overlapping paired end Illumina reads ( Figure 2) using the same data set employed by the Mothur_SOP run with the popular Mothur software (v1.35.1) [19]. This workflow inputs a group of paired-end MiSeq files and a metadata map file and generates overlapping FASTQ files, an annotated BIOM file, a DESeq2 table of differentially expressed microbes, and a variety of phyloseq graphs. Tutorial #3 details the entire workflow for non-overlapping paired end Illumina reads and is similar to tutorial #2 with the exception of pre-processing steps transforming FASTQ files into a Fasta file where PEAR [15] software is not run. Finally, tutorial #4 details a workflow for BIOM file processing and analyses detailing how to utilise the platform for analyses starting from an input BIOM file.
Figure 1.

Workflow 1 in MetaDEGalaxy for data QC and detecting PE read overlap.

Figure 2.

Workflow 2, 3, and 4 for differential abundance detection of operational taxonomic units (OTUs).

Both workflow 2 and 3 use all the components in the workflow, the only difference is workflow 2 takes in paired-end reads data as input and workflow 3 take single-end reads data as input. The workflow 4 is the subset of the main workflow which starts with blue boxes and ends with all plots generated.

Workflow 2, 3, and 4 for differential abundance detection of operational taxonomic units (OTUs).

Both workflow 2 and 3 use all the components in the workflow, the only difference is workflow 2 takes in paired-end reads data as input and workflow 3 take single-end reads data as input. The workflow 4 is the subset of the main workflow which starts with blue boxes and ends with all plots generated.

Operation

The Galaxy environment is available for testing purposes at http://203.101.224.202/galaxy/ and will be available on Galaxy Australia server by the end of 2019 ( https://usegalaxy.org.au/). The minimum system requirements for installing the MetaDEGalaxy are a 64-bit unix environment at 4Gb of memory.

Results

To demonstrate some of the advanced functionality of MetaDEGalaxy, we follow tutorial #2 using the Mothur_SOP data to first generate a normalised count table and a table of differentially abundant OTUs ( Table 2). The differentially abundant OTU table is formatted in DESeq2 output with additional taxonomic information appended to each row.
Table 2.

Differentially abundant operational taxonomic units from DESeq2.

OTUIDbaseMeanlog2FoldChangelfcSEstatpvaluepadjKingdomPhylumClassOrderFamilyGenusSpecies
291698517.2756.9590.80868.6067.554E-184.033E-14k__Bacteriap__ Tenericutesc__Mollicuteso__RF39f__g__s__
74029916.78-6.3840.7575-8.4293.4972E-179.336E-14k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
27469716.1356.8220.83828.1393.981E-167.0848E-13k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
64188125.667-6.7930.8645-7.8583.9058E-155.2132E-12k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
69768817.944-5.310.7502-7.0791.4539E-121.5524E-09k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
77807511.611-5.7620.8519-6.7641.3409E-111.1932E-08k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
1346156.278-4.9880.8125-6.148.277E-106.313E-07k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
8018654.222-5.0460.8375-6.0261.6837E-091.1237E-06k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
438736428.34-2.5460.432-5.8943.7682E-092.2354E-06k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
13161810.2294.340.74395.8345.4269E-092.8974E-06k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__Lachnospiraceaeg__s__
79036010.4023.9060.6925.6451.6498E-088.0073E-06k__Bacteriap__ Bacteroidetesc__Bacteroidiao__Bacteroidalesf__S24-7g__s__
19189297.056-5.040.8971-5.6181.9322E-088.2648E-06k__Bacteriap__ Proteobacteriac__ Alphaproteobacteriao__Rickettsialesf__mitochondriag__s__
3521717.667-4.150.7397-5.6112.0124E-088.2648E-06k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
79021117.004-3.340.5968-5.5952.2019E-088.397E-06k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__Ruminococcaceaeg__s__
19404317.8573.7660.6885.4744.4026E-081.567E-05k__Bacteriap__ Bacteroidetesc__Bacteroidiao__Bacteroidalesf__S24-7g__s__
26571211.111-4.2320.7821-5.4116.2728E-082.0931E-05k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
78953785.1722.8630.54685.2351.648E-075.1757E-05k__Bacteriap__ Bacteroidetesc__Bacteroidiao__Bacteroidalesf__S24-7g__s__
7996943.722-4.530.8702-5.2051.9379E-075.7482E-05k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
7619773.389-4.150.8112-5.1163.1154E-078.7542E-05k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
67408417.231-3.0770.6053-5.0833.7056E-079.892E-05k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
20681712.7353.2920.65425.0314.8752E-070.00011831k__Bacteriap__ Bacteroidetesc__Bacteroidiao__Bacteroidalesf__S24-7g__s__
70579920.949-3.1750.6301-5.0384.7021E-070.00011831k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__Ruminococcaceaeg__ Ruminococcuss__
1967338.7353.2920.65884.9965.8464E-070.00013571k__Bacteriap__ Bacteroidetesc__Bacteroidiao__Bacteroidalesf__S24-7g__s__
72716512.5623.5740.72314.9427.7311E-070.00017199k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__Lachnospiraceaeg__s__
72328717.06-3.0090.6165-4.8811.0562E-060.00022557k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
60886422.231-2.950.6119-4.8211.4262E-060.00029286k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__g__s__
We use this table of differentially abundant OTUs to next generate a symmetric plot. Users are able to select any taxonomic level as well as any metadata variable for comparison and further to pick two values of this variable for direct comparison ( Figure 3). In this example, we pick Phylum for our taxonomy level and time as our variable of interest and group the graph according to ‘Early’ or ‘Late’. The resulting symmetric plot shows the differences in OTUs for ‘Early’ and ‘Late’ samples across different phylum ( Figure 4). We are also able to generate alpha diversity abundance plots according to various sample attributes grouped here for ‘Replicate Group’ and coloured by ‘Food’ ( Figure 5). As a final example, we generate a network plot where we select ‘Replicate group’ for the correlation and select ‘Food’ as the legend ( Figure 6).
Figure 3.

MetaDEGalaxy menu options for generating symmetric plots for differentially abundant operational taxonomic units (OTUs).

Users are able to select the taxonomic rank to examine in addition to two values within any user-defined metadata category.

Figure 4.

Symmetric plot of the most differentially abundant operational taxonomic units (OTUs) grouped by ‘Time’ with ‘Early’ and ‘Late’ samples compared.

Figure 5.

Alpha diversity abundance plots grouped for replicate group and coloured by ‘Food’.

Figure 6.

Network plots grouped for replicate group and coloured by ‘Food’.

MetaDEGalaxy menu options for generating symmetric plots for differentially abundant operational taxonomic units (OTUs).

Users are able to select the taxonomic rank to examine in addition to two values within any user-defined metadata category.

Software comparison

MetaDEGalaxy is compared to existing software in Table 3. There are comparable web and/or GUI based tools such as QIIME/QIIME2 [2], MetaPipe [20], MG-RAST [21], MOCAT2 [22], Calypso [23], Explicet [24], and Megan [25], however none of these tools except QIIME2 are currently available within the popular Galaxy framework. Within Galaxy there are several metagenomics offerings including ASaiM [5], GmT [7], A-Game [8], and ANASTASIA [9].
Table 3.

Popular web or graphical user interface (GUI) based metagenomic analysis pipelines.

SoftwareLanguage/EnvironmentWeb?Input FASTQ?16S?Shotgun?Diff Abun?
QIIME/QIIME2Python (partial Galaxy)NoYesYesExperimentalNo
CalypsoJava/Perl/RYesNoYesNoYes
ExplicetC++NoNoYesNoNo
MeganJavaNoNoYesNoNo
ASaiMGalaxyYesYesYesYesNo
MetaDEGalaxyGalaxyYesYesYesNoYes
FrogsGalaxyYesYesYesNoNo
MetaPipeJava/pythonYesYesYesYesNo
MG-RASTPerlYesYesYesYesNo
MOCAT2Python/PerlNoYesYesNoNo
ANASTASIAGalaxyYesYesYesYesNo
A-GameGalaxyYesYesNoYesNo
GmTGalaxyYesYesYesNoPartly
While many of the features of the tools overlap, MetaDEGalaxy is the only option within Galaxy combining DESeq2 [11] with the full graphing capability of phyloseq [10]. MetaDEGalaxy is similar in features to GmT [7] however the differential abundance options are limited with GmT as it lacks symmetric plots and the ability to construct highly customisable graphs grouped by sample metadata attributes. Differential abundance tables generated by MetaDEGalaxy and Calypso both use the phyloseq_to_deseq2 function in phyloseq which converts phyloseq formatted BIOM files into a DESeq ready object containing dispersion estimates and an experimental design formula based on a combination of metadata attributes. Mothur differs from these two methods in offering metagenomic specific algorithms including metastat [26] and lefse [27]. Metastats uses a t-test with p-values derived from an empiric null distribution calculated by sample permutation while lefse applies the non-parametric Kruskal-Wallis and Wilcoxon-Mann–Whitney tests to identify differences in gene abundance between metagenomic groups. Not surprisingly, results from MetaDEGalaxy and Calypso were identical while the results from lefse and metastats were quite different as has been shown by previous studies [28].

Use cases

To demonstrate how to use MetaDEGalaxy we offer four in-depth tutorials describing available workflows. Tutorials 1, 2 and 4 utilise the same input data as the well-documented Mothur_SOP while tutorial 3 utilises custom 300bp paired end, non-overlapping Illumina MiSeq data. In either use case, reads can be accessed and pre-processed via Galaxy Interface with the following steps: 1) click on “Operations on multiple dataset” on the top of the history panel 2) check the box for all paired-end files listed on the history panel 3) click on the "For all selected..." button the top of the history panel 4) click on "Build list of Dataset Pairs" on the drop-down menu 5) Type in a common field of the file name for both forward and reverse paired end data 6) click on the "Auto-pair" 7) Enter a name for the collection of paired datasets and click "Create list" Apart from the paired-end reads in data collection, users are required to have loaded the metadata table and both 16S reference genome and annotation files. When the paired-end reads from a data collection is imported into a Galaxy history, an important step for the later in the workflow is the renaming of the FASTA sequence header by appending the sample ID to end at the end of each read ID using the reheader tool in Galaxy. This information will be used as the column header for OTU table generated by the workflows. Workflow 1 ( Figure 1) is designed to detect the status of overlapped paired-end reads data using PEAR. Users should proceed with workflow 2 if the percentage of overlapped paired-end reads data is high. Otherwise, workflow 3 should be used for non-overlapping reads. Both workflow 2 and 3 are fundamentally the same ( Figure 2), however, workflow 3 can take single-end reads data as input when the overlapped paired-end reads are not overlapping. Workflow 4 is designed to take a precomputed BIOM file as input. BIOM file format is designed to store OTU counts, metadata, and OTU annotation into one file. When users input a BIOM file, workflow 4 can be used to add metadata to an existing BIOM file and create abundance bar plot, network plot and symmetric plots using phyloseq R package. More detailed tutorial documentation is available in the github repository.

Conclusion

MetaDEGalaxy is a complete end-to-end Galaxy workflow for 16S differential abundance analysis. Harnessing the power of open source algorithms such as vsearch, phyloseq, and DESeq2, MetaDEGalaxy offers users high-level of control over their data and analysis options. Focusing on discovering the most differentially abundant OTUs between samples, MetaDEGalaxy allows users to assess the impact of different environmental condition on overall microbial community composition.

Data availability

Source data

Data used for the tutorials are available from Zenodo: Zenodo: Mothur MiSeq SOP Galaxy Tutorial Data. https://doi.org/10.5281/zenodo.800651 [29] Data are available under the terms of the Creative Commons Attribution 4.0 International license (CC-BY 4.0).

Software availability

Software available from: http://203.101.224.202/galaxy/ Source code available from: https://github.com/QFAB-Bioinformatics/jcu.microgvl.ansible.playbook Archived source code at time of publication: https://doi.org/10.5281/zenodo.2658835 [30] Licence: GNU General Public License v3.0 for all script/wrappers Thanks to the authors for their revision. All my previous concerns have now been addressed, and I am happy to approve this manuscript. Minor suggestions: Be consistent about capitalisation, e.g. fasta, FASTA, FastQ, FASTQ both appear. github -> GitHub, unix -> UNIX, vsearch -> VSEARCH I confirm that I have read this submission and believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. This submission introduces MetaDEGalaxy, which is a workflow intended for 16S differential abundance analysis in the open source Galaxy platform. The workflow incorporates various currently popular open source algorithms, the proposed workflow support the application of such methods by Galaxy users. In particular, the workflow supports differential OTU abundance testing for common measurement platforms (454 and Illumina). Step-by-step tutorials are provided to support the use. The overall work is sound and clearly written. Appropriate references are provided, and the work is based on commonly used methodologies and open source resources. Data and software are openly available with a unique DOI and permanent archiving through Zenodo. The work does not contribute to methods criticism, validation, or benchmarking.  This work is a technical contribution that provide new software plugin for the broader Galaxy platform. This is relevant for the limited community of researchers who use Galaxy for 16S microbiome analysis. The contribution is a contribution to scientific software, rather than scientific discussion. This, in my understanding, fits the F1000Research scope. Minor: Why the software has GPL3 license that is more restrictive than e.g. MIT which is often recommended for research software? See DOI: 10.1371/journal.pcbi.1002598 [1] Instead of QIIME, it could be more appropriate to cite QIIME2? I confirm that I have read this submission and believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard. The authors describe MetaDEGalaxy, a set of Galaxy tools and workflows for differential abundance analysis of 16S metagenomics data. They have enabled DESeq -a tool designed primarily for RNASeq data- to be used on metagenomics datasets. They provide Galaxy workflows and training materials and a Galaxy server for testing. Furthermore, they have integrated a number of Galaxy tools for visualisation using phyloseq, which is a valuable addition to the existing ecosystem of Galaxy metagenomics tools. Remarks: In the abstract: "Metagenomic sequencing [..] analysis workflows remain immature compared to other fields" This is a strong claim and requires more justification or be made less broad. Metagenomics (and especially 16S metagenomics) tool suites such as QIIME and Mothur have quite well-established pipelines. And end-to-end online analysis portals such as MG-RAST ( https://www.mg-rast.org/), MGnify ( https://www.ebi.ac.uk/metagenomics/pipelines/2.0), MOCAT2 ( https://mocat.embl.de/), META-pipe [1] and others have also been around for some time, and are also user-friendly GUI options. In general, the discussion of existing methods could be expanded. Please describe in more detail how MetaDEGalaxy fits in this ecosystem. In the introduction: "Currently, there is one end-to-end existing metagenomics workflow offering, ASaiM": a. Referring to ASaiM as a workflow may be confusing. In Galaxy, the term workflow has a very specific meaning, and ASaiM is a collection of tools, workflows and tutorials with a common topic, and it includes multiple Galaxy workflows within it. Perhaps refer to these solutions as Galaxy environments or similar, and reserve the word workflows for Galaxy workflows? b. ASaiM is also by no means the only metagenomics workflow available in Galaxy, for example: - GmT : Mothur SOP 16S end-to-end pipelines have been made available as Galaxy workflows previously. [2] - FROGS: Metagenomics pipelines in Galaxy has been previously described. [3] - Other Galaxy environments and workflows such as A-Game, [4] ANASTASIA, [5] or this functional annotation workflow, [6] and several others have also been previously described. While these examples have a different focus than MetaDEGalaxy (i.e. functional metagenomics rather than 16S), the authors make the very broad claim that ASaiM is the only other "existing metagenomics workflow on offering", which is inaccurate. Please consider expanding the discussion of existing work and Table 3 to include some or all of the above. In the results section, please discuss how the differential abundance results obtained with the MetaDEGalaxy pipelines compare to the results described in the Mothur SOP ( https://www.mothur.org/wiki/MiSeq_SOP, e.g. under subsection "population level analysis" of section "OTU-based analysis") Do you determine the same OTUs to be statistically significantly different between the two groups? Explain any differences in results, as well as the added value of your approach over the statistical methods used in the SOP. The Phyloseq wrappers the authors have created do not appear to be available from the Galaxy toolshed currently While I appreciate that the authors have developed Ansible playbooks for the installation of the wrappers, such a custom approach is not recommended practice, and adding the tools to the tool shed will greatly increase their accessibility. One option for this would be to submit the wrappers to the IUC tool repository on github ( https://github.com/galaxyproject/tools-iuc) where they will be reviewed and automatically uploaded to the toolshed upon acceptance. Minor Remarks: Compliments: Training materials for the use of the MetaDEGalaxy workflows are available in the form of PDF files. I would strongly urge the authors to consider contributing these materials to the Galaxy Training Network ( https://training.galaxyproject.org) so that they are more readily available for use by the community. I think that MetaDEGalaxy tutorial would be happily accepted there, and the GTN community can provide support to transform the tutorials into the right format. Since the 4 workflows offered in this manuscript are designed to be run in succession (e.g. workflow 1,2,4 or 1,3,4), have the authors considered creating some full end-to-end workflows, using Galaxy's concept of sub-workflows? A set of Qiime2 Galaxy tool wrappers have recently been made available in the toolshed ( https://toolshed.g2.bx.psu.edu/repository?repository_id=7af460fa907bf4a3), could you update he text in the "software comparison" section & table to reflect this? I really like the visualisation tools you added, and I would love to add a symmetric plot to the existing 16S Galaxy tutorial on the Galaxy Training Networks site if you put the tools on the tool shed! I confirm that I have read this submission and believe that I have an appropriate level of expertise to confirm that it is of an acceptable scientific standard, however I have significant reservations, as outlined above. Thank you for taking the time to review MetaDEGalaxy. I have submitted a modified manuscript to address the points you raised. 1) Software background / comparison (Major Remark 1 and 2 and minor remark 3) The most significant change to the manuscript is the dramatic expansion of the software discussion and comparison sections to include more web based and Galaxy based metagenomics offerings. Additions include MG-RAST, MetaPipe, MOCAT2, FROGS, GmT, A-Game, and ANASTASIA to name a few. I added a broader discussion about where MetaDEGalaxy fits in relative to the ever expanding metagenomic software environment. 2) Expansion of differential abundance comparison I expanded the manuscript to include more details on tools with differential abundance options including calypso and mothur methods metastats and lefse. I performed a small side-by-side comparison however MetaDEGalaxy had results identical to calypso (which also uses phyloseq_to_deseq) and very different to both mothur techniques so I simply state this fact in the manuscript and cite previous work that has shown this already (Jonsson V, et al. Statistical evaluation of methods for identification of differentially abundant genes in comparative metagenomics. BMC Genomics. 2016). 3) Availability of wrapper scripts and tutorials (Major remark 4 and minor remark 1) Thank you for the suggestions regarding better ways to make the software more widely available, I wasn't aware of these resources.  The tutorials will indeed be made widely available to the training network once the installation is completed within Galaxy Australia which should be done by the end of 2019.  Currently, the code is installed on a demo server however it will be given a permanent home within Galaxy Australia very shortly. We will also make the wrapper scripts available as per your suggestion to the IUC tool repository on github. Also, for testing please note the temporary IP address for the demo server changed to http://203.101.224.202/galaxy/ which is now reflected in the new manuscript.
  29 in total

1.  Galaxy: a platform for interactive large-scale genome analysis.

Authors:  Belinda Giardine; Cathy Riemer; Ross C Hardison; Richard Burhans; Laura Elnitski; Prachi Shah; Yi Zhang; Daniel Blankenberg; Istvan Albert; James Taylor; Webb Miller; W James Kent; Anton Nekrutenko
Journal:  Genome Res       Date:  2005-09-16       Impact factor: 9.043

2.  Introducing mothur: open-source, platform-independent, community-supported software for describing and comparing microbial communities.

Authors:  Patrick D Schloss; Sarah L Westcott; Thomas Ryabin; Justine R Hall; Martin Hartmann; Emily B Hollister; Ryan A Lesniewski; Brian B Oakley; Donovan H Parks; Courtney J Robinson; Jason W Sahl; Blaz Stres; Gerhard G Thallinger; David J Van Horn; Carolyn F Weber
Journal:  Appl Environ Microbiol       Date:  2009-10-02       Impact factor: 4.792

Review 3.  The impact of the gut microbiota on human health: an integrative view.

Authors:  Jose C Clemente; Luke K Ursell; Laura Wegener Parfrey; Rob Knight
Journal:  Cell       Date:  2012-03-16       Impact factor: 41.582

4.  Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2.

Authors:  Michael I Love; Wolfgang Huber; Simon Anders
Journal:  Genome Biol       Date:  2014       Impact factor: 13.583

5.  Calypso: a user-friendly web-server for mining and visualizing microbiome-environment interactions.

Authors:  Martha Zakrzewski; Carla Proietti; Jonathan J Ellis; Shihab Hasan; Marie-Jo Brion; Bernard Berger; Lutz Krause
Journal:  Bioinformatics       Date:  2017-03-01       Impact factor: 6.937

6.  Fast and accurate short read alignment with Burrows-Wheeler transform.

Authors:  Heng Li; Richard Durbin
Journal:  Bioinformatics       Date:  2009-05-18       Impact factor: 6.937

7.  Statistical methods for detecting differentially abundant features in clinical metagenomic samples.

Authors:  James Robert White; Niranjan Nagarajan; Mihai Pop
Journal:  PLoS Comput Biol       Date:  2009-04-10       Impact factor: 4.475

8.  Trimmomatic: a flexible trimmer for Illumina sequence data.

Authors:  Anthony M Bolger; Marc Lohse; Bjoern Usadel
Journal:  Bioinformatics       Date:  2014-04-01       Impact factor: 6.937

9.  Statistical evaluation of methods for identification of differentially abundant genes in comparative metagenomics.

Authors:  Viktor Jonsson; Tobias Österlund; Olle Nerman; Erik Kristiansson
Journal:  BMC Genomics       Date:  2016-01-25       Impact factor: 3.969

10.  Galaxy mothur Toolset (GmT): a user-friendly application for 16S rRNA gene sequencing analysis using mothur.

Authors:  Saskia D Hiltemann; Stefan A Boers; Peter J van der Spek; Ruud Jansen; John P Hays; Andrew P Stubbs
Journal:  Gigascience       Date:  2019-02-01       Impact factor: 6.524

View more
  5 in total

1.  Administration of Hookworm Excretory/Secretory Proteins Improves Glucose Tolerance in a Mouse Model of Type 2 Diabetes.

Authors:  Zainab Khudhair; Rafid Alhallaf; Ramon M Eichenberger; Matt Field; Lutz Krause; Javier Sotillo; Alex Loukas
Journal:  Biomolecules       Date:  2022-04-26

2.  Alterations and Prediction of Functional Profiles of Gut Microbiota After Fecal Microbiota Transplantation for Iranian Recurrent Clostridioides difficile Infection with Underlying Inflammatory Bowel Disease: A Pilot Study.

Authors:  Masoumeh Azimirad; YoungJae Jo; Min-Sueng Kim; Minsoo Jeong; Shabnam Shahrokh; Hamid Asadzadeh Aghdaei; Mohammad Reza Zali; Seungjun Lee; Abbas Yadegar; Jae-Ho Shin
Journal:  J Inflamm Res       Date:  2022-01-06

Review 3.  Bioinformatic Challenges Detecting Genetic Variation in Precision Medicine Programs.

Authors:  Matt A Field
Journal:  Front Med (Lausanne)       Date:  2022-04-08

4.  A murine model of tuberculosis/type 2 diabetes comorbidity for investigating the microbiome, metabolome and associated immune parameters.

Authors:  Harindra D Sathkumara; Janet L Eaton; Matt A Field; Brenda L Govan; Natkunam Ketheesan; Andreas Kupz
Journal:  Animal Model Exp Med       Date:  2021-03-23

5.  Gastrointestinal Helminth Infection Improves Insulin Sensitivity, Decreases Systemic Inflammation, and Alters the Composition of Gut Microbiota in Distinct Mouse Models of Type 2 Diabetes.

Authors:  Zainab Khudhair; Rafid Alhallaf; Ramon M Eichenberger; Jen Whan; Andreas Kupz; Matt Field; Lutz Krause; David T Wilson; Norelle L Daly; Paul Giacomin; Javier Sotillo; Alex Loukas
Journal:  Front Endocrinol (Lausanne)       Date:  2021-02-05       Impact factor: 5.555

  5 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.