layout |
---|
subsite-galaxy |
{:.no_toc}
Galaxy for Microbiome (ASaiM{:target="_blank"}) is a webserver to process, analyse and visualize microbiome data in general. It is based on the Galaxy framework{:target="_blank"}, which guarantees simple access, easy extension, flexible adaption to personal and security needs, and sophisticated analyses independent of command-line knowledge.
# Content {:.no_toc}
- TOC {:toc}
Are you new to Galaxy, or returning after a long time, and looking for help to get started? Take a [guided tour]({{ page.website }}/tours/core.galaxy_ui){:target="_blank"} through Galaxy's user interface.
We are working in close collaboration with the Galaxy Training Network (GTN){:target="_blank"} to develop training materials of data analyses based on Galaxy. If you want to know more about the GTN or how to become part of the Galaxy community, check the videos below!
<iframe width="560" height="315" src="https://www.youtube.com/embed/lDqWxzWNk1k" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen> </iframe> <iframe width="560" height="315" src="https://www.youtube.com/embed/-1MPdxmRs8U" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>Training material
All relevant materials for microbiome data analysis can also be found within the GTN.
Lesson | Slides | Hands-on | Input dataset | Workflows | Galaxy History |
---|---|---|---|---|---|
Welcome and introduction to Galaxy | {:target="_blank"} / {:target="_blank"} | {:target="_blank"} | {:target="_blank"} | {:target="_blank"} | |
An Introduction to Metagenomics | {:target="_blank"} | ||||
Quality Control | {:target="_blank"} / {:target="_blank"} | {:target="_blank"} / {:target="_blank"} | {:target="_blank"} | {:target="_blank"} | []({{ page.website }}/u/gallardoalba/h/quality-control){:target="_blank"} |
16S Microbial Analysis with mothur | {:target="_blank"} | Short{:target="_blank"} / Extended{:target="_blank"} / {:target="_blank"} | {:target="_blank"} | {:target="_blank"} | |
16S Microbial analysis with Nanopore data | {:target="_blank"} | {:target="_blank"} | {:target="_blank"} | ||
Analyses of metagenomics data - The global picture | {:target="_blank"} | {:target="_blank"} | {:target="_blank"} | ||
Metatranscriptomics analysis using microbiome RNA-seq data | {:target="_blank"} | Short{:target="_blank"} / Extended{:target="_blank"} | {:target="_blank"} | {:target="_blank"} | |
Metaproteomics introduction | {:target="_blank"} / {:target="_blank"} | {:target="_blank"} | {:target="_blank"} | ||
{:.table.table-striped} |
More than 200 tools are avalaible for microbiome data analysis in this custom Galaxy instance:
- General tools
- Data retrieval: EBISearch, ENASearch, SRA Tools
- BAM/SAM file manipulation: SAM tools
- BIOM file manipulation: BIOM-Format tools
- Genomics tools
- Quality control: FastQC, PRINSEQ, Cutadapt, fastp, Trimmomatic, MultiQC
- Clustering: CD-Hit
- Sorting and prediction: SortMeRNA, FragGeneScan
- Mapping: BWA, Bowtie
- Similarity search: NCBI Blast+, Diamond
- Alignment: HMMER3
- Microbiota dedicated tools
- Microbial: Scoary, Prokka, Roary
- Metagenomics data manipulation: VSearch, Nonpareil, DADA2
- Assembly: MEGAHIT, metaSPAdes, metaQUAST, VALET, Bandage, MaxBin2
- Metataxonomic sequence analysis: Mothur, QIIME, Vegan
- Taxonomy assignation: MetaPhlAn, Kraken, CAT/BAT
- Metabolism assignation: HUMAnN, PICRUST, InterProScan
- Visualization: Export2graphlan, GraPhlAn, KRONA
- Metaproteomics: MaxQuant, SearchGUI, PeptideShaker, Unipept
To orchestrate tools and help users with their analyses, several workflows{:target="_blank"} are available. They formally orchestrate tools in a defined order and with defined parameters, but they are customizable (tools, order, parameters).
The workflows are available in the [Shared Workflows]({{ page.website }}/workflows/list_published), with the label "asaim".
The workflow quickly produces, from raw metagenomic shotgun data, accurate and precise taxonomic assignations, wide extended functional results and taxonomically related metabolism information
This workflow consists of
- Processing with quality control/trimming (FastQC and Trim Galore!) and dereplication (VSearch)
- Taxonomic analyses with assignation (MetaPhlAn2) and visualization (KRONA, GraPhlAn)
- Functional analyses with metabolic assignation and pathway reconstruction (HUMAnN2)
- Functional and taxonomic combination with developed tools combining HUMAnN2 and MetaPhlAn2 outputs
It is available with 4 versions, given the input
- Simple files: [Single-end]({{ page.website }}/u/berenice/w/asaim-shotgun-workflow) or [paired-end]({{ page.website }}/u/berenice/w/asaim---shotgun-workflow-for-paired-end-data)
- Collection input files: [Single-end]({{ page.website }}/u/berenice/w/asaim-shotgun-workflow-se-collection) or [paired-end]({{ page.website }}/u/berenice/w/asaim---shotgun-workflow-for-paired-end-data-collection)
To reconstruct genomes or to get longer sequences for further analysis, microbiota data needs to be assembled, using the recently developed metagenomics assemblers.
To help in this task, two workflows have been developed using two different well-performing assemblers:
-
[MEGAHIT]({{ page.website }}/u/berenice/w/asaim-metagenomic-assembly-with-megahit)
It is currently the most efficent computationally assembler: it has the lowest memory and time consumption {% cite van2017assembling awad2017evaluating sczyrba2017critical %}. It produced some of the best assemblies (irrespective of sequencing coverage) with the fewest structural errors {% cite olson2017metagenomic %} and outperforms in recovering the genomes of closely related strains {% cite awad2017evaluating %}, but has a bias towards relatively low coverage genomes leading to a suboptimal assembly of high abundant community member genomes in very large datasets {% cite vollmers2017comparing %}
-
[MetaSPAdes]({{ page.website }}/u/berenice/w/asaim-metagenomic-assembly-with-metaspades)
It is particularly optimal for high-coverage metagenomes {% cite van2017assembling %} with the best contig metrics {% cite greenwald2017utilization %} and produces few under-collapsed/over-collapsed repeats {% cite olson2017metagenomic %}
Both workflows consists of
- Processing with quality control/trimming (FastQC and Trim Galore!)
- Assembly with either MEGAHIT or MetaSPAdes
- Estimation of the assembly quality statistics with MetaQUAST
- Identification of potential assembly error signature with VALET
- Determination of percentage of unmapped reads with Bowtie2 combined with MultiQC to aggregate the results.
To analyze amplicon data, the Mothur and QIIME tool suites are available there. We implemented the workflows described in tutorials of Mothur and QIIME websites, as example of amplicon data analyses as well as support for the training material. These workflows, as any workflows available there, can be adapted for a specific analysis or used as subworkflows by the users.
While the shotgun workflow is suitable for both metagenomics and metatranscriptomics datasets, we also offer an enhanced workflow aimed specifically at metatranscriptomics data.
The workflow is divided into 4 parts:
- Preprocessing - Process raw metatranscriptomics data to perform further analysis.
- Taxonomy Quantitation - Assignment of taxonomy along with abundance values and visualization.
- Functional Quantitation - metabolic assignment of identified functions and gene and pathway abundance annotation.
- Taxonomy-Function Quantitation - combine taxonomy and functional quantitation values into relative abundance values at different levels such as e.g. the abundance of a pathway between phyla.
The combination of metagenomics, -transcriptomics and -proteomics can provide a detailed understanding of which organisms occupy specific metabolic niches, how they interact, and how they utilize environmental nutrients. Commonly used omics tools spanning metagenomics, -transcriptomics and -proteomics has been adapted into an integrated meta-omics analysis pipeline:
-
Metagenomics
-
Metatranscriptomics
-
Metaproteomics
-
Integration of omics data using R
This pipeline has been applied to [deconvolute a highly efficient cellulose-degrading minimal consortium isolated and enriched from a biogas reactor in Fredrikstad, Norway]({% link _posts/2020-04-14-integrative-meta-omics.md %})
{% bibliography --cited --prefix index-metagenomics --group_by none %}