ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Software Tool Article
Revised

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

[version 2; peer review: 2 approved]
PUBLISHED 18 Oct 2019
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

This article is included in the Galaxy gateway.

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.

Keywords

Galaxy, metagenomics, differential abundance, high throughput sequencing, phyloseq

Revised Amendments from Version 1

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. This is reflected in table 3. I added a broader discussion about where MetaDEGalaxy fits in relative to the ever expanding metagenomic software environment. I expanded the manuscript to include more details on tools with differential abundance options including calypso and mothur methods metastats and lefse.

Finally, the temporary IP address for the demo server changed to http://203.101.224.202/galaxy/

See the authors' detailed response to the review by Saskia Hiltemann

Introduction

It is now recognized that there is a strong link between microbial communities in the human body and human health1. 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 QIIME2 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 Galaxy3 or the Genomics Virtual Lab4 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 ASaiM5, FROGS6, GmT7, A-Game8, and ANASTASIA9 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 phyloseq10 and DESeq211 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 algorithms12. MetaDEGalaxy also offers extensive graphing capabilities by wrapping the comprehensive metagenomics R-package phyloseq10. 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 usearch13 within the popular QIIME package2. Finally, MetaDEGalaxy is designed within the popular Genomic Virtual Lab4 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_overlapPEFor use with datasets that are sequenced using overlapping paired-end reads
3. 16S_DE_for_nonoverlapPEFor use with datasets that are sequenced using non-overlapping paired-end reads.
4. 16S_BIOMHandles 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 PEAR15 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.

265a3ef6-06ff-4ad5-ae35-fbae9bc42620_figure1.gif

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

265a3ef6-06ff-4ad5-ae35-fbae9bc42620_figure2.gif

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.

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__
Tenericutes
c__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__
Bacteroidetes
c__Bacteroidiao__Bacteroidalesf__S24-7g__s__
19189297.056-5.040.8971-5.6181.9322E-088.2648E-06k__Bacteriap__
Proteobacteria
c__
Alphaproteobacteria
o__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__
Bacteroidetes
c__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__
Bacteroidetes
c__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__
Bacteroidetes
c__Bacteroidiao__Bacteroidalesf__S24-7g__s__
70579920.949-3.1750.6301-5.0384.7021E-070.00011831k__Bacteriap__Firmicutesc__Clostridiao__Clostridialesf__Ruminococcaceaeg__
Ruminococcus
s__
1967338.7353.2920.65884.9965.8464E-070.00013571k__Bacteriap__
Bacteroidetes
c__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).

265a3ef6-06ff-4ad5-ae35-fbae9bc42620_figure3.gif

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.

265a3ef6-06ff-4ad5-ae35-fbae9bc42620_figure4.gif

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

265a3ef6-06ff-4ad5-ae35-fbae9bc42620_figure5.gif

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

265a3ef6-06ff-4ad5-ae35-fbae9bc42620_figure6.gif

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

Software comparison

MetaDEGalaxy is compared to existing software in Table 3. There are comparable web and/or GUI based tools such as QIIME/QIIME22, MetaPipe20, MG-RAST21, MOCAT222, Calypso23, Explicet24, and Megan25, however none of these tools except QIIME2 are currently available within the popular Galaxy framework. Within Galaxy there are several metagenomics offerings including ASaiM5, GmT7, A-Game8, and ANASTASIA9.

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 DESeq211 with the full graphing capability of phyloseq10. MetaDEGalaxy is similar in features to GmT7 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 metastat26 and lefse27. 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 studies28.

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.80065129

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.265883530

Licence: GNU General Public License v3.0 for all script/wrappers

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 23 May 2019
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Thang MWC, Chua XY, Price G et al. MetaDEGalaxy: Galaxy workflow for differential abundance analysis of 16s metagenomic data [version 2; peer review: 2 approved] F1000Research 2019, 8:726 (https://doi.org/10.12688/f1000research.18866.2)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 2
VERSION 2
PUBLISHED 18 Oct 2019
Revised
Views
8
Cite
Reviewer Report 21 Oct 2019
Saskia Hiltemann, Department of Bioinformatics, Erasmus University Medical Center, Rotterdam, The Netherlands 
Approved
VIEWS 8
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:
  1. Be consistent about capitalisation, e.g. fasta, FASTA, FastQ,
... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Hiltemann S. Reviewer Report For: MetaDEGalaxy: Galaxy workflow for differential abundance analysis of 16s metagenomic data [version 2; peer review: 2 approved]. F1000Research 2019, 8:726 (https://doi.org/10.5256/f1000research.23147.r55374)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
Version 1
VERSION 1
PUBLISHED 23 May 2019
Views
8
Cite
Reviewer Report 15 Oct 2019
Leo Lahti, Department of Future Technologies, University of Turku, Turku, Finland 
Approved
VIEWS 8
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 ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Lahti L. Reviewer Report For: MetaDEGalaxy: Galaxy workflow for differential abundance analysis of 16s metagenomic data [version 2; peer review: 2 approved]. F1000Research 2019, 8:726 (https://doi.org/10.5256/f1000research.20677.r55128)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
Views
22
Cite
Reviewer Report 24 Jul 2019
Saskia Hiltemann, Department of Bioinformatics, Erasmus University Medical Center, Rotterdam, The Netherlands 
Approved with Reservations
VIEWS 22
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 ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Hiltemann S. Reviewer Report For: MetaDEGalaxy: Galaxy workflow for differential abundance analysis of 16s metagenomic data [version 2; peer review: 2 approved]. F1000Research 2019, 8:726 (https://doi.org/10.5256/f1000research.20677.r50121)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 16 Oct 2019
    Matt Field, Centre for Tropical Bioinformatics and Molecular Biology, James Cook University, Smithfield, 4878, Australia
    16 Oct 2019
    Author Response
    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 ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 16 Oct 2019
    Matt Field, Centre for Tropical Bioinformatics and Molecular Biology, James Cook University, Smithfield, 4878, Australia
    16 Oct 2019
    Author Response
    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 ... Continue reading

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 23 May 2019
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.