CISA

Revision as of 07 May 2012 18:48 by admin (Comments | Contribs) | (A schematic overview of CISA)

Contig Integrator for Sequence Assembly

Recently, technological advances have dramatically improved throughput and quality of next-generation sequencing (NGS), and in parallel with the improvements, many algorithms have been proposed for de novo sequence assembly. Compared to the traditional Sanger sequencing technology, the NGS technologies offer several distinct features, such as large volumes of reads and short length. In order to tackle the sequence assembly problem from a collection of short sequencing reads of randomly sampled fragments, two types of algorithms–overlap-layout-consensus approach and the de Bruijn graph–are commonly utilized. Albeit the assembler are mainly based on the small number of algorithms, they differ from each in terms of dealing with errors, inconsistencies and ambiguities. Moreover, no individual assembler guarantees the best assembly of diverse species. Performing different parameter settings or different assemblers in an iterative manner to generate a draft assembly is inevitable. Nevertheless, few efforts have been made to integrate the various assemblies into a better draft which possess superior quality in both contiguity and accuracy


The qualities of genome assemblies are usually evaluated by their contiguity and the accuracy of contigs or scaffolds. The contiguity is a straightforward measurement by calculating the N50 length or the number of contigs/scaffolds, no need of the real genome. On the other hand, the accuracy of an assembly can be assessed based on alignment to a complete reference genome (Darling, et al., 2011). However, there is a transparent trade-off between contiguity and accuracy. In other words, an assembler trying to maximize the contiguity might provide a less accurate assembly, and vice versa. Since each assembler has its own features in addressing the reconstruction of a DNA sequence, can we take the advantages of all the assemblies to generate an integrated set of contigs?


In this study, utilizing state-of-the-art assemblers to generate different sets of contigs for bacterial genomes is conducted. We have developed and built a Contig Integrator for Sequence Assembly (CISA) to integrate the sets of contigs from different assemblers and evaluated the quality of our integrated assembly. Comparing with the assembly generated by each individual assembler, the assembly sequences integrated by CISA has superior contiguity.

A schematic overview of CISA

Overview.jpg


CISA basically consists of four major phases:

  1. (1) to identify representative contigs and possible extension
  2. (2) to remove and split the contigs which may be misassembled and to clip the uncertain regions that are located in the end of contigs
  3. (3) to iteratively merge contigs with a minimum 30% overlap and to estimate the maximal size of repetitive regions
  4. (4) to merge contigs based on the size of repetitive regions.

CISA performs these four phases and generates four folders accordingly. The detailed description about CISA output can be seen in Description.

In addition, the detailed information about how to use CISA can be seen in Instruction.

We have used three bacterial genome assemblies to test CISA, and compared the results with the assemblies generated by various assemblers or merged tools.