Assembly of metagenomic sequencing data
Author(s) | Polina Polunina Bérénice Batut |
OverviewQuestions:Objectives:
Why metagenomic data should be assembled?
What is the difference between co-assembly and individual assembly?
What is the difference between reads, contigs and scaffolds?
How tools based on De Bruijn graph work?
How to assess the quality of metagenomic data assembly?
Requirements:
Describe what an assembly is
Describe what de-replication is
Explain the difference between co-assembly and individual assembly
Explain the difference between reads, contigs and scaffolds
Explain how tools based on De Bruijn graph work
Apply appropriate tools for analyzing the quality of metagenomic data
Construct and apply simple assembly pipelines on short read data
Apply appropriate tools for analyzing the quality of metagenomic assembly
Evaluate the Quality of the Assembly with Quast, Bowtie2, and CoverM-Genome
Time estimation: 2 hoursLevel: Introductory IntroductorySupporting Materials:Published: Nov 20, 2024Last modification: Nov 20, 2024License: Tutorial Content is licensed under Creative Commons Attribution 4.0 International License. The GTN Framework is licensed under MITpurl PURL: https://gxy.io/GTN:T00035rating Rating: 5.0 (0 recent ratings, 1 all time)version Revision: 0
Metagenomics involves the extraction, sequencing and analysis of combined genomic DNA from entire microbiome samples. It includes then DNA from many different organisms, with different taxonomic background.
Reconstructing the genomes of microorganisms in the sampled communities is critical step in analyzing metagenomic data. To do that, we can use assembly and assemblers, i.e. computational programs that stich together the small fragments of sequenced DNA produced by sequencing instruments.
Assembling seems intuitively similar to putting together a jigsaw puzzle. Essentially, it looks for reads “that work together” or more precisely, reads that overlap. Tasks like this are not straightforward, but rather complex because of the complexity of the genomics (specially the repeats), the missing pieces and the errors introduced during sequencing.
CommentDo you want to learn more about the principles behind single genome assembly? Follow our tutorials.
Metagenomic assembly is further complicated by
- the large volume of data produced
- the quality of the sequence
- the unequal representation of members of the microbial community
- the presence of closely related microorganisms with similar genomes
- the presence of several strains of the same microorganism
- an insufficient amount of data for minor community members
For assembly, there are 3 main strategies:
- Greedy extension
- Overlap Layout Consensus
- De Bruijn graphs. The following figure illustrates these strategies in brief.
The nice paper Miller et al. 2010 on assemblers based on these algorithms will help you to better understand how they work.
For metagenomic assembly, several tools exist: metaSPAdes (Nurk et al. 2017), MEGAHIT (Li et al. 2015), etc. The different assemblers have different computational characteristics and their performance varies according to the microbiome as shown in by both rounds of Critical Assessment of Metagenome Interpretation initiative (Sczyrba et al. 2017, Meyer et al. 2022, Meyer et al. 2021). The preference of one assembler over another depends on the purpose at hand.
In this tutorial, we will learn how to run metagenomic assembly tool and evaluate the quality of the generated assemblies. To do that, we will use data from the study: Temporal shotgun metagenomic dissection of the coffee fermentation ecosystem. For an in-depth analysis of the structure and functions of the coffee microbiome, a temporal shotgun metagenomic study (six time points) was performed. The six samples have been sequenced with Illumina MiSeq utilizing whole genome sequencing.
Based on the 6 original dataset of the coffee fermentation system, we generated mock datasets for this tutorial.
AgendaIn this tutorial, we will cover:
Prepare analysis history and data
To run assembly, we first need to get the data into Galaxy. Any analysis should get its own Galaxy history. So let’s start by creating a new one:
Hands-on: Prepare the Galaxy history
Create a new history for this analysis
To create a new history simply click the new-history icon at the top of the history panel:
Rename the history
- Click on galaxy-pencil (Edit) next to the history name (which by default is “Unnamed history”)
- Type the new name
- Click on Save
- To cancel renaming, click the galaxy-undo “Cancel” button
If you do not have the galaxy-pencil (Edit) next to the history name (which can be the case if you are using an older version of Galaxy) do the following:
- Click on Unnamed history (or the current name of the history) (Click to rename history) at the top of your history panel
- Type the new name
- Press Enter
We need to get the data into our history.
In case of a not very large dataset it’s more convenient to upload data directly from your computer to Galaxy.
Hands-on: Upload data into Galaxy
Import the sequence read raw data (*.fastqsanger.gz) from Zenodo or a data library:
https://zenodo.org/record/7818827/files/ERR2231567_1.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231567_2.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231568_1.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231568_2.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231569_1.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231569_2.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231570_1.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231570_2.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231571_1.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231571_2.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231572_1.fastqsanger.gz https://zenodo.org/record/7818827/files/ERR2231572_2.fastqsanger.gz
- Copy the link location
Click galaxy-upload Upload Data at the top of the tool panel
- Select galaxy-wf-edit Paste/Fetch Data
Paste the link(s) into the text field
Press Start
- Close the window
As an alternative to uploading the data from a URL or your computer, the files may also have been made available from a shared data library:
- Go into Data (top panel) then Data libraries
- Navigate to the correct folder as indicated by your instructor.
- On most Galaxies tutorial data will be provided in a folder named GTN - Material –> Topic Name -> Tutorial Name.
- Select the desired files
- Click on Add to History galaxy-dropdown near the top and select as Datasets from the dropdown menu
In the pop-up window, choose
- “Select history”: the history you want to import the data to (or create a new one)
- Click on Import
CommentIn case of large dataset, we can use FTP server or the Galaxy Rule-based Uploader.
Create a paired collection named
Raw reads
, rename your pairs with the sample name
- Click on galaxy-selector Select Items at the top of the history panel
- Check all the datasets in your history you would like to include
Click n of N selected and choose Build List of Dataset Pairs
- Change the text of unpaired forward to a common selector for the forward reads
- Change the text of unpaired reverse to a common selector for the reverse reads
- Click Pair these datasets for each valid forward and reverse pair.
- Enter a name for your collection
- Click Create List to build your collection
- Click on the checkmark icon at the top of your history again
Assembly
As explained before, there are many challenges to metagenomics assembly, including:
- differences in coverage between samples, resulting from differences in abundance,
- the fact that different species often share conserved regions (Kececioglu and Ju 2001), and
- the presence of multiple strains of a single species (Miller et al. 2010).
To reduce the differences in coverage between samples, we can use a co-assembly approach, where reads from all samples are aligned together.:
Pros of co-assembly | Cons of co-assembly |
---|---|
More data | Higher computational overhead |
Better/longer assemblies | Risk of shattering your assembly |
Access to lower abundant organisms | Risk of increased contamination |
Co-assembly is then not always beneficial:
- Changes in strain can cause the assembly graph to collapse
- Binned contigs are likely to be misclassified: MAGs must be treated as a population genome.
In these cases, co-assembly is reasonable if:
- Same samples
- Same sampling event
- Longitudinal sampling of the same site
- Related samples
If it is not the case, individual assembly should be prefered. In this case, an extra step of de-replication should be used:
Co-assembly is more commonly used than individual assembly and then de-replication after binning. But in this tutorial, to show all steps, we will run an individual assembly.
CommentSometimes it is important to run assembly tools both on individual samples and on all pooled samples, and use both outputs to get the better outputs for the certain dataset.
As mentioned in the introduction, several tools are available for metagenomic assembly. But 2 are the most used ones:
-
MetaSPAdes (Nurk et al. 2017): an short-read assembler designed specifically for large and complex metagenomics datasets
MetaSPAdes is part of the SPAdes toolkit, which has several assembly pipelines. Since SPAdes handles non-uniform coverage, it is useful for assembling simple communities, but metaSPAdes also handles other problems, allowing it to assemble complex communities’ metagenomes.
As input for metaSPAdes it can accept short reads. However, there is an option to use additionally long reads besides short reads to produce hybrid input.
-
MEGAHIT (Li et al. 2015): a single node assembler for large and complex metagenomics NGS reads, such as soil
It makes use of succinct de Bruijn graph (SdBG) to achieve low memory assembly.
Both tools are available in Galaxy. But currently, only MEGAHIT can be used in individual mode for several samples.
Hands-on: Individual assembly of short-reads with MEGAHIT
- MEGAHIT ( Galaxy version 1.2.9+galaxy0) with parameters:
- “Select your input option”:
Paired-end collection
“Run in batch mode?”:
Run individually
CommentTo run as co-assembly, select
Merge all fastq pair-end
, instead ofRun individually
param-collection “Select a paired collection”:
Raw reads
- In Basic assembly options
- “K-mer specification method”:
Specify min, max, and step values
- “Minimum kmer size”: 21
- “Maximum kmer size”: 91
- “Increment of kmer size of each iteration”: 12
MEGAHIT produced a collection of output assemblies - one per sample - that can be proceeded further in binning step and then de-replication. The output contains contigs, contiguous lengths of genomic sequences in which bases are known to a high degree of certainty.
Contrary to MetaSPAdes, MEGAHIT does not output scaffolds, i.e. segments of genome sequence reconstructed fron contigs and gaps. The gaps occur when reads from the two sequenced ends of at least one fragment overlap with other reads from two different contigs (as long as the arrangement is otherwise consistent with the contigs being adjacent). It is possible to estimate the number of bases between contigs based on fragment lengths.
CommentSince the assembly process would take ~1h we are just going to import the results of the assembly previously run.
Hands-on: Import generated assembly files
Import the six contig files from Zenodo or the Shared Data library:
https://zenodo.org/record/7818827/files/contigs_ERR2231567.fasta https://zenodo.org/record/7818827/files/contigs_ERR2231568.fasta https://zenodo.org/record/7818827/files/contigs_ERR2231569.fasta https://zenodo.org/record/7818827/files/contigs_ERR2231570.fasta https://zenodo.org/record/7818827/files/contigs_ERR2231571.fasta https://zenodo.org/record/7818827/files/contigs_ERR2231572.fasta
Create a collection named
MEGAHIT Contig
, rename your pairs with the sample name
Question
- How many contigs has been for ERR2231568 sample?
- And for ERR2231572?
- What is the minimum length of the contigs?
- There are 228,719 sequences in the file so 228,719 contigs
- 122,526 contigs
- Sequences seems bigger than 200 bp (
len
attribute of the sequence information in Fasta files). It is the default value set up in MEGAHIT.
Hands-on: Assembly with MetaSPAdes
- MetaSPAdes ( Galaxy version 3.15.4+galaxy2) with following parameters
- “Pair-end reads input format”:
Paired-end: list of dataset pairs
- param-collection “FASTQ file(s): collection”:
Raw reads
- “Select k-mer detection option”:
User specific
- “K-mer size values”:
21,33,55,77
Quality control of assembly
Once assembly is done, it is important to check its quality.
Assemblies can be evaluated with metaQUAST (Mikheenko et al. 2016), the metagenomics mode of QUAST (Gurevich et al. 2013).
Hands-on: Evaluation assembly quality with metaQUAST
- Quast ( Galaxy version 5.2.0+galaxy1) with parameters:
- “Assembly mode?”:
Individual assembly (1 contig file per samples)
- “Use customized names for the input files?”:
No, use dataset names
- param-collection “Contigs/scaffolds file”: output MEGAHIT
“Reads options”:
Illumina paired-end reads in paired collection
CommentTo make the job quicker, you can select
Disabled
here. The raw reads will then not been mapped to the assembly to compute metrics, like the coverage.- param-collection “FASTQ/FASTA files”:
Raw reads
- “Type of assembly”:
Metagenome
- “Output files”:
HTML report
,PDF report
,Tabular reports
,Log file
,Key metric summary (metagenome mode)
,Krona charts (metagenome mode without reference genomes)
- Inspect the HTML reports
CommentSince the Quast process would take times we are just going to import the results:
Hands-on: Import generated metaQuast results
Import the metaQuast report file from Zenodo or the Shared Data library:
https://zenodo.org/record/7818827/files/quast_ERR2231567.html https://zenodo.org/record/7818827/files/quast_ERR2231568.html https://zenodo.org/record/7818827/files/quast_ERR2231569.html https://zenodo.org/record/7818827/files/quast_ERR2231570.html https://zenodo.org/record/7818827/files/quast_ERR2231571.html https://zenodo.org/record/7818827/files/quast_ERR2231572.html
Quast main output are HTML reports which aggregate different metrics.
Assembly statistics
On the top of each report is a table with in rows statistics for contigs larger than 500 bp for the different sample assemblies (columns). Let’s now look at the table and go from top to bottom:
-
Genome statistics
-
Genome fraction (%): percentage of aligned bases in the reference genome
A base in the reference genome is counted as aligned if at least one contig has at least one alignment to this base.
We did not provide any reference there, but metaQuast try to identify genome content of the metagenome by aligning contigs to SILVA 16S rRNA database. For each assembly, 50 reference genomes with top scores are chosen. The full reference genomes of the identified organisms are afterwards downloaded from NCBI to map the assemblies on them and compute the genome fractions.
For each identified genomes, the genome fraction is given when clicking on Genome fraction (%)
Question- What is the genome fraction for ERR2231568? And for ERR2231572?
- Which reference genome has the highest genome fraction for ERR2231568? And for ERR2231572?
- The genome fraction is 30.22% for ERR2231568 and 58.73% for ERR2231572
- The highest genome fraction was found for Leuconostoc pseudomesenteroides for ERR2231568 (844%) and for Lactobacillus for ERR2231572 (91%). The genomes of Leuconostoc pseudomesenteroides and Lactobacillus could be then almost completely recovered from the assemblies of ERR2231568 and ERR2231572 respectively.
-
Duplication ratio: total number of aligned bases / genome fraction * reference length
If an assembly contains many contigs that cover the same regions of the reference, the duplication ratio may be much larger than 1.
Question- What is the duplication ratio for ERR2231568? And for ERR2231572?
- Which reference genome has the highest duplication ratio for ERR2231568? And for ERR2231572?
- The duplication ratio is 1.068 for ERR2231568 and 1.1 for ERR2231572 (column ERR2231572 in ERR2231572 report)
- The highest duplication ratio was found for Gluconobacter kondonii for ERR2231568 (1.156) and for Lactobacillus brevis KB290 for ERR2231572 (1.178).
-
-
Read mapping: results of the mapping of the raw reads on the different assemblies (only if the “Reads options” is not disabled)
Question- What is the % of read mapped for ERR2231568 assembly to ERR2231568 raw reads? And for ERR2231572 assembly to ERR2231572 raw reads?
- What is the percentage of reads used to build the assemblies for ERR2231568? and ERR2231572?
- 79.47% of ERR2231568 raw reads were mapped to ERR2231568 assembly and 86.98% of ERR2231572 raw reads to ERR2231572 assembly.
- 79.47% of reads were used to the assemblies for ERR2231568 and 86.97% for ERR2231572.
2 alternative ways to compute coverage are to
-
Use CoverM, which is available in Galaxy
Hands-on: Calculate coverage using CoverM- CoverM-CONTIG ( Galaxy version 0.2.1) with parameters:
- “Read type”:
Paired collection
- param-collection “One or more pairs of forward and reverse possibly gzipped FASTA/Q files for mapping in order”:
Raw reads
- param-collection “One or more pairs of forward and reverse possibly gzipped FASTA/Q files for mapping in order”:
- param-collection “FASTA file(s) of contigs”: output of MEGAGIT
- “Read type”:
- Inspect the HTML report for ERR2231568
- CoverM-CONTIG ( Galaxy version 0.2.1) with parameters:
-
Map the original reads onto contigs and extract the percentage of mapped reads:
Hands-on: Computation of the % reads used in assemblies- Bowtie2 ( Galaxy version 2.5.0+galaxy0) with the following parameters:
- “Is this single or paired library”:
Paired-end Dataset Collection
- param-collection “FASTQ Paired Dataset”:
Raw reads
- param-collection “FASTQ Paired Dataset”:
- “Will you select a reference genome from your history or use a built-in index?”:
Use a genome from the history and build index
- param-collection “Select reference genome”: MEGAHIT output
- “Save the Bowtie2 mapping statistics to the history”:
Yes
- “Is this single or paired library”:
- Inspect the mapping statistics output
Question- What is the overall alignment rate for ERR2231567? and ERR2231571?
- What is the percentage of reads used in assemblies for ERR2231567? and ERR2231571?
- The overall alignment rate for ERR2231567 is 65.97% and 73.67% for ERR2231571
- 65.97% of the reads were used in assemblies for ERR2231567 and 73.67% for ERR2231571.
- Bowtie2 ( Galaxy version 2.5.0+galaxy0) with the following parameters:
-
Misassemblies: joining sequences that should not be adjacent.
Quast identifies missassemblies by mapping the contigs to the reference genomes of the identified organisms. 3 types of misassemblies can be identified:
- Relocation occur based on signal from two mappings of the same contig against the same chromosome, with 2 cases:
- the 2 mappings are separated by an unmapped region of at least 1 kbp
- they map on the same chromosome with a shared mapping area of at least 1 kbp
Question- How many relocations has been found for ERR2231568? And for ERR2231572?
- For which reference genomes are there the most relocation found for ERR2231568? And for ERR2231572?
- 78 for ERR2231568 and 151 for ERR2231572
- Leuconostoc pseudomesenteroides and Tatumella morbirosei for ERR2231568 and Lactobacillus plantarum argentoratensis for ERR2231572
-
Translocation occur when a contig has mapped on more than one reference chromosomes
Question- How many translocations has been found for ERR2231568? And for ERR2231572?
- For which reference genomes are there the most translocations found for ERR2231568? And for ERR2231572?
- What are the interspecies translocations?
- How many interspecies translocations has been found for ERR2231568? And for ERR2231572?
- 25 for ERR2231568 and 55 for ERR2231572.
- Leuconostoc pseudomesenteroides for ERR2231568 and Lactobacillus vaccinostercus for ERR2231572.
- Interspecies translocations are translocations where a contig has mapped on different reference genomes.
- 80 for ERR2231568 and 144 for ERR2231572.
-
Inversion occurs when a contig has two consecutive mappings on the same chromosome but in different strands
Question- How many inversion has been found for ERR2231568? And for ERR2231572?
- For which reference genomes are there the most inversions found for ERR2231568? And for ERR2231572?
- 4 for ERR2231568 and 6 for ERR2231572.
- Tatumella morbirosei for ERR2231568 and Lactobacillus sp for ERR2231572.
- Relocation occur based on signal from two mappings of the same contig against the same chromosome, with 2 cases:
-
Mismatches or mismatched bases in the contig-reference alignment
Question- How many mismatches have been identified for ERR2231568? And for ERR2231572?
- For which reference genomes are there the most mismatches for ERR2231568? And for ERR2231572?
- 503,352 for ERR2231568 and 287,270 for ERR2231572.
- Pantoea rwandensis for ERR2231568 and Leuconostoc brevis KB290 for ERR2231572.
-
Statistics without reference
-
# contigs: total number of contigs
Question- How many contigs are for ERR2231568? And for ERR2231572?
- How many sequences are in the output of MEGAHIT for ERR2231568? And for ERR2231572?
- Why are these numbers different from the number of sequences in the output of MEGAHIT?
- Which statistics in the metaQUAST report corresponds to number of sequences in the output of MEGAHIT?
- Which reference genomes have the most contigs (\(\geq\) 500 bp) in ERR2231568? And in ERR2231572?
- 66,434 contigs for ERR2231568 and 36,112 for ERR2231572.
- In the outputs of MEGAHIT, there are 228,719 contigs for ERR2231568 and 122,526 contigs.
- The numbers are lower in the metaQUAST results because metaQUAST reports there only the contigs longer than 500bp.
- The # contigs (>= 0 bp)
- Except the non aligned contigs, Tatumella morbirosei for ERR2231568 and Leuconostoc brevis KB290 for ERR2231572.
-
Largest contig: length of the longest contig in the assembly
Question- What is the length of the longest contig in ERR2231568? And in ERR2231572?
- Is the longest contig assigned to a reference genome in ERR2231568? And in ERR2231572?
- 63,871 bp in ERR2231568 and 65,608 for ERR2231572.
- It is assigned to Leuconostoc pseudomesenteroides KCTC 3652 in ERR2231568 and not assigned in ERR2231572.
-
N50: length for which the collection of all contigs of that length or longer covers at least half an assembly
N50 statistic defines assembly quality in terms of contiguity. If all contigs in an assembly are ordered by length, the N50 is the minimum length of contigs that contains 50% of the assembled bases. For example, an N50 of 10,000 bp means that 50% of the assembled bases are contained in contigs of at least 10,000 bp.
Another example. Let’s consider 9 contigs with the lengths 2, 3, 4, 5, 6, 7, 8, 9, and 10:
- The sum of the length is 54
- Half of the sum is 27
- 10 + 9 + 8 = 27 (half the length of the sequence)
- N50 = 8, i.e. the size of the contig which, along with the larger contigs, contain half of sequence of a particular genome
Question- What is N50 for ERR2231568? And for ERR2231572?
- What is N90?
- 921 for ERR2231568 and 1,233 for ERR2231572.
- N90 is similar to the N50 metric but with 90% of of the sum of the lengths of all contigs
When comparing N50 values from different assemblies, the assembly sizes must be the same size in order for N50 to be meaningful.
Also the N50 alone is not a useful measure to assess the quality of an assembly. For example, the assemblies with the following contig lengths:
- 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 25, 25, 150, 1500
- 50, 500, 530, 650
Both assemblies have the same N50 although one is more contiguous than the other.
-
L50: number of contigs equal to or longer than N50
In other words, L50, for example, is the minimal number of contigs that cover half the assembly.
If we take the previous example in N50, L50 = 3.
Question- What is the L50 for ERR2231568? And for ERR2231572?
- 17,280 for ERR2231568 and 7,496 for ERR2231572.
-
Icarus contig browser
Icarus generates contig size viewer and one or more contig alignment viewers (if reference genome/genomes are provided) that are accessible from the HTML report, by clicking on View on Icarus contig browser
.
Contig size viewer
This viewer draws contigs ordered from longest to shortest. Let’s inspect this viewer for ERR2231568.
QuestionOpen the Contig size viewer for ERR2231568 and define start as
0
and end as500000
- What is the color of the first contig? Why?
- What is the red contig?
- The first contig is white because >50% of the contigs is unaligned. By clicking on the contig, we see that only a small block is aligned: 223.41 – 223.65 kbp to Leuconostoc_pseudomesenteroides_KCTC_3652_NZ_BMBP01000002.1.
- The red contig is a missamblied contig: it contains 2 blocks, with a translocation between them.
Click Main menu
on the top left to go back to the main Icarus page.
Contig alignment viewer
If a reference genome is provided, there should be a table on the main Icarus page that looks like:
Genome | # fragments | Length, bp | Mean genome fraction, % | # misassembled blocks |
---|---|---|---|---|
Gluconobacter oxydans H24 | 2 | 3 816 232 | 10.989 | 38 |
Kosakonia cowanii | 5 | 4 806 998 | 28.224 | 60 |
Lactococcus lactis subsp. lactis CV56 | 6 | 2 518 737 | 18.940 23 |
When clicking on the genome name, the contigs are displayed according to their mapping to the reference genome. The viewer can additionally visualize genes, operons, and read coverage distribution along the genome, if any of those were fed to QUAST.
QuestionOpen the Contig alignment viewer for ERR2231568 and Leuconostoc pseudomesenteroides KCTC 3652, the most covered by contigs
- How are the organized the contigs on the top?
- What the different colors for the contigs?
- Why is there a big red block on the right?
- What is the graph on the bottom?
- The contigs are displayed based on their mapping on the reference genome of Leuconostoc pseudomesenteroides KCTC 3652
- The different colors represent the different status for the contig: correct contigs, correct contigs but with >50% of the contig unaligned, misassembled blocks. unchecked misassembled blocks, ambiguously mapped contigs, alternative blocks of misassembled contigs, etc.
- The big red block on the right is contig k91_88833 with a misassembly on the left side, and overlap with 2 other contigs
- The graph on the bottom represents the GC percentage and coverage by contigs along the reference genome
Current metagenome assemblers like MEGAHIT and MetaSPAdes use graphs, most typically a de Bruijn graph to stich reads together. In an ideal case, the graph would contain one distinct path for each genome of each micro-organisms, but complexities such as repeated sequences usually prevent this.
Assembly graphs contain then branching structures: one node may lead into multiple others. Contigs correspond to the longest sequences in the graph that can be determined unambiguously. They are the final results of most assembler. But the assembly graph contains more information. It can be useful for finding sections of the graph, such as rRNA, or to try to find parts of a genome.
Bandage (Wick et al. 2015) is a tool creating interactive visualisations of assembly graphs.
Hands-on: Visualization the assembly graph
- megahit contig2fastg ( Galaxy version 1.1.3+galaxy10) with parameters:
- param-collection “Contig file”: Output of MEGAHIT
“K-mer length”:
91
CommentTo get the value, you need to
- Go into the MEGAHIT output collection
- Expand one of the contig file by clicking on it in the history
- Check in the dataset peek the name of the contig
- Extract the value after the first
k
in the contig names- Bandage Image ( Galaxy version 0.8.1+galaxy4) with parameters:
- param-collection “Graphical Fragment Assembly”: Output of megahit contig2fastg
- Inspect the generated image for ERR2231571
The graph is quite disconnected. On the top, we can see the longer stretches, that includes multiples contigs (each contig having a different color). On the bottom are the shortest stretches or single contigs.
But it is really hard to read or extract any information from the graph. Let’s inspect the information about the assembly graph
Hands-on: Visualization the *de novo* assembly graph
- Bandage Info ( Galaxy version 0.8.1+galaxy2) with parameters:
- param-collection “Graphical Fragment Assembly”: Output of megahit contig2fastg
- Column join ( Galaxy version 0.0.3) with parameters:
- param-collection “Tabular files”: Output of Bandage Info
- Inspect the generated output
Question
- How many nodes are in the graph for ERR2231568? And for ERR2231572? What does they correspond to?
- How many edges are in the graph for ERR2231568? And for ERR2231572? What is the impact of these numbers in relation to the number of nodes on the graph?
- How many connected components are there for ERR2231568? And for ERR2231572? What does they correspond to?
- What is the percentage of dead ends are there for ERR2231568? And for ERR2231572?
- What are the smallest and larges edge overlaps?
- What is the largest component? For which sample?
- What is the shortest node? What does they correspond to?
- There are 228,719 nodes for ERR2231568 and 122,526 for ERR2231572. They correspond to the number of contigs
- There are 16,580 edges for ERR2231568 and 13,993 for ERR2231572. There are less edges than nodes in the graph. It means that many nodes/contigs are disconnected
- There are 212,598 connected components, i.e. number of regions of the graph which are disconnected from each other, for ERR2231568 and 109,044 for ERR2231572
- There are 94.0702% dead ends, i.e. the end of a node not connected to any other nodes, for ERR2231568 and 90.7032% for ERR2231572. It confirms the previous observation
- The smallest and larges edge overlaps are 91bp, i.e. the k-mer length
- The largest component is 340,003 bp for ERR2231567
- The shortest node is 200 bp, i.e. the minimal size for a contig
Conclusion
Metagenomic data can be assembled to, ideally, obtain the genomes of the species that are represented within the input data. But metagenomic assembly is complex and there are
- different approaches like de Bruijn graphs methods
- different strategies, such as co-assembly, when we assembly all samples together, and individual assembly, when we assembly samples one by one
- different tools like MetaSPAdes and MEGAHIT
Once the choices made, metagenomic assembly can start:
- Input data are assembled to obtain contigs and sometimes scaffolds
- Assembly quality is evaluated with various metrics
- The assembly graph can be visualized.
Once all these steps done, we can move to the next phase to build Metagenomics Assembled Genomes (MAGs): binning